Hi,
a need the RBA value of a specific record in an ESDS file using COBOL, in order to solve an urgent Production problem.
I read the file sequentially from the beginning until i reach this record and i want to log its RBA value into another file.
When i searched the net, i couldn't find a way or command to do that..
Alternatively,
I tried summing record lengths of the records all the way through, but id didn't work.
I think i have to add some more values for each 4096 bytes, but i couln't generate an exact formula for that.
Can you please recommend a way to get this RBA value..
I'd appreciate any help.
Thanks in advance.