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
What is the motivation behind coding class parameter in job statement?
What is the function of the dd mgmtclas keyword in sms datasets?
Is automatic restart possible in jcl?
What is NOTCAT ?
A dd statement consists of 4 fields. Name them?
Does jcl support automatic restart?
List in order the hierarchical levels of jcl?
//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 /*
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) ?
Differentiate between the joblib and the steplib statements?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
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
Which statement is used to identify the private libraries in job?
What is the format of comment statement?