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
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 escape(top or bottom) and escape immediate(top or bottom?
The natural file converted to PDF file if Yes then explain ?
What is data trace system 2.0 used for?
Can we see the copy book length using file-aid?
What is a hyperdescriptor? How does it work?
Explain the like inverted list?
Explain how to move cursor to a particular field when position is not known?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Explain why do we use file-aid for seqential files?
How are you going to remove duplicates from the file that is being read?
Explain how to find occurrence of mu and pe fields in a file?
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?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Define cobol coding sheet?