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

What is the difference between read(1) and read work file once?

0 Answers  


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

0 Answers  


Explain how many work file we can code in jcl?

0 Answers  


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

0 Answers  


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

0 Answers  






Explain why do we use file-aid for seqential files?

0 Answers  


Explain the difference between external subroutine and subprogram?

0 Answers  


Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

0 Answers  


What is a hyperdescriptor?

0 Answers  


Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?

0 Answers  


Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.

1 Answers  


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?

0 Answers  


Categories