What is COND=ONLY ?
Answers were Sorted based on User's Feedback
Answer / guest
Means execute this step only if any of the previous steps,
terminated abnormally.
| Is This Answer Correct ? | 45 Yes | 2 No |
Answer / nanu
Means execute this stape when just previous(not any
previous) step will terminated abnormaly.
| Is This Answer Correct ? | 5 Yes | 8 No |
what is a MODELDSCB?
How do you designate a comment in JCL?
can we modify the code in copy book? if it possible how to submit ofter the modification.
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 is the difference between perform varying and perform
What parameter directs the output of the job log dataset?
how to resolve the soc4 error?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Is it possible to left uncode disp? If yes, how?
if we give two job cards in a single what happens
Explain the function of //cntl statement?