IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Access to COBOL work file buffer in storage


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Lukasz.Wojtasiak

New User


Joined: 16 Apr 2013
Posts: 3
Location: Czech Republic

PostPosted: Tue Apr 16, 2013 6:37 pm
Reply with quote

I can access file buffers by pointers from BLF and also with some more detailed information (lenght) of the buffer from FCB and FIS. But I need to access the work file buffer (used for example in COBOL sort function).

So my question is: how to recognize file buffers from work file buffers?
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Apr 16, 2013 7:04 pm
Reply with quote

You'd best show some code and explain what you are trying to do.
Back to top
View user's profile Send private message
Lukasz.Wojtasiak

New User


Joined: 16 Apr 2013
Posts: 3
Location: Czech Republic

PostPosted: Tue Apr 16, 2013 7:40 pm
Reply with quote

I have a dump of static storage, I search it for eyecatcher FCB and FIB and there I can find address and lenght of the buffer for every file defined in cobol program. But those control blocks are the same for line sequential files definitions and work file definition. If I have a 3 file definitions in cobol program: 2 FD and one WD, so knowing the addresses I can using assembler easy access the bufffers but still I dont know what buffer is the work file buffer.

I can also using Base Locator Table to locate the BLFs and also find there pointer to every buffer for each file in my COBOL program but still I dont know which is the buffer of my work file.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Apr 16, 2013 7:45 pm
Reply with quote

Are you trying to solve a dump, or access data "outside" of the Cobol program, from Assembler, for some reason?
Back to top
View user's profile Send private message
Lukasz.Wojtasiak

New User


Joined: 16 Apr 2013
Posts: 3
Location: Czech Republic

PostPosted: Tue Apr 16, 2013 7:54 pm
Reply with quote

I`m working on tool written in assemlber wich is used to dump COBOL data divisions (now I`m working on file section) in case of abend in COBOL program. So i access it outside of cobol program using assembler. I know how to dump those buffers but I dont know how to determine which is the work file buffer. I have to know if I want to display raport correctly.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Apr 16, 2013 8:11 pm
Reply with quote

Is this a tool for "sale" or for local use?

Can you post a small sample Cobol program?

What are you sourcing your dump from?

Why Assembler?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Binary File format getting change whi... All Other Mainframe Topics 5
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top