View previous topic :: View next topic
|
Author |
Message |
Hermin
New User
Joined: 01 Dec 2020 Posts: 3 Location: Philippines
|
|
|
|
I am retrieving fields from a record returned by CICS EVENT when there is a REWRITE/WRITE action happened in a ESDS dataset. I was able to get the values of the fields, but I want to know if is it possible to get the RBA value of the record as well?
I also browsed the REDBOOK for CICS EVENT Processing, but I can't find a way on how to do this. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
Welcome!
Why do you need this RBA? |
|
Back to top |
|
|
Hermin
New User
Joined: 01 Dec 2020 Posts: 3 Location: Philippines
|
|
|
|
Hi Rohit,
I will be accessing many fields from this record (record that has been rewritten/written ,let's say 50+ fields), then i will define these fields in the emitted business information table of the cics bundle(so I can retrieve them by the cics program). If I have the RBA no need to define these fields because I can retrieve the fields from that record by reading the ESDS dataset from the CICS program using this as a key. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
You could calculate RBA and pass it along or just define AIX and read it later event based on the fields you get back. |
|
Back to top |
|
|
Hermin
New User
Joined: 01 Dec 2020 Posts: 3 Location: Philippines
|
|
|
|
Hi Rohit,
Thanks for the suggestion, but this is not applicable for my situation. I cannot update current setup for this ESDS dataset.
Do you know any other method I can use?
Thank you. |
|
Back to top |
|
|
Pete Wilson
Active Member
Joined: 31 Dec 2009 Posts: 589 Location: London
|
|
|
|
An AIX doesn't change the ESDS set up, it is a separate KSDS dataset and PATH that references your ESDS using a key to match your event records, if there is one. |
|
Back to top |
|
|
vbkondapalli
New User
Joined: 22 Jun 2023 Posts: 1 Location: United Kingdom
|
|
|
|
Can someone advise how to refresh the RBA of ESDS so that entire file can be re-used afresh. I tried to close the file and emptying the data but did not work.
Regards,
VB |
|
Back to top |
|
|
|