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 |
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How converted the natural coding for adabas
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain difference between read(1) and read work file once?
differnce between read work file 1 and read work file once? why we are using work file once?
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
How to receive data passed through jcl parm parameter in a natural program?
Explain how many work file we can code in jcl?
A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?
Explain control variable in online screens?