In JCl which of this activities get executed if act002
abnormally terminates
//job001 job .........
//act001 exec pgm=cobo01
//act002 exec pgm=cob02, cond=(01,le)
//actoo3 exec pgm=cob03, cond=only
//actoo4 exec pgm=con04
Answer Posted / munu
act003 and act004 will execut
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
what is DSN parameter and DISP parameter is used for?
Explain the function of the dd dcb keyword?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How to submit a jcl from cics?
what is the use of JCL?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What is the significance of addrspc parameter in exec statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain the function of //cntl statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the purpose of dd * statement in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the function of dd name parameter with a 2 part structure; audit.report?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are steplib and joblib? What for they are used?