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
How would you understand error(execution phase)?
Explain how can return codes be tested before execution of a job step?
How to run cobol program using jcl?
Can I send output of job to my remote device careerride123?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
What are hierarchy levels in jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is a jcl?
How does the jcl specify the job to os?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is concatenating?
Are there any set of rules for the names of the steps used in a job? What are they?
Name the statement which can be used to send data to another mvs jes3 node?