How to execute a set of JCL statements from a COBOL program ?
Answer Posted / ram.g
pgm looks gud...but is it possible to have the jcl in input
file rather than creating o/p file in pgm and use the input
file to submit the jcl..by assinging whatever *.intrdr's dd
name to the i/p file...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
What do you understand by the term job time – out and how can you overcome that?
//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 are the difference between jcl and jes?
what is the use of JCL?
what is DD statement is used in JCL?
Where can program checkpoints be stored for use in a restart?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Is it possible to code instream data in a PROC?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is the use of IEBGENER utility?
how you can direct the data to spool using SYSOUT option?
Can I send output of job to my remote device careerride123?
What is the purpose of dd * statement in jcl?
Explain about ISPF/TSO Commands