What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
9 36662We 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 9047Can 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 18031i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
3 12114In 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 33205THERE 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 31203TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
CTS,
5 15282Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 121323i 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 26068
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How does jcl act on a cobol code?
define cond parameter in jcl?
how do you code a null statement?
what is the purpose of coding notify parameter in job statement?
What is the function of //jcllib statement?
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.
What is the function of the dd dcb keyword?
how JCL works?
Explain the function of the dd dcb keyword?
In sms datasets, what is the function of the dd avgrec keyword?
how can the same proc be re-used and called by many jobs?
In sms datasets, what is the function of the dd mgmtclas keyword?
How do you overcome this limitation ?
Why block size is multiple of lrecl in jcl?