whats the difference between empty and noempty of GDG?
Answer Posted / sunny kalra
Empty - If empty is specified, all data sets are to be removed
from the index when the limit is reached.
Noempty - Its the default option
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Differentiate between addressing mode and run mode.
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
how can the same proc be re-used and called by many jobs?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the use of symbol // in jcl?
What is jcl in mainframe?
what is the resolution for sb37 error
what is “Cond= even” and “Cond=only”?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
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.
What is use of restart and how to use it?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the difference between run mode and addressing mode?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Explain how can a stopped job be started again?