What statement can be used to send data to another mvs jes3 node?
No Answer is Posted For this Question
Be the First to Post Answer
How to rename a VSAM file as well as it's index file?
Explain about REXX
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
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 is the function of job statement in jcl?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
What is the difference between the JOBLIB and the STEPLIB statements?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
How can return codes be tested before execution of a job step?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code