Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answer Posted / sampler
//MYJOB JOB COND=(4,LT)
//MYSTEP1 EXEC CATPROC
//MYSTEP2 EXEC PGM=MYPROG,COND=(8,LE,MYSTEP1)
COND=(4,LT) will be used to MYSTEP2,
COND=(8,LE,MYSTEP1) will be ignored
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain dfsort utility?
what happens in execution stage in job processing?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Name the statement which can be used to send data to another mvs jes3 node?
How is the record format of an output dataset specified?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the format of comment statement?
How gdg are concatenated?
How would you understand error(execution phase)?
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 significance of addrspc parameter in the exec statement?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Is it possible to code instream data in a PROC?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain in DD statement what is the use of DCB parameter?