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 control variable in online screens?
What is a hyperdescriptor? How does it work?
How are you going to remove duplicates from the file that is being read?
How do you pass GDA into a sub program with out PDA?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What exactly is a hyperdescriptor? How does it work?
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?
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
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?
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 how to find occurrence of mu and pe fields in a file?
Explain the address converter?