Answer Posted / praveen
RCT
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which parameter is use to declare the name of dataset in dd statement?
What are steplib and joblib? What for they are used?
What is timing concept in mainframe?
Explain how can the submitting users racf authority be overridden in a job stream?
How can the submitting users racf authority be overridden in a job stream?
What is the purpose of disp parameter?
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?
what is DSN parameter and DISP parameter is used for?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
how you can direct the data to spool using SYSOUT option?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What statement can be used to send data to another mvs jes3 node?
What are s0c1, s0c4, s0c5, s0c7 and socb?
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.