Answer Posted / krishna
cond statement is used for conditional execution of a
perticular step.
cond=(return code, relational operator)
it can be coded with job statement or with exec statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain how can the attributes of one sms dataset be copied to another dataset?
which utility is used to sort a file in jcl?
Explain in DD statement what is the use of DCB parameter?
what is the difference between JES3 and JES2?
How do you create a temporary dataset?
whats the diff bw the evaluate also and and?
when does a dataset go uncataloged?
What is notcat 2 - gs?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is timing concept in mainframe?
Can we call instream to catalog and catalog to instream?
What are the parameters that are used in creating a gdg?
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?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.