How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / mak
//Stepname.DDname DD DSN=XXXXX.YYYYY.ZZZZZ
//*
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the use of disp parameter?
What is the purpose of disp parameter?
What is the use of symbol // in jcl?
What is timing concept in mainframe?
How can values be passed from the job stream to an executable program?
what is “Cond= even” and “Cond=only”?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Name a few IBM utility programs, and explain its function.
Is automatic restart possible in jcl?
//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 is the significance of addrspc parameter in the exec statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain the hierarchy levels in jcl?
What are the utility programs in jcl?
Explain how can the submitting users racf authority be overridden in a job stream?