what is the meaning of currency ???

Answers were Sorted based on User's Feedback



what is the meaning of currency ???..

Answer / rohit

Currency in IDMS is your current location in database.
To help keep track of where we are in the database, IDMS/R
maintains pointers to a number of different record
occurrences as each run unit executes. We use the term
currency to refer to these pointers.

To enable a program to position itself and move about in
the database, IDMS/R maintains a Currency Table for each
run unit.

The currency is the db-key of the most recently accessed
record occurrence.

IDMS/R maintains four types of currency (Currency Table)
for each run unit:

? Record Currency (Current of record type). The db-
key of the most recent record occurrence of each record
type accessed by the program. IDMS/R maintains a separate
currency for each record type defined in the subschema.

? Set Currency (Current of set type). The db-key of
the most recent record occurrence of each set type accessed
by the program. IDMS/R maintains a separate currency for
each set type defined in the subschema.

? Area Currency (Current of area). The db-key of the
most recent record occurrence of each area accessed by the
program. IDMS/R maintains a separate currency for each area
to which the program has access.

? Run Unit Currency (Current of run unit). The db-key
of the most recent record occurrence accessed by the
program.

Is This Answer Correct ?    20 Yes 3 No

what is the meaning of currency ???..

Answer / jaysag

Are you sure it is currnecy?

Is This Answer Correct ?    11 Yes 5 No

what is the meaning of currency ???..

Answer / rajashree pattar

Currency is the DB-key of most recently accessed record
occurence. It keeps track of where we are in the database.

Is This Answer Correct ?    4 Yes 3 No

what is the meaning of currency ???..

Answer / rams

In IDMS all of your data will be stored in records and each
record is accessed with one unique key called CALC key. If
you access one particular record by using its unique CALC
key that means you are CURRENTLY have that records data b
ut that data will be with you until you didnt traverse any
other records and modify other records,you will have
authority on the data of that record. this property in IDMS
terminology is called as CURRENCY.

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More IDMS Interview Questions

What is a junction record?

0 Answers  


Explain about area currency?

0 Answers  


Is there a application program coding difference between local and central version mode?

1 Answers  


What is currency in idms?

0 Answers  


What is the function of finish in idms?

0 Answers  






How to write a IDMS code to find whose employee last name is starting with J and first name starts with H?

0 Answers  


What is an area sweep and when is it used in idms?

1 Answers  


If the stored record is not defined as automatic of a set, how can it be stored as a member of the set?

0 Answers  


What is integrated data dictionary?

0 Answers  


What does a ROLLBACK do?

0 Answers  


Does Disconnect and Connect creates page lock in IDMS ?

0 Answers  


What is a run unit in idms?

0 Answers  


Categories