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



If the number of parameter is more than the expected then NAT0919 error is displayed. How many par..

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

If the number of parameter is more than the expected then NAT0919 error is displayed. How many par..

Answer / arun kumar

CALL statement can have max 128 parameter

Is This Answer Correct ?    0 Yes 1 No

If the number of parameter is more than the expected then NAT0919 error is displayed. How many par..

Answer / ajeet

4096

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Natural Interview Questions

Explain how to move cursor to a particular field when position is not known?

1 Answers  


how to move cursor to a particular field when position is not known?

3 Answers  


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 ?

6 Answers   IBM, TCS,


syntax for all WRITE COMMAND in natural language

7 Answers  


Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

1 Answers  


How to receive data passed through jcl parm parameter in a natural program?

1 Answers  


Is it possible to declare a GDA for an external subroutine?

4 Answers  


How can I create 1 DDM that fetches 3 ADABAS files simultaneously?

5 Answers  


What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.

2 Answers   Shaam,


how we can find occurence of MU and PE fileds in a file?

2 Answers  


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]

1 Answers  


Tell me what type of files we can process thru file-aid?

1 Answers  


Categories