What is the improvement to COND= in the latest version of MVS?
Answer Posted / vish
True, COND parameter are a bit complex to write and
Understand. So they are promoting the use of
IF/THEN/ELSE/ENDIF instead of using COND parameters.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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.
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?
How to submit jcl through a cobol program?
Name a few IBM utility programs, and explain its function.
how do you code a null statement?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain how can return codes be tested before execution of a job step?
What is the function of a dd statement?
what are the various stages of job processing?
What are the parameter we cannot use in procedure?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How does jcl act on code(if you take a cobol program)?
how do you access an uncataloged dataset in a jcl?
Explain the function of a dd statement?