Explain the jcl exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the function of the steplib dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
Explain the job statement in jcl?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
Can we give two user name in NOTIFY parameter in JOBCARD
how do you access an uncataloged dataset in a jcl?
Can we use empty VSAM as input?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
Can we browse or edit the GDG dataset if it is a tape entry?