How do You skip a Step In JCL?

Answer Posted / mohan

we can pass the COND parameter as (0,le) or (4096,ge) to the step which we wann skip from execution.

Is This Answer Correct ?    22 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

813


How to pass the parameter in parm using linkage section ? (syntax)?

643


What do you know about jcl?

643


I need exexution process for JCL programs

1843


Suppose I have five jobs to do. But I want to hold one?

650






Is their any set of rules for dd? Explain.

652


Explain the function of a dd statement?

651


what happens in execution stage in job processing?

650


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

667


Why include statement is used in a jcl?

681


What is the function of the steplib dd statement?

731


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

814


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

689


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2258


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1724