What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
9 36661We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
2 9046Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
6 18028i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
3 12113In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 33195THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
2 8029There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
IBM,
11 31194TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
CTS,
5 15277Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 121316i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
L&T,
14 26065
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How can an in-stream dataset be terminated?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain the function of //cntl statement?
What are steplib and joblib?
write a jcl to execute a job by 7:00 am on jan 20,1986?
//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 /*
which parameter is used to check the syntax of a jcl without executing it?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what is the difference between JES3 and JES2?
what is the purpose of coding notify parameter in job statement?
How do you access an uncatalogued dataset in a jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what sort card you will use to copy the data from one dataset to another dataset?