Answer Posted / lenin
max 255
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is NOTCAT ?
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
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is notcat 2 - gs?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the function of the steplib dd statement?
//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 /*
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Mention the types of job control statements?
How can a stopped job be started again?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Give the syntax of job specifying jcl statement.
I need exexution process for JCL programs
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) ?
Explain the hierarchy levels in jcl?