what is use of disp parameter in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
Can a job have only steplib and no joblib ?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
wht r different types of sort fields in jcl ?
Give the syntax of job specifying jcl statement.
In SPACE,what is directory,RLSE
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
For how long a job can be executed continuously in a mainframe ?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
Explain how can values be passed from the job stream to an executable program?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.