Answer Posted / 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 |
Post New Answer View All Answers
Explain how to move cursor to a particular field when position is not known?
Explain control variable in online screens?
Tell me can we update with histogram?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How to receive data passed through jcl parm parameter in a natural program?
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?
What is cobol coding sheet?
What is the difference between read(1) and read work file once?
Explain the difference between external subroutine and subprogram?
Explain how to find occurrence of mu and pe fields in a file?
Explain why do we use file-aid for seqential files?
How can we see the copy book length using file-aid?
Explain the data storage?