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 |
Can we update with histogram?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
Explain how many work file we can code in jcl?
Is it possible to declare a GDA for an external subroutine?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
syntax for all WRITE COMMAND in natural language
What is cobol coding sheet?
The natural file converted to PDF file if Yes then explain ?
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]
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.