Explain about User Information
SYSUID - the user ID under which the current TSO/E session is logged on
SYSPREF - the prefix as defined in the user profile. The prefix is the string that is prefix to data set names that are not fully-qualified.
The prefix is usually the user's user ID.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
how to run JCL thru COBOL.
How are datasets concatenated?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
what is use of dcb parameter in dd statement?
What statement can be used to send data to another mvs jes3 node?
what is the control cards?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Explain how can return codes be tested before execution of a job step?