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 |
What is data trace system 2.0 used for?
how to move cursor to a particular field when position is not known?
Explain the address converter?
Explain how many work file we can code in jcl?
What is STACK in Natural? How we can use it in Program? Give me Eg.?
Explain difference between read(1) and read work file once?
what type of files we use in file-aid
What exactly is a hyperdescriptor? How does it work?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Define cobol coding sheet?
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
How do you pass GDA into a sub program with out PDA?