What is a hyperdescriptor? How does it work?
No Answer is Posted For this Question
Be the First to Post Answer
why do we use file-aid for seqential files?
Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]
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 ?
difference between fetch , call and callnat
ADABAS basic concepts. Like inverted list, address converter ,data storage
Explain difference between read(1) and read work file once?
What is the difference between External subroutine and subprogram?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Tell me can we update with histogram?
How can I create 1 DDM that fetches 3 ADABAS files simultaneously?
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?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?