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 |
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
When output dataset space is required, what quantity categories are used?
How do you pass parameters to the program as the job is being executed ?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
wht happens if cond=true ? pls give me with an example ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
wht is the d/f between positional parameter n keyword parameter ?
Explain about LMOPEN -
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
Do we need to code DCB parameters when using DISP position as MOD?
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
how to compare two datasets without using superce because output is limited to 133 bytes