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
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Is there any command to check wether the ps file is in sorted order?
What is use of restart and how to use it?
which utility is used to sort a file in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What does a disposition of (new,catlg,keep) for a dsn mean?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to submit jcl through a cobol program?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Does jcl support automatic restart?
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 can values be passed from the job stream to an executable program?
when does a dataset go uncataloged?
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.
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?