Author |
Message |
Topic: OUTREC problem for vb file |
yrcreddy
Replies: 7
Views: 14927
|
Forum: Utilities Posted: Mon Jul 09, 2007 9:36 am Subject: OUTREC problem for vb file |
Hi,
Input file:
recfm=vb,lrecl=50
records:
----+----1----+----2----+----3----+----4----+-
***************************** Top of Data ****
PPPPDDDDDPPPPDDDDDDDDDDDDDDDDDDDDDDDDDDD---XYZ
PPP ... |
Topic: GDG Clarification |
yrcreddy
Replies: 8
Views: 3339
|
Forum: Job Control Language(JCL) Posted: Tue Jun 19, 2007 7:41 am Subject: GDG Clarification |
Kolusu,
yes i am sure.The gdg is not creating in the current job.
is there any reason behind that one. |
Topic: GDG Clarification |
yrcreddy
Replies: 8
Views: 3339
|
Forum: Job Control Language(JCL) Posted: Tue Jun 19, 2007 6:17 am Subject: GDG Clarification |
Hi,
I have seen one of my production job it has 5 steps.At step3 there are using the gdg as input GT.C00T.KBY.DOCUTEXT.DATASET.XREF(+1),DISP=OLD/DISP=SHR.This GDG is not created any where in the cu ... |
Topic: Adding a new step at the beginning of the jobs using REXX |
yrcreddy
Replies: 6
Views: 3840
|
Forum: TSO and ISPF Posted: Thu May 24, 2007 11:15 pm Subject: Adding a new step at the beginning of the jobs using REXX |
Hi,
We have 500 jobs in a Library.We need to add the delete step in the beginning of the every job for to delete all the datasets that are created in that specific job.
The following step is nee ... |
Topic: Extract Records based on the Count |
yrcreddy
Replies: 3
Views: 2238
|
Forum: Utilities Posted: Sun Jan 21, 2007 10:44 pm Subject: Extract Records based on the Count |
Thank you very much kolusu and Frank.
Both JCL's are working for me. |
Topic: Extract Records based on the Count |
yrcreddy
Replies: 3
Views: 2238
|
Forum: Utilities Posted: Sat Jan 20, 2007 9:49 am Subject: Extract Records based on the Count |
Hi,
I have an input file which is in FB formate.The I/P is:
AAAAAAAAXU11060689
AAAAAAAAYU11060689
AAAAAAAAXU19959793
AAAAAAAAYU19959793
AAAAAAAAZU19959793
AAAAAAAAXU03594349
AAAAAAAAYU0359 ... |
Topic: Converting Sequential files into members of a PDS |
yrcreddy
Replies: 4
Views: 2714
|
Forum: Job Control Language(JCL) Posted: Thu Nov 16, 2006 2:00 am Subject: Converting Sequential files into members of a PDS |
Hi KOUSIK,
Can u post the JCL for converting sequential datasets into members of PDS |
Topic: Retain the duplicate records with out using XSUM feture |
yrcreddy
Replies: 6
Views: 19845
|
Forum: Utilities Posted: Thu Aug 24, 2006 8:12 am Subject: Retain the duplicate records with out using XSUM feture |
Kolusu thanks for your update.
Here i am explaining my requirement.
My input file contains the following records
AAAAA01KKKKKKKK
AAAAA02KKKKKKKK
BBBBB01XXXXXXXX
AAAAA01SSSSSSSS
AAAAA02 ... |
Topic: Retain the duplicate records with out using XSUM feture |
yrcreddy
Replies: 6
Views: 19845
|
Forum: Utilities Posted: Thu Aug 24, 2006 5:35 am Subject: Retain the duplicate records with out using XSUM feture |
Hi,
I went thru forums but i didn't find any forum that is matching for my requirement.
My JCL is as follow:
//STEP001 EXEC PGM=ICETOOL
//*------------------------------
//IN DD *
A ... |
Topic: Retain the duplicate records with out using XSUM feture |
yrcreddy
Replies: 6
Views: 19845
|
Forum: Utilities Posted: Wed Aug 23, 2006 6:04 am Subject: Retain the duplicate records with out using XSUM feture |
Thank you vivek. |
Topic: Retain the duplicate records with out using XSUM feture |
yrcreddy
Replies: 6
Views: 19845
|
Forum: Utilities Posted: Wed Aug 23, 2006 5:13 am Subject: Retain the duplicate records with out using XSUM feture |
Hi,
I am trying to retain the duplicate records into seperate file.
In our shop we have DFSORT.I used SUM FIELDS=NONE,XSUM to get the duplicate records in to seperate file.But i am getting the fol ... |
Topic: Removing duplicate records based on the timestamp |
yrcreddy
Replies: 11
Views: 6033
|
Forum: Utilities Posted: Tue Aug 22, 2006 11:58 pm Subject: Removing duplicate records based on the timestamp |
Thank you very much kolusu.
This jcl is working for me what i expected. |
Topic: Removing duplicate records based on the timestamp |
yrcreddy
Replies: 11
Views: 6033
|
Forum: Utilities Posted: Mon Aug 21, 2006 9:57 pm Subject: Removing duplicate records based on the timestamp |
Hi kolusu,
Thank you very much for your response.The records order is changed accoding to the above jcl.In my desired output the records order should not be changed.
One more thing i forgot t ... |
Topic: Removing duplicate records based on the timestamp |
yrcreddy
Replies: 11
Views: 6033
|
Forum: Utilities Posted: Mon Aug 21, 2006 7:59 am Subject: Removing duplicate records based on the timestamp |
Hi,
I have an input file which contains policyno,versionno,timestamp and some otherdata.The length of the input file is 1200 and is a fixed lenth formate.
The layout of the input file is:
Polic ... |
Topic: Convert DB2 to VSAM |
yrcreddy
Replies: 10
Views: 6085
|
Forum: Utilities Posted: Wed Aug 02, 2006 3:34 am Subject: Convert DB2 to VSAM |
Shekar,
I have verified the the utility program in my shoop.but we didn't find the utility load lib.can you please help me is there any easier why to do this. |
|