how many max steps can we use in a job? pls answer to my
question

Answer Posted / guest

254

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1033


Is condition checking possible in jcl? If yes, how?

735


In job processing, what happens in conversion stage?

734


What are the 2 types of parameters in dd statement?

642


What are the utility programs in jcl?

646






How can an in-stream dataset be terminated?

844


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

603


What happens if both JOBLIB & STEPLIB is specified ?

606


Name a few IBM utility programs, and explain its function.

4432


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

689


what is the difference between JES3 and JES2?

676


How can unused space allocation be returned to the system when a dataset is closed?

806


What is the purpose of the dd keylen parameter?

718


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

604


what are the various stages of job processing?

736