1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / viks
give in jobcard TYPRUN=SCAN it will check for syntax error
n job is sent to output queue.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
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) ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What dd statement is used to supply the name of a dataset?
//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 /*
how do you code a null statement?
what is the purpose of coding class parameter in job statement?
How do you overcome this limitation ?
Define concatenating?
How can the disposition of sysout datasets be set for an entire jobstream?
write a jcl to execute a job by 7:00 am on jan 20,1986?
In job processing, what happens in conversion stage?
Differentiate between addressing mode and run mode.
How to pass data to a program that is coded in an exec statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Does jcl support automatic restart?