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
Can you explain control variable in online screens?
Explain why do we use file-aid for seqential files?
How can we see the copy book length using file-aid?
How to receive data passed through jcl parm parameter in a natural program?
Tell me what type of files we can process thru file-aid?
Explain how many work file we can code in jcl?
Tell me can we update with histogram?
Explain the difference between external subroutine and subprogram?
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 data trace system 2.0 used for?
What is the quality process in development?
Explain how to move cursor to a particular field when position is not known?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
What is the difference between read(1) and read work file once?