What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
9 31465We 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 7106Can 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 14287i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
3 9021In 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 22526THERE 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 6087There 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 22249TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
CTS,
5 11684Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 105082i 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 18359
How to submit a jcl from cics?
What is the function of //cntl statement?
Explain dfsort utility?
What is the function of job statement in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how you will the direct the data to spool using sysout option?
Explain how can a jobs execution priority be modified?
In job processing, what happens in conversion stage?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
A dd statement consists of 4 fields. Name them?
how to run batch program without jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Name a few IBM utility programs, and explain its function.
What is the purpose of disp parameter?