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 |
How to find occurrence of mu and pe fields in a file?
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
What is cobol coding sheet?
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
How can I create 1 DDM that fetches 3 ADABAS files simultaneously?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain the difference between external subroutine and subprogram?
what r the quality process in development
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]
The natural file converted to PDF file if Yes then explain ?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.