How to initialize a variable which is a constant in a lda. Suppose I want to declare a variable #a n1(1:7) having constant values as 1,2,3,4,5,6, and 7 for respective occurance then how can we do that?
Answer / shashi
You can define that variable using CONST clause as below
#a n1(1:7) CONST<1,2,3,4,5,6,7>
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the significance of dbid used in adabs?
What is the significance of DBID used in Adabs?
What is dbid used in adabas?
what is adabas? Can u point me to a resource so I can study up for an interview?
What is adabas?
what is the difference between Null compression and default compression?
how will you the specification of database file ?
how to update asingle record in adabas? by using GET, can we do a single record updation?
Difference between Find and Read operation in ADABAS file.
Explain associator in adabas?
How to initialize a variable which is a constant in a lda. Suppose I want to declare a variable #a n1(1:7) having constant values as 1,2,3,4,5,6, and 7 for respective occurance then how can we do that?
Explain the advantages of adabas?