Posted: Thu Feb 08, 2007 4:55 pm Post subject: Pointer in Cobol copybook
Novice
Joined: 10 Jul 2006 Posts: 16
Hi all,
I need to import a COBOL copybook to MB toolkit in order to build a message set. The copybook contains the 'POINTER' datatype which I think is not supported by the importer. I checked it out here (Notes section, point 4) :
Posted: Thu Feb 08, 2007 7:55 pm Post subject: Re: Pointer in Cobol copybook
Master
Joined: 23 Sep 2003 Posts: 232 Location: IBM (Retired)
saturn_cemk wrote:
Hi all,
I need to import a COBOL copybook to MB toolkit in order to build a message set. The copybook contains the 'POINTER' datatype which I think is not supported by the importer. I checked it out here (Notes section, point 4) :
So what other option do I have to import this ? Can I change the POINTER type to PIC X(4) as a pointer data item is a 4-byte elementary item.
Any suggestion will be appreciated.
Thank you.
Since a POINTER datatype contains a memory address - you may want to treat it as a binary value - and in any case, don't attempt to do anything with it. _________________ Bill Matthews
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum