what is inrec fields and outrec fields in sorting
Answers were Sorted based on User's Feedback
Answer / karthik
Inrec- Used to format the records before sorting
Outrec - Used to format the records after sorting
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / balaji
INREC - adds, deletes, or reformats fields before the
records are sorted or merged.
OUTREC - adds, deletes, or reformats fields after the
records are sorted or merged.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sushant kumar mohanty
INREC : Used to reformat records before they are processed by the SORT program.
OUTREC : Used to specify the format of records before they are written.
| Is This Answer Correct ? | 0 Yes | 3 No |
Hi, can any one tell about " How do u eliminate the duplicates "
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
Explain about LMPUT-
How can we see data in TEMPARARY DATA SET in JCL ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
how to purge 50 initiators continuously?? console commands??
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
How many types of libraries are there in JCL ?
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 the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
How do you access an uncatalogued dataset in a jcl?
if we give TIME=0 how many sec that job/step