Answer Posted / kavitha
Protection exception or storage exception error
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
what is “Cond= even” and “Cond=only”?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Can I send output of job to my remote device careerride123?
Which dd parameters are required?
What are hierarchy levels in jcl?
How would you understand error(execution phase)?
What is use of restart and how to use it?
when does a dataset go uncataloged?
What is the difference between the positional and keyword parameters? Give examples.
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
How can the disposition of sysout datasets be set for an entire jobstream?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
In sms datasets, what is the function of the dd avgrec keyword?
what is DSN in JCL and what are the parameters to declare the DSN?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed