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

Mapping Assembler Layout


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

New User


Joined: 08 Aug 2005
Posts: 3

PostPosted: Mon Aug 08, 2005 1:38 pm
Reply with quote

Is there any tool to map assembler layout?
For instance, we can use option 8 in FileAid for COBOL copybooks. Likewise, for assembler layouts, is it possible to use FileAid or is any other tool available?
Back to top
View user's profile Send private message
ironmike

New User


Joined: 07 Aug 2005
Posts: 33

PostPosted: Mon Aug 08, 2005 9:09 pm
Reply with quote

I assume you mean DSECTs when you say 'Assembler Layouts'. The Assembler program no doubt uses a DSECT to map the layout or format of a record it reads from or writes to a file.

There are certain Interactive Assembler debugging tools, like XDC from Cole Software or Xpediter from Compuware that will do what you desire, assign a DSECT map to a storage area and map it interactively while you are executing the Assembler program under the debugger, but these tools cost money, as does FileAid. No free debugger / DSECT mapper exists, to my knowledge.
Back to top
View user's profile Send private message
nithyam

New User


Joined: 08 Aug 2005
Posts: 3

PostPosted: Tue Aug 09, 2005 11:54 am
Reply with quote

Thanks Mike.. I was wondering if there is any tool that says this field of DSECT starts at this position and ends at this position and occupies so many bytes.
Back to top
View user's profile Send private message
dinesh_mf

New User


Joined: 26 May 2005
Posts: 15
Location: maharashtra

PostPosted: Tue Aug 09, 2005 6:56 pm
Reply with quote

Hi nithyam,
I think you can code a REXX for that. That will not be too difficult. We had such kind of utility in my shop. that was coded in CA-IDEAL. You might get such tool thru web searches also.

Thanks,
Back to top
View user's profile Send private message
nithyam

New User


Joined: 08 Aug 2005
Posts: 3

PostPosted: Tue Aug 09, 2005 7:01 pm
Reply with quote

Thanks a lot dinesh_mf.. i'll go ahead and code it in ReXX.. Thanks for ur time.
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 Build dataset list with properties us... PL/I & Assembler 4
No new posts Finding Assembler programs PL/I & Assembler 5
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
No new posts Getting SOC4 while calling a Cobol DB... PL/I & Assembler 4
Search our Forums:

Back to Top