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 |
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?
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 how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain the data storage?
Explain the difference between external subroutine and subprogram?
A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?
Tell me can we update with histogram?
control variable in online screens
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]
Explain the address converter?
difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between read(1) and read work file once?