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 Posted / 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 |
Post New Answer View All Answers
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
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?
Explain the difference between external subroutine and subprogram?
Tell me what type of files we can process thru file-aid?
Explain how are you going to remove duplicates from the file that is being read?
How converted the natural coding for adabas
What is a hyperdescriptor? How does it work?
Explain the data storage?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How are you going to remove duplicates from the file that is being read?
Can we see the copy book length using file-aid?