Author |
Message |
Topic: Finding a string in big number of generations of a GDG |
kalidasv
Replies: 6
Views: 3858
|
Forum: Utilities Posted: Fri May 22, 2009 10:06 am Subject: Finding a string in big number of generations of a GDG |
Kolusu,
Thank you very much.
Regards
Kalidas |
Topic: Finding a string in big number of generations of a GDG |
kalidasv
Replies: 6
Views: 3858
|
Forum: Utilities Posted: Thu May 21, 2009 2:38 pm Subject: Finding a string in big number of generations of a GDG |
Hi,
I have about 150 generations on one GDG. I need to find the generations with one particular a/c number.
I know to use PGM=SORT and have the GDG base for SORTIN. But it is not going to tell ... |
Topic: Query on DB2 cursor |
kalidasv
Replies: 4
Views: 3101
|
Forum: Database Posted: Wed May 20, 2009 4:35 pm Subject: Query on DB2 Cursor |
This is interesting.
Are you executing the 'OPEN CURSOR' statement multiple times.
My understanding/experience is once the 'OPEN CURSOR' statement is executed, newly inserted rows should not cau ... |
Topic: Checkpoint / Restart in DB2 UDB |
kalidasv
Replies: 3
Views: 3381
|
Forum: Database Posted: Wed May 20, 2009 3:42 pm Subject: Checkpoint / Restart in DB2 UDB |
Hello all,
In our shop, we use IMS to implement the Checkpoint / restart logic with COBOL & DB2.
I would like to know whether DB2 UDB has any features to support Checkpoint / restart without ... |
Topic: Block size for variable length files |
kalidasv
Replies: 3
Views: 4252
|
Forum: Application Programming Posted: Mon Apr 20, 2009 9:23 am Subject: Block size for variable length files |
Thanks Kolusu and Bill. |
Topic: Block size for variable length files |
kalidasv
Replies: 3
Views: 4252
|
Forum: Application Programming Posted: Sat Apr 18, 2009 11:26 am Subject: Block size for variable length files |
For fixed block files, the block size is normally a multiple of the record size.
What is the norm when it comes to variable length files? Say my record size is 40 to 50 bytes.
BLOCK CONTAINS ___ ... |
Topic: Aliases and Synonyms |
kalidasv
Replies: 3
Views: 2540
|
Forum: Database Posted: Fri Apr 17, 2009 2:54 am Subject: Aliases and Synonyms |
Dick and Kolusu,
I very much appreciate your responses.
Regards
Kalidas |
Topic: Aliases and Synonyms |
kalidasv
Replies: 3
Views: 2540
|
Forum: Database Posted: Thu Apr 16, 2009 3:59 pm Subject: Aliases and Synonyms |
I read from a DB2 book that an Alias is available to all users but Synonym is private to the who user who creates it. Aliases are stored in SYSTABLES and Synonyms are stored in SYSSYNONYMS. I would ... |
Topic: Doubts in COBOL and DB2 Stored Procedure. |
kalidasv
Replies: 4
Views: 5078
|
Forum: Database Posted: Tue Mar 17, 2009 12:17 am Subject: Doubts in COBOL and DB2 Stored Procedure |
Thanks Kolusu. I started reading this redbook and it is very informative. |
Topic: Relative Record files |
kalidasv
Replies: 1
Views: 1480
|
Forum: Utilities Posted: Fri Mar 06, 2009 2:30 am Subject: Relative Record files |
How are Relative Record files allocated? Please provide an example JCL. |
Topic: GDG: How to increase the number of generations? |
kalidasv
Replies: 2
Views: 4607
|
Forum: Data Management Posted: Fri Mar 06, 2009 1:44 am Subject: GDG: How to increase the number of generations? |
I have Generation Data Group (GDG) with 10 generations. Is there a command to increase the number of generations to 20? |
Topic: MQ Series: Local Queue vs Remote Queue |
kalidasv
Replies: 0
Views: 2158
|
Forum: CICS and Middleware Posted: Fri Mar 06, 2009 1:38 am Subject: MQ Series: Local Queue vs Remote Queue |
How can an application program (say coded in COBOL) know whether a queue its accessing is a Local or Remote Queue? Is there any command that can be used to determine this? |
Topic: Merging of files of different record lengths |
kalidasv
Replies: 3
Views: 6855
|
Forum: Utilities Posted: Fri Mar 06, 2009 1:34 am Subject: Merging of files of different record lengths |
Using SORT utility can I merge two files of different LRECL. Say file 1 has LRECL of 300 and file 2 has LRECL of 200. I want the merged file to have LRECL of 300 and all records from file 1 and file ... |
|