How do you pass GDA into a sub program with out PDA?
Answers were Sorted based on User's Feedback
Answer / tcs
We can directly access GDA in sub program no need to pass it through PDA .
| Is This Answer Correct ? | 2 Yes | 18 No |
Define cobol coding sheet?
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 ?
differnce between read work file 1 and read work file once? why we are using work file once?
How can I create 1 DDM that fetches 3 ADABAS files simultaneously?
Explain control variable in online screens?
How to receive data passed through jcl parm parameter in a natural program?
what is the difference between read and find ?
ADABAS basic concepts. Like inverted list, address converter ,data storage
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?
What is the difference between read(1) and read work file once?
The natural file converted to PDF file if Yes then explain ?
Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]