Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is consistency token

Answers were Sorted based on User's Feedback



what is consistency token..

Answer / guest

Consistency token is a timestamp generated by the
precompiler and passed on to the DBRM and the load module
for synchronization purposes. The program will execute only
when the DBRM and load module contoken matches.

Is This Answer Correct ?    14 Yes 2 No

what is consistency token..

Answer / harsh

Consistency Token is a time stamp.
One can see the token using the following query:
select * from sysibm.syspackage;

The CONTOKEN column gives the consistency token

Is This Answer Correct ?    7 Yes 1 No

what is consistency token..

Answer / vj

The program and its associated SQL package contain a consistency token that is checked when a call is made to the SQL package. The consistency tokens must match or the package cannot be used. It is possible for the program and SQL package to appear to be uncoordinated. Assume the program is on the iSeries system and the application server is another iSeries system. The program is running in session A and it is recreated in session B (where the SQL package is also recreated). The next call to the program in session A might result in a consistency token error. To avoid locating the SQL package on each call, SQL maintains a list of addresses for SQL packages that are used by each session. When session B re-creates the SQL package, the old SQL package is moved to the QRPLOBJ library. The address to the SQL package in session A is still valid. (This situation can be avoided by creating the program and SQL package from the session that is running the program, or by submitting a remote command to delete the old SQL package before creating the program.)

To use the new SQL package, you should end the connection with the remote system. You can either sign off the session and then sign on again, or you can use the interactive SQL (STRSQL) command to issue a DISCONNECT for unprotected network connections or a RELEASE followed by a COMMIT for protected connections. RCLDDMCNV should then be used to end the network connections. Call the program again.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

In cursor program perform para varying until 1 by 1 fetch para cursor------close para in the blank what will come for confirming in the database?

1 Answers   HCL,


On the create tablespace, what does the CLOSE parameter do?

1 Answers  


What is cascading rollback?

0 Answers  


When is the access path determined for dynamic SQL?

2 Answers  


How to find schema of a table in db2?

0 Answers  


Discuss about db2 bind?

0 Answers  


Can we insert update delete in view?

0 Answers  


Mention the definition of cobol in varchar field.

0 Answers  


This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.

3 Answers  


What is isolation level?

4 Answers  


Why do we use cursor?

0 Answers  


Are view updateable?

0 Answers  


Categories