what are the options in file-aid to edit vsam dataset and
to compare data sets.
Answers were Sorted based on User's Feedback
Answer / jagan
And more thing regarding compare option is only files with
LRECL of 80 bytes can be compared in FILE-AID . If files of
LRECL > 80 is to be compared then try 3.13 option in batch mode.
| Is This Answer Correct ? | 1 Yes | 1 No |
a dd statement has 2 types of parameters. Name them?
what is use of dcb parameter in dd statement?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
Explain how can the submitting users racf authority be overridden in a job stream?
what is mainframe?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
What is COND=EVEN ?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??