How do you check the syntax of a JCL without running it?
Answer Posted / kasi
U CAN GIVE 'HI JCL' OR 'JCLT' IN COMMAND LINE.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
I need exexution process for JCL programs
What is the function of the dd avgrec keyword in sms datasets?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the function of //cntl statement?
Explain the jcl exec statement?
a dd statement has 2 types of parameters. Name them?
//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 /*
Name the statement which can be used to send data to another mvs jes3 node?
Why block size is multiple of lrecl in jcl?
Explain dfsort utility?
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?
Is their any set of rules for dd? Explain.
how can you check if a file is empty using jcl?
What is the significance of addrspc parameter in exec statement?