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 

Enter command in Xpediter / CICS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
pete
Beginner


Joined: 02 Dec 2002
Posts: 22
Topics: 9
Location: www.state.ct.us

PostPosted: Wed Jun 04, 2008 4:25 pm    Post subject: Enter command in Xpediter / CICS Reply with quote

Anyone know how to enter a Cobol move command that is longer than 49 characters?

Below is a snip from CICS command area that is limiting a Cobol move statement that is just over 49 positions. I know we can change the code, but sometimes it's nice to test before doing that. I'd like to know how to do this the next time it comes up.

Code:
--------------------- XPEDITER/CICS - SOURCE LISTING (2.L) ----------------TV02
COMMAND ===> 1234567890123456789012345678901234567890123456789 SCROLL ===> CSR

_________________
Regards,
Pete.
Back to top
View user's profile Send private message
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 700
Topics: 63
Location: USA

PostPosted: Fri Sep 12, 2008 10:19 pm    Post subject: Reply with quote

if there is no way to give multi line command, i would go for mutliple moves using substring -

move '0123456789' to a(01:10)
move '0123456789' to a(11:10)
move '0123456789' to a(21:10)
move '0123456789' to a(31:10)
move '0123456789' to a(41:10)
move '0123456789' to a(51:10)
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware 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