how to see the latest generation in gdg?
Answers were Sorted based on User's Feedback
Answer / adarsha
Yes its (0). Bt some compilers will replace (+1) is you are
referring to to current to (0) with a warning message.
Believe the job runs successfully
| Is This Answer Correct ? | 1 Yes | 0 No |
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
how do you code a null statement?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
What is the function of a dd statement?
Can we call instream to catalog and catalog to instream?
how can handle the s0c4 abend???
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
suppose i have 10 job steps and i want to execute only step 6.How to write?
Name the system library from which modules are retrieved at execution
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
//{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?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one