The maximum number of in-stream procedure you can code in
any JCL is ?
Answer Posted / nidhi sharma
15
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of disp parameter?
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 do you understand by the term job time – out and how can you overcome that?
what are the types of abends that occur on job failure? And explain the possible causes of these
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how would you create a temporary dataset? And where will you use them?
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
What are steplib and joblib? What for they are used?
Is acct parameter mandatory?
Can we use DISP=SHR in output file in JCL
Can I send output of job to my remote device careerride123?
Which dd parameters are required?
Why include statement is used in a jcl?
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?
What are the parameters that are used in creating a gdg?