Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
cics-jcl(to run a jcl from cics region)

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
rsshanmugam

Active User


Joined: 08 Mar 2005
Posts: 53
Location: Chennai

PostPosted: Tue Mar 08, 2005 7:32 pm    Post subject: cics-jcl(to run a jcl from cics region)
Reply with quote

how to run/initiate a jcl from cics region.


i read ibm redbooks it says u can do i using spool commands but i tried it is not working, can anyone please help me in this regard. icon_exclaim.gif
Back to top
View user's profile Send private message
References
PostPosted: Tue Mar 08, 2005 7:32 pm    Post subject: Re: cics-jcl(to run a jcl from cics region) Reply with quote

jayapriya

New User


Joined: 09 Mar 2005
Posts: 1

PostPosted: Wed Mar 09, 2005 6:31 pm    Post subject:
Reply with quote

Pass all the JCL codes to a COBOL variable (should be declare using OCCURS clause) and the write the line one by one to the spool using CICS commands like SPOOLClose SPOOLOpen SPOOLWrite .

for example,

:arrow: [b]EXEC CICS SPOOL WRITE(var-name) END-EXEC.[/b]

var-name is a COBOL host structure containing JCL statements.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1