What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?
Answer Posted / guest
sort is used to sort the data in asending or diseding order.
by using sort we can copy data from one file to another
file. by using some fields=none
Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How is the record format of an output dataset specified?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Why block size is multiple of lrecl in jcl?
How do you overcome this limitation ?
Give the syntax of job specifying jcl statement.
how can you check if a file is empty using jcl?
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.
Define concatenating?
which parameter is used to check the syntax of a jcl without executing it?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is “Cond= even” and “Cond=only”?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what happens in execution stage in job processing?
What is the purpose of dd?