Hi,

Please clear me
when COND=ONLY and COND=EVEN. Explain me with example.

Answers were Sorted based on User's Feedback



Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example. ..

Answer / balasukumar

COND=ONLY IF YOU MENTIONED THIS OPTION IN A STEP,THAT
PARTICULAR STEP WILL EXECUTE ONLY THE PRIOR STEP IS ABENDED.

COND=EVEN MEANS IF THE PREVIOUS STEP EXECUTED SUCESSFULLY
OR NOT THAT PARTICULAR STEP IS EXECUTED SUCESSFULLY.

Is This Answer Correct ?    13 Yes 1 No

Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example. ..

Answer / suresh ramaiyan

COND=ONLY
if you mentioned this option in a step, that particular step will execute ONLY when there is an ABEND.

COND=EVEN
this particular step will execute either ABEND or not.

Is This Answer Correct ?    8 Yes 4 No

Post New Answer

More JCL Interview Questions

What is timing concept in mainframe?

0 Answers  


I have a PDS and want to omit few rows of all members of a PDS. How to do it?

6 Answers   Accenture,


Explain COND used in JCL?

1 Answers   Patni,


What is the function of job statement in jcl?

0 Answers  


How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  






What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


How many positional parameters are there in job statement?

4 Answers  


Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00

4 Answers  


As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

2 Answers   IBM, RS Software,


Can a job have only steplib and no joblib ?

6 Answers  


Explain how can the attributes of one sms dataset be copied to another dataset?

0 Answers  


hi guys what r the diff types of procs in jcl? bye ramya

4 Answers   ACS, Keane India Ltd,


Categories