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 |
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain how are you going to remove duplicates from the file that is being read?
Explain how to move cursor to a particular field when position is not known?
What is the difference between External subroutine and subprogram?
why do we use file-aid for seqential files?
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
What is 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 ?
Define cobol coding sheet?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
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?