Is it possible to declare a GDA for an external subroutine?
Answer Posted / niki
No its not possible to declare gda for external subroutine,
because external routine contains only logic not the data
variables. the external subroutine will lookmlike this
define subroutine-1.
........
.......
end-subroutine.
there is no define data bolck as such
please correct me if i am wrong.
| Is This Answer Correct ? | 1 Yes | 17 No |
Post New Answer View All Answers
Can you explain control variable in online screens?
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 difference between read work file 1 and read work file once? Why we are using work file once?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How are you going to remove duplicates from the file that is being read?
Explain the data storage?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the difference between read(1) and read work file once?
Tell me what type of files we can process thru file-aid?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Explain how are you going to remove duplicates from the file that is being read?
What is a hyperdescriptor?
How converted the natural coding for adabas
Explain why do we use file-aid for seqential files?
What is the difference between read work file 1 and read work file once? Why we are using work file once?