|
|
| Author |
Message |
anu2 Warnings : 1 New User
Joined: 10 Jun 2007 Posts: 36 Location: Chennai
|
|
|
|
| Please let me know about Linkage section and it's functioning. |
|
| Back to top |
|
 |
References
|
Posted: Thu Sep 20, 2007 2:40 pm Post subject: Re: Linkage section and it's functioning |
 |
|
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1200 Location: At my desk
|
|
|
|
Linkage section
The linkage section describes data made available from another program or method.
Record description entries and data item description entries in the linkage section provide names and descriptions, but storage within the program or method is not reserved because the data area exists elsewhere.
Any data description clause can be used to describe items in the linkage section with the following exceptions:
v You cannot specify the VALUE clause for items other than level-88 items.
v You cannot specify the EXTERNAL clause.
You can specify the GLOBAL clause in the linkage section. The GLOBAL clause has no effect for methods, however. |
|
| Back to top |
|
 |
anu2 Warnings : 1 New User
Joined: 10 Jun 2007 Posts: 36 Location: Chennai
|
|
|
|
Thanks !
Is there aything specific about 4 bytes of information in Linkgae section ?
Also , can u please give me an example(code) of how data is being passed from JCL and received in COBOl pgm in Liknkage Section.
If length variable is not specified in Linkage section then what's the case ? |
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1200 Location: At my desk
|
|
|
|
| anu2 wrote: |
| Is there aything specific about 4 bytes of information in Linkgae section ? |
Huh?
| Quote: |
| Also , can u please give me an example(code) of how data is being passed from JCL and received in COBOl pgm in Liknkage Section. |
Try searching, like here
| Quote: |
| If length variable is not specified in Linkage section then what's the case ? |
Huh? |
|
| Back to top |
|
 |
|
|