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
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 adabas basic concepts. Like inverted list, address converter ,data storage?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain how to find occurrence of mu and pe fields in a file?
Explain the difference between external subroutine and subprogram?
Explain difference between read(1) and read work file once?
What is cobol coding sheet?
Explain how many work file we can code in jcl?
Can you explain control variable in online screens?
What is a hyperdescriptor? How does it work?
Explain the data storage?
How converted the natural coding for adabas
Explain the like inverted list?
What is a hyperdescriptor?
Tell me can we update with histogram?