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

Equivalent data type in PL/I for Assembler Data type “PL2


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
satish.ms10

Active User


Joined: 10 Aug 2009
Posts: 184
Location: India

PostPosted: Fri Jul 30, 2010 11:36 am
Reply with quote

Hi,

Could you please let me know equivalent data type in PL/I for Assembler data type “PL2”?

Kindly let me know if I can get the data types information for COBOL, PL/I and Assembler and mapping at one place.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Jul 30, 2010 3:30 pm
Reply with quote

PL/I ===> FIXED DEC (3,0) - Note: Can be defined without an explicit decimal of ZERO ===> FIXED DEC (3)

COBOL ===> S9(03) COMP-3

As far as a centralized location to find each language's equivalent, I'm unsure.

Perhaps another forum member may know?

Bill
Back to top
View user's profile Send private message
satish.ms10

Active User


Joined: 10 Aug 2009
Posts: 184
Location: India

PostPosted: Mon Aug 02, 2010 3:49 pm
Reply with quote

Thank you very much Bill.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Aug 02, 2010 4:46 pm
Reply with quote

you can always use the charts/discussions in the db2 manuals that describe the equivalent programming language datatype
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
This topic is locked: you cannot edit posts or make replies. Automation need help in sorting the data DFSORT/ICETOOL 38
Search our Forums:

Back to Top