Answer Posted / guest
The space allocated when the dataset is first created.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what happens in conversion stage in job processing?
what is the use of JCL?
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
Why include statement is used in a jcl?
How does jcl specify the job to the operating system?
How can return codes be tested before execution of a job step?
What is the purpose of dd?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Differentiate between the joblib and the steplib statements?
What is the purpose of disp parameter?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is use of space parameter in dd statement?
what is DSN in JCL and what are the parameters to declare the DSN?
what operation is performed by job statement?
Are there any set of rules for the names of the steps used in a job?