a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
No Answer is Posted For this Question
Be the First to Post Answer
What are the valid DSORG values ?
What are steplib and joblib?
can i sort packed decimal if i can tell the syntax
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
What 3 guidelines do we have to follow when concatenating DD statements?
what are the options in file-aid to edit vsam dataset and to compare data sets.
What does IEBGENER do?
In which table PLAN is registered in ?
which statement is used to end the in-stream procedure in a jcl?