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

SYSPLAN table, i could not find ACTION details


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Oct 21, 2009 5:27 pm
Reply with quote

Hi,

I using DB2 V9 SQL reference manual(Sixth edition).
In SYSIBM.SYSPLAN table, i was trying to find details regarding ACTION parameter, which we use in bind statements.

Code:
   ACTION(REPLACE)     RETAIN                         


I could'nt find details regarding that in SYSPLAN table, to my surprise i couldnt find it in SYSPACKAGEs too.

So, i refered Command Reference, it says to refer SYSPLAN & SYSPACKAGE.


Any Ideas ? Is the manual, iam using is current ?

Sushanth
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Oct 21, 2009 5:49 pm
Reply with quote

Code:
ACTION(REPLACE)


action replace is a directive only from a table managemnt point of view
( what to do if something already exists )
no reason to store it into the SYSPLAN table

anyway after a while since almost nobody cares to free a PLAN
all the plans would have the ipotethical REPLACED flag ON icon_biggrin.gif
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts How to turn off 'ACTION' SDSF output ... TSO/ISPF 2
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top