what is the use of bind parameter, Replace?

Answers were Sorted based on User's Feedback



what is the use of bind parameter, Replace?..

Answer / rana

A "BIND REPLACE" will require a DBRM as input and will
replace the existing data with that supplied in the DBRM.
It will then analyse the access paths for the SQL supplied
in the DBRM. You tend to run a "BIND REPLACE" when the
associated application has been updated so that DB2 is also
updated with any changes to the SQL.

Is This Answer Correct ?    8 Yes 2 No

what is the use of bind parameter, Replace?..

Answer / mahesh vasudevan

For new packages it will be "ADD" option for an already
existing package...it needs to be replaced with the new DBRM
bound...hence it is REPLACE.

Is This Answer Correct ?    0 Yes 0 No

what is the use of bind parameter, Replace?..

Answer / siri

replace is ACTION parameter of the BIND CARD....in ACTION parameter PACKAGE or PLAN can be addition(ADD) or replacement.....
SYNTAX : ACTION(ADD/REPLACE)

ADD : add the new package to sysibm.syspackage
REPLACE : will replace the an existing package with the same name ,location and collection
REPLVER(version-id) will replace a specific version of an existing package..

Is This Answer Correct ?    0 Yes 0 No

what is the use of bind parameter, Replace?..

Answer / ramanathan

Plan or Package can be an addition or Replacement.
Default is REPLACEMENT.
REPLACE will replace the existing package with the same name, location & collection.

Is This Answer Correct ?    0 Yes 0 No

what is the use of bind parameter, Replace?..

Answer / satty

bind parameter replace is a parameter related to locking
technique. it will specify when to remove the lock.
if any thing wrong please intimate me

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More DB2 Interview Questions

what is dynamic cursor?gives syntax for this?

1 Answers   TCS,


What is the maximum No of rows per page?

0 Answers   IBM,


How do you run JCL in cobol program

1 Answers   IBM, Syntel,


Explain an outer join?

1 Answers  


Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?

2 Answers  


Is it possible to precompile if db2 goes down?

4 Answers   Target,


What information can you find in SYSIBM.SYSLINKS table?

1 Answers   TCS,


What is lock escalation?

2 Answers  


My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??

2 Answers   Xansa,


What do you mean by cursor?

0 Answers  


what are extents?

5 Answers  


What is meant by explain?

0 Answers  


Categories