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 ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain the address converter?
Explain why do we use file-aid for seqential files?
How can we see the copy book length using file-aid?
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?
Tell me can we update with histogram?
How converted the natural coding for adabas
Can you explain control variable in online screens?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the quality process in development?
Explain the like inverted list?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Explain how to find occurrence of mu and pe fields in a file?
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?