View previous topic :: View next topic |
Author |
Message |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Tue Aug 30, 2005 5:11 am Post subject: LINE EXCEEDING THE LIMIT FOR LEVEL 88 |
|
|
I have to code in level 88 number like WS-ERR1 VALUE 'AAAAAAAAAAAAGENARALSUPPORT' which is exceeding the limit on the line(Mainframe Screen) .Can anybody guide me how should i go about it / if i am correct in coding.Basically i want to look like this :
05 WS-MESSAGE PIC X(45).
88 WS-ERR1 VALUE 'AAAAAAAAAAAAGEN
ARALSUPPORT'.
88 WS-ERR2 VALUE 'BBBBBBBBBBBBGEN
ARALSUPPORT'.
88 WS-ERR3 VALUE 'CCCCCCCCCCCCGEN
ARALSUPPORT'. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
dtf Beginner
Joined: 10 Dec 2004 Posts: 110 Topics: 8 Location: Colorado USA
|
Posted: Tue Aug 30, 2005 10:03 am Post subject: |
|
|
Code: |
88 WS-ERR1 VALUE
'AAAAAAAAAAAAGENARALSUPPORT'. |
I guess the obvious answer in this case would be to put the quoted value on its own line. Of course if you have a value too long for that, you'll have to follow the continuation rules.
________
Mercedes-Benz High Performance Engines history |
|
Back to top |
|
 |
|
|