Is it possible to declare a GDA for an external subroutine?
Answer Posted / jamil ahmad
YES. A GDA can be used in an external subroutine. Thats
where a GDA comes in real handy. I personally rather use a
subprogram but developers use subroutine and like it. You
dont have to pass any parameter but you must use the GDA.
Upon returning from the subroutine you can interrogate the
glbal fields for your edits. Here is an example of an
external subroutine (chopped off to fit here): (I didnt
write this but use it all the time, works perfect)
DEFINE DATA
GLOBAL USING DSLGLOB
LOCAL
1 #NAME (A15) INIT <' '>
1 REDEFINE #NAME
2 #ARRAY (A1/15)
1 #X (N2)
1 #LENGTH (N2)
1 #BLANK (A1) INIT <'N'>
END-DEFINE
***********************************************
DEFINE SUBROUTINE NAME-EDIT
***********************************************
ETC ETC
END-SUBROUTINE
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to create 1 ddm that fetches 3 adabas files simultaneously?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
What is cobol coding sheet?
Explain the data storage?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
What is a hyperdescriptor?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
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?
How to find occurrence of mu and pe fields in a file?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain how many work file we can code in jcl?
The natural file converted to PDF file if Yes then explain ?
Explain how to move cursor to a particular field when position is not known?
Tell me can we update with histogram?