When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?
Answer Posted / shubha
statement is executed,but if we use cond=( ),
then if the statement is true step will be bypassed.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is DSN in JCL and what are the parameters to declare the DSN?
define cond parameter in jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What happens if both JOBLIB & STEPLIB is specified ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the function of a dd statement?
What is the significance of addrspc parameter in exec statement?
a dd statement has 2 types of parameters. Name them?
what are JCLLIB and STEPLIB in JCL?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How can an in-stream dataset be terminated?