|
|
| Author |
Message |
seddy
New User
Joined: 04 May 2007 Posts: 3 Location: Mumbai
|
|
|
|
| Prior to working in CICS, I was working on Telon. For repeating the detail line, you could use the Segloop feature available in Telon. I am not too sure if a similar concept exists in CICS. In other words, I am looking for a way to avoid defining (4 fields * 10 rows) i.e 40 variables definition for the 40 fields on the detail screen. Is there a looping concept available in CICS, which can be done through Maps |
|
| Back to top |
|
 |
References
|
Posted: Wed Mar 05, 2008 5:28 pm Post subject: Re: details looping in screen |
 |
|
|
 |
Moved: Wed Mar 05, 2008 7:33 pm by superk From Mainframe COBOL to CICS |
Earl Haigh
Active User
Joined: 25 Jul 2006 Posts: 109
|
|
|
|
| yes , its called occurs |
|
| Back to top |
|
 |
|
|