What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
9 36948We 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 9180Can 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 18243i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
3 12257In 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 33679THERE 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 8137There 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 31676TIME 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 121784i 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 26492
What is job control language?
Mention the types of job control statements?
what sort card you will use to copy the data from one dataset to another dataset?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Where & How Do You Code Identifier In Jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
List the different components of jcl statement?
What statement can be used to send data to another mvs jes3 node?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is the function of //jcllib statement?
What are some jcl statements that are not allowed in procedures?
In job processing, what happens in execution stage?