Answer Posted / 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 View All Answers
What is data trace system 2.0 used for?
Explain how are you going to remove duplicates from the file that is being read?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Define cobol coding sheet?
Explain how to find occurrence of mu and pe fields in a file?
What is the difference between read(1) and read work file once?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain difference between read(1) and read work file once?
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?
Tell me can we update with histogram?
Explain why do we use file-aid for seqential files?
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?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?