How do you submit a JCL under CICS environment ?
Answers were Sorted based on User's Feedback
Answer / anil sana
Write a CICS program to write the JOB to TD Queue
named "INTR" and kick off the transaction associated with
the program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mr2981
use WRITE SPOOL command and pass string which contain teh
jcl statement.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / guest
Edit the JCL in Extra partition TDQ and submit the same
using some system command (not sure) under CICS subsystem.
This is what i think, please clarify....
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / guest
Just give the Transaction id associated with the CICS
program and press enter.
The program will be triggered once the trasaction id is
given.
| Is This Answer Correct ? | 1 Yes | 8 No |
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
How to release the Output HELD by using HOLD = YES on DD statement ?
What are the default system and catalog libraries in JCL?
define cond parameter in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
which utility is used to run a cobol-db2 program?
in ways data can be passed to a COBOL program from JCL?
Is there any command to check wether the ps file is in sorted order?
Explain concatenating datasets?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
How to execute 2nd and 4th steps among 5 steps in jcl proc?