what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Answer / Anurag Srivastava
The DISP=SHR (Shared) or DISP=(OLD,NEW,DELETE,USR) parameter can be used to create a temporary dataset. The SHR parameter will allow the dataset to be shared across multiple jobs and steps, while the other options will specify how the dataset should be handled when it is no longer needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
In job processing, what happens in execution stage?
Explain how can values be passed from the job stream to an executable program?
delete rules in db2
what is the difference between return code and maxcc?
wht is step lib n job lib ? where can we code joblib n steplib ?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
what is check pending option
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
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Mention the types of job control statements?
What are the 2 types of parameters in dd statement?