Answer Posted / guest
It is Dummy Utility. It is used to copy ps to
ps ,concentating data sets it will be ps file or pds file.
| Is This Answer Correct ? | 8 Yes | 19 No |
Post New Answer View All Answers
what is the JCL statement consists of?
what are JCLLIB and STEPLIB in JCL?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
what is the difference between JES3 and JES2?
what are the statements that are not valid to be included in an include statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Can I send output of job to my remote device careerride123?
How does jcl act on a cobol code?
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?
How can return codes be tested before execution of a job step?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How do you create a temporary dataset?