View previous topic :: View next topic |
Author |
Message |
haseen_mohammed Beginner
Joined: 20 Feb 2006 Posts: 27 Topics: 14
|
Posted: Wed Dec 13, 2006 12:12 am Post subject: Invoking CICS transactions thru JCL or batch program |
|
|
Hi,
Can anyone help me in how to invoke a CICS transaction by submitting a JCL. Is the same possible thru a batch program?
I have seen some JCLs to submit CICS commands thru JCl. But was not able to find any to invoke a CICS transaction.
Thanks in Advance...
Haseen |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
javagate Beginner
Joined: 17 Mar 2006 Posts: 6 Topics: 1 Location: USA
|
Posted: Wed Dec 13, 2006 6:55 am Post subject: |
|
|
You might try this.
Code: |
//SDSF EXEC PGM=SDSF
//SYSUDUMP DD SYSOUT=*
//ISFOUT DD SYSOUT=*
//ISFIN DD *
ULOG CLOSE
SET CONSOLE XXXXXXX
/cics command here
/*
|
_________________ I work in the real world not in some IBM lab. |
|
Back to top |
|
|
|
|