difference between fetch , call and callnat

Answers were Sorted based on User's Feedback



difference between fetch , call and callnat..

Answer / aswini

Hi,

This is just to add little more description to Niki's
answer.

FETCH: This comes in 2 forms.
FETCH 'program' is just like the CHAIN in COBOL, where in
the control does not come back to the calling program.
With Fetch there can be parameters passed to the called
program.
FETCH RETURN: Similar to FETCH, but the control will
comeback to the calling program. Like the CALL statement in
COBOL.
CALL: Calling the non-Natural programs and the control will
come back to the calling module.
CALLNAT: Calling sub program with/with out parameters.

Is This Answer Correct ?    17 Yes 1 No

difference between fetch , call and callnat..

Answer / nagendra rampuria

FETCH is used to call a natural pgm,
CALL is used to call a cobol pgm from a natural pgm,
CALLNAT is used to call a subpgm from a natural pgm.

Is This Answer Correct ?    12 Yes 3 No

difference between fetch , call and callnat..

Answer / niki

Fetch- calling a natural pgm
CALL- it is used to call another pgm (other then natural)
CALLNAT- calling a natural subpgm
Fatch retrun- it will retrun the contol back

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More Natural Interview Questions

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

0 Answers  


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

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


difference between fetch , call and callnat

3 Answers   IBM,


Explain how many work file we can code in jcl?

0 Answers  






What is a hyperdescriptor?

0 Answers  


What is the difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


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

0 Answers  


control variable in online screens

3 Answers   Mind Tree,


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  


A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?

9 Answers  


what type of files we can process thru file-aid

1 Answers   Tech Mahindra,


Categories