Author |
Message |
Topic: Optimum cobol batch program for deleting records from a ksds |
sunilchik
Replies: 2
Views: 2210
|
Forum: Application Programming Posted: Wed Nov 17, 2004 3:42 am Subject: Optimum cobol batch program for deleting records from a ksds |
Thanks Kolusu.
Sorry for bothering you for this simple one. I bought a book on vsam by Jay Ranade and it was over in half an hour. |
Topic: Optimum cobol batch program for deleting records from a ksds |
sunilchik
Replies: 2
Views: 2210
|
Forum: Application Programming Posted: Sat Nov 13, 2004 3:03 pm Subject: Optimum cobol batch program for deleting records from a ksds |
Is it possible to write an optimum cobol batch program for deleting records from a ksds vsam file? Environment is MVS(S390).
I have
1)a huge ksds indexed master file(Around 4000000 records).key is ... |
Topic: Error -904 |
sunilchik
Replies: 3
Views: 2640
|
Forum: Database Posted: Thu Nov 06, 2003 7:08 am Subject: Error -904 |
Hi Guys,
I am done with it. The problem was with migrated indexes.
I got a jcl from sys admin which recalled all index related datasets.
Now its running in a flash of a sec.
Jcl is given
... |
Topic: Error -904 |
sunilchik
Replies: 3
Views: 2640
|
Forum: Database Posted: Tue Nov 04, 2003 7:03 am Subject: Error -904 |
Hi Kolusu,
Thank you for your prompt response Kolusu..
I tried it earlier.
It was not helping.... |
Topic: Error -904 |
sunilchik
Replies: 3
Views: 2640
|
Forum: Database Posted: Tue Nov 04, 2003 2:22 am Subject: Error -904 |
Hi,
I am running DB2 on MVS os.
I have a simple query like this
SELECT COUNT(DISTINCT(CLIENT_ID))
INTO :WS-COUNT
FROM U_BAS_V
There are around 250 tabl ... |
Topic: how to remove spaces and the word wrap |
sunilchik
Replies: 8
Views: 13711
|
Forum: Utilities Posted: Mon Jun 02, 2003 4:56 am Subject: how to remove spaces and the word wrap |
Thanks guys for the responses.
We had to go for a work around. The input we had to change had only 500 records. So we downloaded the file and the used an ordinary word editor with macros and then upl ... |
Topic: how to remove spaces and the word wrap |
sunilchik
Replies: 8
Views: 13711
|
Forum: Utilities Posted: Tue May 20, 2003 4:17 am Subject: how to remove spaces and the word wrap |
Guys,
Thanks for the responses
Kolusu,
we dont have DFSORT/ICETOOL ,only ordinary sort I think Syncsort. Is there any way in it??
Premkumar,
I ran your jcl.it was showing invalid LRECL, ... |
Topic: how to remove spaces and the word wrap |
sunilchik
Replies: 8
Views: 13711
|
Forum: Utilities Posted: Mon May 19, 2003 9:02 am Subject: how to remove spaces and the word wrap |
My sequential file is as follows
01CP19841231
TRK=99999999REL=DCLS=NDED=NFLT=NTER=NCOM=NAGE=N PP
T=99999999REL=NDED=NR45=NAGE=N ... |
Topic: Comparing two Big sequential files in vs-cobol-II |
sunilchik
Replies: 6
Views: 7372
|
Forum: Application Programming Posted: Mon May 12, 2003 9:26 am Subject: Comparing two Big sequential files in vs-cobol-II |
Hi Guys,
Thanks for all the responses.
Both are input files only and not an output file. Sorry to confuse you.
I will check what can be done regarding checking the Buffers for the 2 input fil ... |
Topic: Comparing two Big sequential files in vs-cobol-II |
sunilchik
Replies: 6
Views: 7372
|
Forum: Application Programming Posted: Thu May 08, 2003 7:00 am Subject: Comparing two Big sequential files in vs-cobol-II |
Sunil,
How long is this program running?? Are you writting these files to a tape or to a dasd file?? If you are writting it to a tape then check the file section and make sure that you have B ... |
Topic: Comparing two Big sequential files in vs-cobol-II |
sunilchik
Replies: 6
Views: 7372
|
Forum: Application Programming Posted: Thu May 08, 2003 1:33 am Subject: Comparing two Big sequential files in vs-cobol-II |
I am on an MVS mainframe system(OS 390).We have two sequential files which needs to be compared.One containing ratefile F1(which contains 20,00000 records) and an output file F2 (which contains around ... |
|