how many max steps can we use in a job? pls answer to my
question
Answer Posted / lu
255...but it's better to divide many differents job because
if you get abend, it's more easy to fix or to
rerun...because when you're on call, and u wake up at 3
AM...255 steps !!!!! even you know what step is abended...
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Explain the hierarchy levels in jcl?
what is the JCL statement consists of?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What are the rules employed while naming the steps in a job?
What is the motivation behind coding class parameter in job statement?
What is the function of job statement in jcl?
what are the various stages of job processing?
What is the maximum length of a single line of jcl?
What is the function of //cntl statement?
Explain how can values be passed from the job stream to an executable program?
what is use of space parameter in dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is condition checking in jcl? Is this possible?
How is a type of file defined in the jcl that executes the cobol program?