What is the improvement to COND= in the latest version of MVS?
Answer Posted / guest
MVS now allows for an IF bracketed by an END IF around any
job step to replace the COND= syntax. Again, if the IF
statement is true, the step is bypassed.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What dd statement is used to supply the name of a dataset?
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?
What are the parameter we cannot use in procedure? How many instream we can write in single 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?
Can I send output of job to my remote device careerride123?
What is the purpose of dd dummy statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Where & How Do You Code Identifier In Jcl?
Is it possible to define dd statements as you want?
How can the attributes of one sms dataset be copied to another dataset?
What are the rules employed while naming the steps in a job?
What is the use of disp parameter?
Explain the function of //cntl statement?