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
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Tell me can we update with histogram?
Explain how many work file we can code in jcl?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain the difference between external subroutine and subprogram?
What is data trace system 2.0 used for?
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?
Define cobol coding sheet?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between read(1) and read work file once?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Tell me what type of files we can process thru file-aid?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?