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 the use of symbol // in jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How is the keyword DUMMY used in JCL?
which parameter is used to check the syntax of a jcl without executing it?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
What you mean by skeleton JCl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
I have a File that has duplicate records. I need only those records that occur more than thrice.
hi friends........if u know syntax of IEBEDIT IN JCL
Explain the function of dd disp parameter?