What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?

Answer Posted / amruta

we can select by using BY variables

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the motivation behind coding class parameter in job statement?

914


What is the function of the dd mgmtclas keyword in sms datasets?

1015


Is automatic restart possible in jcl?

952


What is NOTCAT ?

1064


A dd statement consists of 4 fields. Name them?

1194


Does jcl support automatic restart?

990


List in order the hierarchical levels of jcl?

881


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1143


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1994


Differentiate between the joblib and the steplib statements?

1094


How to execute 2nd and 4th steps among 5 steps in jcl proc?

976


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2204


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

1221


Which statement is used to identify the private libraries in job?

927


What is the format of comment statement?

926