Author |
Message |
Topic: Help on Fetch cursor in a loop |
dubasir
Replies: 5
Views: 2504
|
Forum: Database Posted: Mon Jul 19, 2010 12:10 am Subject: Help on Fetch cursor in a loop |
In my requirement table A is refreshed daily. Please suggest if weekly REORG is still sufficient.
I can have 40,000 records in table A. As of know with index created and reorg executed on the tab ... |
Topic: Help on Reorg |
dubasir
Replies: 2
Views: 1502
|
Forum: Database Posted: Mon Jul 19, 2010 12:03 am Subject: Help on Reorg |
Hi,
Do i need to bind the program everytime when reorg is executed on a table that is used in the program.
In development region i have to bind the program whenever reorg is executed. Is this th ... |
Topic: Help on Fetch cursor in a loop |
dubasir
Replies: 5
Views: 2504
|
Forum: Database Posted: Fri Jul 16, 2010 1:28 am Subject: Help on Fetch cursor in a loop |
Hi,
I have a requirement to read all the records from database A and for each record read i have to look for a match based on some key and the date conditions in the same database A and some other da ... |
Topic: SORT CARD |
dubasir
Replies: 1
Views: 1699
|
Forum: Job Control Language(JCL) Posted: Thu Jan 14, 2010 7:43 am Subject: SORT CARD |
Hi,
I have a file which is sorted on 1 to 7 charecters. This file has header positioned at end. After sorting header comes first and rest of the records next. This was fine since records other than ... |
Topic: Help on Fetch Curson in a loop |
dubasir
Replies: 9
Views: 4964
|
Forum: Database Posted: Sat Nov 28, 2009 1:15 am Subject: Help on Fetch Curson in a loop |
Thanks for the reply
Here is my requirement
I have to read all the records from database A and for each record read i have to look for a match based on some key and the date conditions in the
sam ... |
Topic: Help on Fetch Curson in a loop |
dubasir
Replies: 9
Views: 4964
|
Forum: Database Posted: Fri Nov 27, 2009 12:21 am Subject: Help on Fetch Curson in a loop |
Here is my complete cursor declaration
EXEC SQL
DECLARE PRFRCST_CSR CURSOR WITH HOLD FOR
SELECT DISTINCT ... |
Topic: Help on Fetch Curson in a loop |
dubasir
Replies: 9
Views: 4964
|
Forum: Database Posted: Thu Nov 26, 2009 11:44 pm Subject: Help on Fetch Curson in a loop |
I can have maximum of 10 records for each of 30-40,000 trigger records of the qsam file
My Cursor declaration as follows
DECLARE CSR_NAME CURSOR WITH HOLD FOR
Yes, I am re-populating the ho ... |
Topic: Help on Fetch Curson in a loop |
dubasir
Replies: 9
Views: 4964
|
Forum: Database Posted: Thu Nov 26, 2009 10:27 am Subject: Help on Fetch Curson in a loop |
I have a requirement where i have to process input file of 30,000 to 40,000 records and for every record read i have to open, fetch, close a cursor which is taking huge CPU time.
I tried to open an ... |
Topic: Help regarding delete query |
dubasir
Replies: 2
Views: 1663
|
Forum: Database Posted: Wed Sep 23, 2009 4:21 am Subject: Help regarding delete query |
I have a requirement where I have to select maximum effective date <= current _date for a given group and then delete the rows for the group with
effective date < maximum effective date obtaine ... |
Topic: How to automate 3.4 Dataset listing in REXX |
dubasir
Replies: 4
Views: 3130
|
Forum: TSO and ISPF Posted: Mon Mar 17, 2008 6:55 am Subject: How to automate 3.4 Dataset listing in REXX |
But LISTDSI functions only for Sequential Datasets and PDS's. It doesn't work for VSAM files. Please let me know if you find any alternate for the same.
Thanks, Dubasi. |
Topic: How to automate 3.4 Dataset listing in REXX |
dubasir
Replies: 4
Views: 3130
|
Forum: TSO and ISPF Posted: Tue Mar 11, 2008 6:55 am Subject: How to automate 3.4 Dataset listing in REXX |
In TSO, when I give the first qualifier/text as "FILE" in 3.4 and press ENTER, it would display all the list of dataset/PDS names starting with qualifier/text FILE. Where it would display th ... |
Topic: delete VSAM error |
dubasir
Replies: 6
Views: 4749
|
Forum: TSO and ISPF Posted: Thu Aug 16, 2007 1:02 am Subject: delete VSAM error |
Try deleting SYS1.MAN4 not SYS1.MAN4.DATA |
Topic: Need Help in Splitting the REXX Code. |
dubasir
Replies: 16
Views: 8332
|
Forum: TSO and ISPF Posted: Fri Jun 29, 2007 12:55 am Subject: Need Help in Splitting the REXX Code. |
Thanks for your responses. |
Topic: Need Help in Splitting the REXX Code. |
dubasir
Replies: 16
Views: 8332
|
Forum: TSO and ISPF Posted: Thu Jun 28, 2007 7:49 am Subject: Need Help in Splitting the REXX Code. |
Bill Dennis, you are absolutely right. Please let me know how it can be done.
Would be great if you can give me any example. |
Topic: Need Help in Splitting the REXX Code. |
dubasir
Replies: 16
Views: 8332
|
Forum: TSO and ISPF Posted: Wed Jun 27, 2007 7:37 am Subject: Need Help in Splitting the REXX Code. |
kolusu,
I am sorry....the processing logic isn't a macro. The processing logic has reading the input files and then generating output into Output_PDS & Report_PDS etc. |
|