in step1 of a jcl,disp=(mod,delete,delete)
step02 exec pgm=ccc,cond=(0,le)
will step02 be executed?
i)never
ii)always
iii)
iv)...
i dont remember options
Answer Posted / y@$w@nth
disp=(mod,delete,delete)
will tells that if the file is not previously created create
it if it is already created then use that file.
the two delete statements will tell that delete the file
after norml and abnormal termination.
step02 exec pgm=ccc,cond=(0,le)
Here step02 was coded as condition code which always falls
to true so this step wont execute in any situation......
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Name the statement which can be used to send data to another mvs jes3 node?
How would you understand error(execution phase)?
Explain the function of //cntl statement?
how you will the direct the data to spool using sysout option?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How does jcl act on a cobol code?
Which dd parameters are required?
how you can direct the data to spool using SYSOUT option?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Which statement is used to identify the private libraries in job?