If the number of parameter is more than the expected then
NAT0919 error is displayed. How many parameter are allowed
in a CALL and CALLNAT statement?
Answers were Sorted based on User's Feedback
Answer / dipti karale
If you call an external program using CALL INTERFACE4 '<pgmnam>' then you may specify unlimited number of parameters to the external program. If you are using the CALL statement without the INTERFACE4 then only 40 parameters can be specified with the CALL statement.
As for the CALLNAT statement, I have used up to 500 parameters but not quite sure the maximum parameters allowed with a CALLNAT statement.
Is This Answer Correct ? | 4 Yes | 0 No |
How to receive data passed through jcl parm parameter in a natural program?
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]
Is it possible to declare a GDA for an external subroutine?
Can we see the copy book length using file-aid?
difference between escape(top or bottom) and escape immediate(top or bottom?
Tell me can we update with histogram?
A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
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 ?
why do we use file-aid for seqential files?
what type of files we can process thru file-aid
What is the difference between read work file 1 and read work file once? Why we are using work file once?