can a job be submitted through jcl only? is there another way
to submit a job?
Answers were Sorted based on User's Feedback
A job can also be submitted from a cobol program using
INTRDR
| Is This Answer Correct ? | 10 Yes | 2 No |
How to find the length of variable length copybook using fileaid ??
how you can access an uncataloged dataset in a JCL?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
how you can direct the data to spool using SYSOUT option?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
i need some shortcuts and tso commands can any on ehelp me in these ?
What does SYSIN * indicate?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?