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


Please Help Members By Posting Answers For Below Questions

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) ?

1903


in ways data can be passed to a COBOL program from JCL?

738


How can an in-stream dataset be terminated?

955


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

774


What are s0c1, s0c4, s0c5, s0c7 and socb?

798






What is one line to pass PARM from JCL to COBOL?

4550


How to pass data to a program that is coded in an exec statement?

926


how you will the direct the data to spool using sysout option?

1927


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?

7821


Does jcl support automatic restart?

855


What is Cataloged Procedures?

794


Is automatic restart possible in jcl? If yes, how?

741


how to compare two datasets without using superce because output is limited to 133 bytes

1617


How can the attributes of one sms dataset be copied to another dataset?

968


How does jcl specify the job to the operating system?

851