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 to create 1 ddm that fetches 3 adabas files simultaneously?
Define cobol coding sheet?
How to find occurrence of mu and pe fields in a file?
How converted the natural coding for adabas
Explain how to move cursor to a particular field when position is not known?
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?
What is the difference between read(1) and read work file once?
How can we see the copy book length using file-aid?
Explain control variable in online screens?
What is the quality process in development?
Explain why do we use file-aid for seqential files?
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?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain difference between read(1) and read work file once?
What is cobol coding sheet?