MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

LINE EXCEEDING THE LIMIT FOR LEVEL 88

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Tue Aug 30, 2005 5:11 am    Post subject: LINE EXCEEDING THE LIMIT FOR LEVEL 88 Reply with quote

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
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Tue Aug 30, 2005 6:17 am    Post subject: Reply with quote

shekar123,

Check this link which explains in detail about Continuation lines

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IGY3LR10/1.5.4.2?SHELF=&DT=20020920180651&CASE=

For future references click on QuickManuals link at the top of this page and you will find the manuals that will answer most of your beginner questions.

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
dtf
Beginner


Joined: 10 Dec 2004
Posts: 110
Topics: 8
Location: Colorado USA

PostPosted: Tue Aug 30, 2005 10:03 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group