Answer Posted / manas mohapatra
Ya both answers are correct
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain how can values be passed from the job stream to an executable program?
Explain how can the submitting users racf authority be overridden in a job stream?
What are the utility programs in jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
when does a dataset go uncataloged?
what are the various stages of job processing?
How to pass data to a program that is coded in an exec statement?
How can the attributes of one sms dataset be copied to another dataset?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain about LMFREE�free data set from its association with data ID
What parameter of the job statement is used to limit the cpu time consumed by the job?
Which dd parameters are required?
Are there any set of rules for the names of the steps used in a job? What are they?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
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.