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
which utility is used a dummy utility?
Is acct parameter mandatory?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the hierarchy levels in jcl?
How can a stopped job be started again?
Are there any set of rules for the names of the steps used in a job?
how can the same proc be re-used and called by many jobs?
What statement can be used to send data to another mvs jes3 node?
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.
how JCL works?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain how can the attributes of one sms dataset be copied to another dataset?
How jcl work to handle various input output file operations?
What are the 4 fields in dd statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?