what is the difference between JES3 and JES2?
No Answer is Posted For this Question
Be the First to Post Answer
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
what happens if job falls in loop ? how to resolve it ?
List the different components of jcl statement?
can u execute a proc from another proc?
What statement can be used to send data to another mvs jes3 node?
how can we override data definitions in jcl. can any one give detailed example
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain about LMINIT - generate a data ID for a data set
How to see the COMP3 value(packd decimal)
What is the significance of addrspc parameter in exec statement?
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.