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 

FOCUS - Line Continuation character

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


Joined: 25 Nov 2008
Posts: 8
Topics: 4

PostPosted: Fri Jan 23, 2009 3:30 pm    Post subject: FOCUS - Line Continuation character Reply with quote

Hello

For Report generation, the focus member contains:
OFFLINE
EX RUNFOCEX PROD = '(62,63,64,65,66,67,68,69,70,71,72,73,74,135,139,309)'
FIN

Now, if I have to add new digits after 309 and if they do not fit in the curent line how do I continue it to the next line?

Please advise
Thanks
umj
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: Fri Jan 23, 2009 5:09 pm    Post subject: Reply with quote

umj,

Jog down the memory lane. Put single quote before the 1st value and any line following the original line should have a - in column 1 or 2 followed by a space for each continued line and close it with a semi-colon.

untested

Code:

SET &mem = '62,63,64,65,66,67,
- 68,69,70,71,72,73,
- 74,135,139,309,
- zzz,aaa,bbb,ccc,ddd,eee';

EX RUNFOCEX PROD = &mem
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Terry_Heinze
Supermod


Joined: 31 May 2004
Posts: 391
Topics: 4
Location: Richfield, MN, USA

PostPosted: Sun Jan 25, 2009 3:21 am    Post subject: Reply with quote

Are you planning on informing the folks on the other bulletin board that you've received a reply here? I see you waited a full hour before posting your question on two different boards. angry
_________________
....Terry
Back to top
View user's profile Send private message Send e-mail
umj
Beginner


Joined: 25 Nov 2008
Posts: 8
Topics: 4

PostPosted: Tue Jan 27, 2009 1:02 pm    Post subject: Reply with quote

Thanks Kolusu
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