What are the parameter in the job card wihtout which job
won't run........
Answer Posted / vinod
notify parameter is mandatory
| Is This Answer Correct ? | 3 Yes | 40 No |
Post New Answer View All Answers
//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 access an uncatalogued dataset in a jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Can I send output of job to my remote device careerride123?
A dd statement consists of 4 fields. Name them?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Explain how can values be passed from the job stream to an executable program?
how you can access an uncataloged dataset in a JCL?
List the different components of jcl statement?
what happens in execution stage in job processing?
can any one plzzzzzz tell the jcl code for creating ps using idcams
how to do automated restart when a job abends?
What are steplib and joblib? What for they are used?
What do you understand by jcl?
What is the function of the steplib dd statement?