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
Are there any set of rules for the names of the steps used in a job?
What is use of restart and how to use it?
how to compare two datasets without using superce because output is limited to 133 bytes
Name a few IBM utility programs, and explain its function.
Explain the function of a dd statement?
Explain the function of job statement in jcl?
Explain how can return codes be tested before execution of a job step?
How to pass the parameter in parm using linkage section ? (syntax)?
Is condition checking possible in jcl?
Suppose I have five jobs to do. But I want to hold one?
How can the disposition of sysout datasets be set for an entire jobstream?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the difference between the positional and keyword parameters? Give examples.
What are the parameters that are used in creating a gdg?