how we can find occurence of MU and PE fileds in a file?
Answers were Sorted based on User's Feedback
Answer / ajmina
Number of occurances in MU and PE can be found by c*field
name.
If Adabas file having MU field 'switch' and has 5 values.
then in module you can find it by C*switch. this will have
value 5.
| Is This Answer Correct ? | 10 Yes | 0 No |
What is the difference between read work file 1 and read work file once? Why we are using work file once?
how we can find occurence of MU and PE fileds in a file?
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
What is the quality process in development?
Is it possible to declare a GDA for an external subroutine?
ADABAS basic concepts. Like inverted list, address converter ,data storage
You are processing an input file in a Natural program and you want the program to fail if the file is empty. What command you use in Natural to force it to fail ?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
why do we use file-aid for seqential files?
How converted the natural coding for adabas
Can we see the copy book length using file-aid?
If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?