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 |
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
Can we see the copy book length using file-aid?
what type of files we use in file-aid
what type of files we can process thru file-aid
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
ADABAS basic concepts. Like inverted list, address converter ,data storage
Is it possible to declare a GDA for an external subroutine?
What is the difference between External subroutine and subprogram?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Can we update with histogram?
why do we use file-aid for seqential files?
differnce between read work file 1 and read work file once? why we are using work file once?