The disp in the JCL is MOD and the program opens the file in
OUTPUT mode. What happens ? The DISP in the JCL is SHR and
the program opens the file in EXTEND mode. What happens ?
Answers were Sorted based on User's Feedback
Answer / guest
Records will be written to end of file (append) when a WRITE
is done in both cases.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / mohamed khan
Records will be written to end of file (append) when a
WRITE is done in both cases.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / guest
If the parameter is MOD and Mode is OUTPUT, the entire file
will be overwritten.
If the paramete is SHR and Mode is EXTEND, the records will
be appended at the end.
| Is This Answer Correct ? | 2 Yes | 9 No |
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
What parameter directs the output of the job log dataset?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How can a jobs execution priority be modified?
Is condition checking possible in jcl?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
What is DISP= (NEW,PASS,DELETE)?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
How do you access an uncatalogued dataset in a jcl?
read all error codes like SB07?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How to compare 2 files using File-Aid?