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

Define cobol coding sheet?

0 Answers  


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

0 Answers  


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

0 Answers  


Explain the like inverted list?

0 Answers  


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

0 Answers  






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

0 Answers  


What is the difference between READ BY ISN and FIND

2 Answers  


differnce between read work file 1 and read work file once? why we are using work file once?

4 Answers  


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

2 Answers   Shaam,


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

0 Answers  


Types Of Read , FIND

2 Answers  


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?

3 Answers   JPMorgan Chase,


Categories