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
What is a hyperdescriptor? How does it work?
Explain the difference between external subroutine and subprogram?
Explain how to find occurrence of mu and pe fields in a file?
Explain the address converter?
Tell me can we update with histogram?
How to find occurrence of mu and pe fields in a file?
Tell me what type of files we can process thru file-aid?
How converted the natural coding for adabas
Explain the data storage?
Can we see the copy book length using file-aid?
How can we see the copy book length using file-aid?
What is the quality process in development?
Define cobol coding sheet?
Explain how are you going to remove duplicates from the file that is being read?
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?