What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
9 36943We 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 9169Can 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 18241i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
3 12254In 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 33666THERE 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 8135There 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 31673TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
CTS,
5 15506Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 121777i 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 26489
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) ?
How does jcl act on code(if you take a cobol program)?
Explain dfsort utility?
Is it possible to left uncode disp? If yes, how?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Why include statement is used in a jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is a jcl?
What is the purpose of disp parameter?
What are the rules employed while naming the steps in a job?
What is NOTCAT ?
What is the function of the dd dcb keyword?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain the function of //jcllib statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?