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

List and execute form for dataset macros


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

New User


Joined: 06 Nov 2006
Posts: 27
Location: Montreal

PostPosted: Mon Nov 03, 2008 5:41 pm
Reply with quote

Hi,
Can anyone explain the need for list and execute form of macros?
How it will be useful for re-entrant coding?
Is it not enough for re-entrant modules to allocate dynamic memory and move the DCB parameters into it before using?
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Mon Nov 03, 2008 10:31 pm
Reply with quote

Other data mgmnt macros also modify storage (OPEN, CLOSE, etc) These need to be copied to dynamic memory , too. The LIST forms give you the proper fields with fixed values. Point to that area when you issue the execute form of the macro.
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top