What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
9 36976We 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 9188Can 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 18254i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
3 12270In 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 33723THERE 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 8144There 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 31727TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
CTS,
5 15532Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 121838i 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 26521
how to run batch program without jcl?
When space is allocated for an output dataset, what units can be used?
What is the significance of addrspc parameter in the exec statement?
Explain the function of the steplib dd statement?
How to override loadlib?
What happens if both JOBLIB & STEPLIB is specified ?
Mention the types of job control statements?
How to do automated restart when a job abend?
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
what is SOC4 error?
What is job control language?
List the various advantages of using jcl language?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is the JCL statement consists of?
how would you create a temporary dataset? And where will you use them?