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
 
how to send jcl in cics enviroment?

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

New User


Joined: 01 Aug 2005
Posts: 13

PostPosted: Wed Sep 07, 2005 12:28 pm    Post subject: how to send jcl in cics enviroment?
Reply with quote

can you tell me how to send jcl online?

are there any ways?

thanks a lot.
Back to top
View user's profile Send private message
References
mallikiran

Active User


Joined: 07 Sep 2005
Posts: 52

PostPosted: Wed Sep 07, 2005 7:53 pm    Post subject:
Reply with quote

You can do this using TDQs. The entire job needs to be written to a TDQ.
The JCL that brings up the CICS region must have a file with similar definition:

//DDNAME SYSOUT=(A,INTRDR)

And the TDQ to which you would be writing the job must have the same DDNAME defined in Ddn.

As the same TDQ can be used by multiple tasks running in CICS, it would be a good idea to ENQ the resource, write the entire job and then DEQ the resource.

Before DEQing the resource, ensure that the last the line written to the TDQ is /*EOF.
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