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
How converted the natural coding for adabas
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 receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Can you explain control variable in online screens?
What is a hyperdescriptor?
Explain the like inverted list?
Tell me what type of files we can process thru file-aid?
Can we see the copy book length using file-aid?
Tell me can we update with histogram?
How to find occurrence of mu and pe fields in a file?
Explain control variable in online screens?
Explain how many work file we can code in jcl?
Explain the difference between external subroutine and subprogram?