Author |
Message |
Topic: EIB Fields |
nileshpalve
Replies: 2
Views: 1779
|
Forum: CICS and Middleware Posted: Wed Apr 02, 2008 9:24 am Subject: EIB Fields |
Its just a theorotical question, checking if this is possible. |
Topic: EIB Fields |
nileshpalve
Replies: 2
Views: 1779
|
Forum: CICS and Middleware Posted: Wed Apr 02, 2008 7:11 am Subject: EIB Fields |
Instead of using EIB fields in the program, like EIBRESP, can we use user defined working storage variables instead. If yes, how to tell CICS that it needs to use my WS-EIBRESP and not the actual EIB ... |
Topic: CICS LINK operation: COmmarea problem |
nileshpalve
Replies: 2
Views: 1880
|
Forum: CICS and Middleware Posted: Mon Mar 10, 2008 1:56 pm Subject: CICS LINK operation: COmmarea problem |
I am not sure if u understand but your XXX-CA which u are trying to preserve even after LINK is longer than 500 bytes. And you are restoring only 500 bytes in essence u are restoring only A-VAR1 and n ... |
Topic: Question on Checkpoint and Restart. |
nileshpalve
Replies: 2
Views: 2171
|
Forum: IMS Posted: Mon Oct 08, 2007 2:45 pm Subject: Question on Checkpoint and Restart. |
When you do a GHU, its expected that a update/delete will follow. The data is hold (locked and loaded) in buffers. |
Topic: Select statement not returning row inserted. |
nileshpalve
Replies: 6
Views: 2756
|
Forum: Application Programming Posted: Tue Jun 19, 2007 8:51 am Subject: Select statement not returning row inserted. |
dbzTHEdinosauer,
Could this be because the commit is not done yet? Or Selects done subsequent to a insert can pull data from buffer (where they remain until committed)?
Regards
Nilesh |
Topic: Dynamic and Static map |
nileshpalve
Replies: 1
Views: 1324
|
Forum: CICS and Middleware Posted: Wed Jun 13, 2007 2:38 pm Subject: Dynamic and Static map |
Can anyone help me understand Dynamic map and Static map concept?
I am thinking, if I do a SEND MAP in my program, which means I have a map/mapset created. Its Dynamic map.
But instead of creati ... |
Topic: Data browsing using CICS and DB2 combination |
nileshpalve
Replies: 6
Views: 6531
|
Forum: CICS and Middleware Posted: Thu Apr 26, 2007 3:49 am Subject: Data browsing using CICS and DB2 combination |
The request from my client is to display a report Online for a certain given criteria. The requested data is all available in DB2 and can be easily fetched with a SQL. The given criteria when converte ... |
Topic: Data browsing using CICS and DB2 combination |
nileshpalve
Replies: 6
Views: 6531
|
Forum: CICS and Middleware Posted: Wed Apr 25, 2007 9:15 am Subject: Data browsing using CICS and DB2 combination |
Thats a IBM recommendation that if u have huge data, CICS-DB2 combination is a bad choice.
I think you misunderstood my question, I am asking, if I fetch all the data that I need for browing into a ... |
Topic: Data browsing using CICS and DB2 combination |
nileshpalve
Replies: 6
Views: 6531
|
Forum: CICS and Middleware Posted: Mon Apr 23, 2007 1:53 pm Subject: Data browsing using CICS and DB2 combination |
Hi,
I did a search for this topic, I did get 3 hits but they were driven in different direction.
My Question is, its always recommended that we should not use CICS-DB2 combination for browing da ... |
Topic: BMP and DL/I programs |
nileshpalve
Replies: 3
Views: 2564
|
Forum: IMS Posted: Wed Nov 29, 2006 12:01 pm Subject: BMP and DL/I programs |
Hi,
Does anyone know how to distinguish between a DL/I and BMP program without looking at the executing JCL.
Regards
Nilesh |
|