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]
Answer / jaishree
There is no command that says if the CALLNAT was sucessful.
You will need to internally define a logic in the
subprogram so that when read in main program will say that
the execution was successful.
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
how we can find occurence of MU and PE fileds in a file?
How to create 1 ddm that fetches 3 adabas files simultaneously?
What is Natural?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between READ BY ISN and FIND
Explain how to find occurrence of mu and pe fields in a file?
How converted the natural coding for adabas
Explain the like inverted list?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Is it possible to declare a GDA for an external subroutine?
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same