What are the common jcl syntax errors you get?
This is not abends?
Answer Posted / srinivasarao kancheti
sb37 for space not need to allocate yhe data set.
sd37 secondary space is not coded.
se37 increase end-of volume.(generally it occure in pds only )
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the function of dd disp parameter?
Explain the jcl exec statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
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
How to override loadlib?
What does a disposition of (MOD,DELETE,DELETE) mean ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
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?
Name a few IBM utility programs, and explain its function.
Define concatenating?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are the 2 types of parameters in dd statement?
What is jcl in mainframe?
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 is the significance of addrspc parameter in exec statement?