IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

FD section record layout memory


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sasi Kiran Patha
Warnings : 2

New User


Joined: 19 Nov 2006
Posts: 73
Location: Hyederabad

PostPosted: Mon Jan 08, 2007 11:03 am
Reply with quote

Hi,

I have a FD section (for a tape file) that has two 01 level record layouts
of same size X(185).

Do both of the record layouts point to same memory area?
can we refer Data populated into one record layout using the other layout's 01 level.

regards,
sasi patha
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Jan 08, 2007 11:44 am
Reply with quote

Hi sasi,
Sasi Kiran Patha wrote:
I have a FD section (for a tape file) that has two 01 level record layouts of same size X(185).

Do both of the record layouts point to same memory area?
can we refer Data populated into one record layout using the other layout's 01 level.
Yes, both 01s point to the same point in memory, in the I/O buffer actually (unless you are using awo on output).
Sorta of like two 01s in linkage that you had SET to the same address.

Anything else?

Bill
Back to top
View user's profile Send private message
Sasi Kiran Patha
Warnings : 2

New User


Joined: 19 Nov 2006
Posts: 73
Location: Hyederabad

PostPosted: Mon Jan 08, 2007 12:16 pm
Reply with quote

Fine. The program is directly trigerred from JCL.
I could not find any address setting in the program linkage section.


thank u. :-)
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Jan 08, 2007 12:20 pm
Reply with quote

I' sorry, the linkage reference was just an example, a "sorta like"... icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts To find whether record count are true... DFSORT/ICETOOL 6
Search our Forums:

Back to Top