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
Explain the data storage?
Explain the like inverted list?
How to create 1 ddm that fetches 3 adabas files simultaneously?
What is the quality process in development?
Explain the address converter?
Explain how to find occurrence of mu and pe fields in a file?
Explain control variable in online screens?
What is the difference between read(1) and read work file once?
Explain why do we use file-aid for seqential files?
How can we see the copy book length using file-aid?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
Tell me what type of files we can process thru file-aid?
How to find occurrence of mu and pe fields in a file?
The natural file converted to PDF file if Yes then explain ?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?