Hi,
Please clear me
when COND=ONLY and COND=EVEN. Explain me with example.
Answers were Sorted based on User's Feedback
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 |
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 |
What is timing concept in mainframe?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
Explain COND used in JCL?
What is the function of job statement in jcl?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How many positional parameters are there in job statement?
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
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
Can a job have only steplib and no joblib ?
Explain how can the attributes of one sms dataset be copied to another dataset?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,