Answer Posted / siri
COND:-IT IS USED FOR EXCUTE THE STEPS BASED ON RETURN CODE....MAXIMUM 8 CONDITIONS ARE CODED IN ONE COND PARAMETER....
COND=(CODE,OPERATOR,STEPNAME)
CODE CAN BE 0-4095
OPERATOR CAN BE GT,LT,GE,LE,EQ
GIVING COND IS TRUE THE STEP WILL BE BYPASSED...COND IS FALSE THE STEP WILL BE EXECUTED....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i want to store 20 digits . how will u do it in cobol ?
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 notcat 2 - gs?
A dd statement consists of 4 fields. Name them?
What is the significance of addrspc parameter in exec statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the use of symbol // in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is the purpose of coding class parameter in job statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain in DD statement what is the use of DCB parameter?
what are the types of abends that occur on job failure? And explain the possible causes of these
how you can direct the data to spool using SYSOUT option?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What dd statement is used to supply the name of a dataset?