In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / aishwarya
Just give a null statement after 6th step like // Any line
after null statement in jcl will not be executed. Hence
remaining steps will be skiped from 7 to 10. Simple
Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
in ways data can be passed to a COBOL program from JCL?
How can an in-stream dataset be terminated?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is one line to pass PARM from JCL to COBOL?
How to pass data to a program that is coded in an exec statement?
how you will the direct the data to spool using sysout option?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Does jcl support automatic restart?
What is Cataloged Procedures?
Is automatic restart possible in jcl? If yes, how?
how to compare two datasets without using superce because output is limited to 133 bytes
How can the attributes of one sms dataset be copied to another dataset?
How does jcl specify the job to the operating system?