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 control variable in online screens?

0 Answers  


Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?

2 Answers   Hexaware,


How are you going to remove duplicates from the file that is being read?

0 Answers  


Explain difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


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

5 Answers  






What exactly is a hyperdescriptor? How does it work?

3 Answers  


What is the difference between escape(top or bottom) and escape immediate(top or bottom?

0 Answers  


Explain adabas basic concepts. Like inverted list, address converter ,data storage?

0 Answers  


difference between fetch , call and callnat

3 Answers   IBM,


Explain how to find occurrence of mu and pe fields in a file?

0 Answers  


How can we see the copy book length using file-aid?

0 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,


Categories