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 ?
Answer Posted / 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 |
Post New Answer View All Answers
State the uses of syspring, sysin, sort fields, sum fields and dummy.
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Is automatic restart possible in jcl?
What are the 2 types of parameters in dd statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain the function of a dd statement?
which utility is used to run a cobol-db2 program?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the function of job statement in jcl?
How can a fb file convert to vb file using sort program?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Name a few IBM utility programs, and explain its function.
Suppose I have five jobs to do. But I want to hold one?
Is condition checking possible in jcl? If yes, how?
What do you understand by the term job time – out and how can you overcome that?