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?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between read work file 1 and read work file once? Why we are using work file once?
What is the difference between read(1) and read work file once?
Explain how to find occurrence of mu and pe fields in a file?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain how many work file we can code in jcl?
Explain control variable in online screens?
Explain why do we use file-aid for seqential files?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain the like inverted list?
Can you explain control variable in online screens?
How to find occurrence of mu and pe fields in a file?
Explain difference between read(1) and read work file once?
What is a hyperdescriptor?
Define cobol coding sheet?
How to receive data passed through jcl parm parameter in a natural program?