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


Please Help Members By Posting Answers For Below Questions

what is DD statement is used in JCL?

683


Does jcl support automatic restart?

761


Explain the jcl exec statement?

649


Is automatic restart possible in jcl? If yes, how?

657


What is the purpose of disp parameter?

645






What is catelog procedure and how many catelog procedure to use in one job?

7457


What is the function of //jcllib statement?

810


What is the significance of addrspc parameter in the exec statement?

620


How do you overcome this limitation ?

698


What is the syntax of JCL statement?

696


How to submit jcl through a cobol program?

679


How gdg are concatenated?

672


when can a job time-out occur? How to overcome that?

753


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) ?

1769


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?

2220