Answer Posted / gaurav
We can set the RETURN-CODE in COBOL which is passed to JCL
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the function of the dd mgmtclas keyword in sms datasets?
what are the various stages of job processing?
how would you create a temporary dataset? And where will you use them?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the purpose of dd dummy statement?
What do you understand by jcl?
Differentiate between addressing mode and run mode.
What are the 2 types of parameters in dd statement?
Name the statement which can be used to send data to another mvs jes3 node?
Suppose I have five jobs to do. But I want to hold one?
Explain the job statement in jcl?
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
What is the purpose of disp parameter?
//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 /*
Explain how can values be passed from the job stream to an executable program?