What is use of restart and how to use it?
No Answer is Posted For this Question
Be the First to Post Answer
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
what do you mean By spooling? Expand SPOOL?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
how many types of sorts are there in jcl?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
What is the use of disp parameter?
How do you override a parameter in Positional parameters?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?