How do you restart a step in JCL?

Answer Posted / guest

Use RESTART=step name.

Is This Answer Correct ?    73 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

802


how JCL works?

793


which parameter is use to declare the name of dataset in dd statement?

724


what is DD statement is used in JCL?

675


What is the difference between run mode and addressing mode?

629






List in order the hierarchical levels of jcl?

664


How jcl is used for testing batch programs?

716


Is it possible to define dd statements as you want?

644


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


What is condition checking in jcl? Is this possible?

619


What is the motivation behind coding class parameter in job statement?

678


What are steplib and joblib? What for they are used?

681


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1477


A dd statement consists of 4 fields. Name them?

912


Can I share my data with other jobs? How?

663