List some valid operation codes in JCL

Answer Posted / sandeep

job
exec
dd

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

//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 /*

904


Explain the purpose of dd * statement in jcl?

631


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1945


what is the purpose of coding notify parameter in job statement?

681


what is a jcl?

685






How to submit a jcl from cics?

658


Explain the job statement in jcl?

642


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5058


How does jcl act on code(if you take a cobol program)?

703


How to run cobol program using jcl?

648


How can an in-stream dataset be terminated?

844


What is one line to pass PARM from JCL to COBOL?

500


what happens in execution stage in job processing?

650


how you can access an uncataloged dataset in a JCL?

649


what is use of disp parameter in dd statement?

652