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
How to do automated restart when a job abend?
List the various advantages of using jcl language?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is jcl in mainframe?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Are there any set of rules for the names of the steps used in a job? What are they?
I need exexution process for JCL programs
how can you check if a file is empty using jcl?
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?
Explain about ISPF/TSO Commands
Explain how can values be passed from the job stream to an executable program?
Where & How Do You Code Identifier In Jcl?
What are the parameter we cannot use in procedure?
Explain the function of the dd dcb keyword?
What are steplib and joblib? What for they are used?