ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Converting a PL1 include to a COBOL copybook

Post new topic  Reply to topic
 Converting a PL1 include to a COBOL copybook « View previous topic :: View next topic » 
Author Message
DELLIPIZ
PostPosted: Mon Oct 11, 2004 9:44 am    Post subject: Converting a PL1 include to a COBOL copybook Reply with quote

Acolyte

Joined: 08 Oct 2003
Posts: 70

Hi,

I have host data being sent to WMQI, so I need to convert it to Cobol fields to create my MRM. However, they are defined as PL1 right now. How would I define the following PL1 fields in a Cobol MRM:

FIXED DEC(15, 2)
FIXED BIN(31)
FIXED BIN(15)
FIXED BIN(4)
FIXED BIN(2)
CHAR(250) VAR

Thanks!

-Lori
Back to top
View user's profile Send private message
shanson
PostPosted: Thu Nov 04, 2004 1:37 am    Post subject: Reply with quote

Partisan

Joined: 17 Oct 2003
Posts: 344
Location: IBM Hursley

Lori, it is a while since I have used PL/I but here goes:

FIXED DEC(15, 2) ?
FIXED BIN(31) unsigned integer 4 bytes long
FIXED BIN(15) unsigned integer 2 bytes long
FIXED BIN(4) ?
FIXED BIN(2) ?
CHAR(250) VAR length encoded string, 2 byte length
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Converting a PL1 include to a COBOL copybook
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.