How do you pass data from a Natural Program to an External
Subroutine? Can it share the LDA of Program as in Internal
Subroutine.
Answer Posted / hazrasu
CALLNAT 'ABCDEF' BEIC-PDA
where ABCDEF is the external subroutine and BEIC-PDA is the
group variable for the PDA that is defined in the main
program and by which the main program will get the data
from the external subroutine.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Tell me what type of files we can process thru file-aid?
What is a hyperdescriptor? How does it work?
How converted the natural coding for adabas
Explain the data storage?
What is cobol coding sheet?
Define cobol coding sheet?
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 a hyperdescriptor?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Explain the address converter?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain how are you going to remove duplicates from the file that is being read?
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 why do we use file-aid for seqential files?