Answer Posted / arun kumar
Using Sort we can copy the data.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is DSN parameter and DISP parameter is used for?
What is Cataloged Procedures?
what operation is performed by job statement?
How jcl is used for testing batch programs?
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?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is the motivation behind coding class parameter in job statement?
How to pass data to a program that is coded in an exec statement?
Is automatic restart possible in jcl? If yes, how?
What is the purpose of dd * statement in jcl?
what is “Cond= even” and “Cond=only”?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Can an individual step be restricted from using all the jobs allowed cpu time?
What are the rules employed while naming the steps in a job?