Answer Posted / adarsh
we should give sumfields= none in sysin statement.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is “Cond= even” and “Cond=only”?
What parameter directs the output of the job log dataset?
List the different components of jcl statement?
What is the function of a dd statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Where & How Do You Code Identifier In Jcl?
Differentiate between the joblib and the steplib statements?
How can the attributes of one sms dataset be copied to another dataset?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How can an in-stream dataset be terminated?
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?
how to do automated restart when a job abends?