View previous topic :: View next topic |
Author |
Message |
issac1029 Intermediate

Joined: 10 Dec 2005 Posts: 159 Topics: 75
|
Posted: Tue Nov 14, 2006 9:29 pm Post subject: question ceci link prog |
|
|
Can the commarea exceed 1 line ?
Code: | LINK PROGRAM(RBSO001) COMMAREA(&A)
VARIABLES LENGTH DATA
&DFHC +00016 THIS IS A SAMPLE
&DFHW +00046 EXEC CICS WRITEQ QUEUE('""CIy_wi') FROM(&DFHC)
&DFHR +00045 EXEC CICS READQ QUEUE('""CIy_wi') INTO(&DFHC)
&A +00090 ddddddddddddddddddddddddddddddddddd
PF 1 HELP 2 HEX 3 END 4 EIB 5 VAR 6 USER 9 MSG |
I set the length to 90 ,but can not enter the second line. Can I ? How to? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Nov 15, 2006 8:43 am Post subject: |
|
|
issac1029,
The cursor can be positioned at the start of the value of an option on a syntax display, or under the ampersand of a variable in a variables display. Pressing ENTER then gives the expanded area display. The scrolling keys can be used to display all the information if it exceeds a full screen.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|