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 |
what type of files we use in file-aid
what r the quality process in development
How to create 1 ddm that fetches 3 adabas files simultaneously?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Can you explain control variable in online screens?
How converted the natural coding for adabas
A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?
how to move cursor to a particular field when position is not known?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How do you pass GDA into a sub program with out PDA?