If we want to see the eliminated duplicate record thru
SORT, how its output file will be managed
Answer Posted / devendra acharya
it can be happen by using
SORT FIELDS=COPY
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
What is jcl in mainframe?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain how can a stopped job be started again?
How can the attributes of one sms dataset be copied to another dataset?
Is automatic restart possible in jcl?
Differentiate between the joblib and the steplib statements?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How dummy is used in jcl?
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
How to submit jcl through a cobol program?
Are there any set of rules for the names of the steps used in a job?
How to pass the parameter in parm using linkage section ? (syntax)?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain how can values be passed from the job stream to an executable program?