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 the like inverted list?
Explain difference between read work file 1 and read work file once? Why we are using 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?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
How can we see the copy book length using file-aid?
Explain the address converter?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Explain the data storage?
Can we see the copy book length using file-aid?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is the difference between read(1) and read work file once?
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 control variable in online screens?
Explain the difference between external subroutine and subprogram?