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 |
syntax for all WRITE COMMAND in natural language
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
What is the difference between External subroutine and subprogram?
What is the difference between read(1) and read work file once?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the quality process in development?
Can we see the copy book length using file-aid?
Can you explain control variable in online screens?
ADABAS basic concepts. Like inverted list, address converter ,data storage
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
Explain difference between read work file 1 and read work file once? Why we are using work file once?
How are you going to remove duplicates from the file that is being read?