How can the submitting users racf authority be overridden in a job stream?
No Answer is Posted For this Question
Be the First to Post Answer
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
what will be the error code if duplicate key of VSAM file is found?
what is use of dcb parameter in dd statement?
Name the statement which can be used to send data to another mvs jes3 node?
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.
What are the basic JCL Statements for a Job?
Is their any limit for data sets?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What are the differences between JES2 & JES3 ?
Explain about CBL/PROCESS statement syntax
What will happen if we write two STOP RUN's in a COBOL program?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???