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

Possible Data types in PL/I


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

New User


Joined: 04 Mar 2010
Posts: 38
Location: DC

PostPosted: Fri Apr 30, 2010 12:46 pm
Reply with quote

H All,

I am new to PL/I. I would like to know the different data types we can use to declare the variables.

Can any one suggest me to get some good manuals or links to start understanding about PL/I?

Thanks in advance!!!
Back to top
View user's profile Send private message
satish.ms10

Active User


Joined: 10 Aug 2009
Posts: 184
Location: India

PostPosted: Fri Apr 30, 2010 1:01 pm
Reply with quote

Hi Alex,

I am giving the information based on my understandings.

For Numeric data:

1. FIXED DECIMAL
2. FIXED BINARY
3. FLOAT DECIMAL
4. FLOAT BINARY

For Character data:

1. CHAR or CHARACTER

For BIT data:

1. BIT

These are the elimentary data types available in PL/I.

Let me know if you need more information.

Please correct me if I am wrong.

Thanks,
Sati
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Fri Apr 30, 2010 1:08 pm
Reply with quote

Hi,

For Enterprise PL/I:
www-01.ibm.com/software/awdtools/pli/plizos/library/

For PL/I:
www-01.ibm.com/software/awdtools/pli/plimvs/library/?S_CMP=rnav
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Apr 30, 2010 7:36 pm
Reply with quote

Hello,

At the top of the page is a link to "IBM Manuals". The PL/I Language Reference and the Programming Guide are available there. . .
Back to top
View user's profile Send private message
Alexis Sebastian

New User


Joined: 04 Mar 2010
Posts: 38
Location: DC

PostPosted: Mon May 03, 2010 6:35 pm
Reply with quote

Thanks everyone. You people are really helpful.

Your suggestions are valuable. I started reading the manuals now.
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
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
Search our Forums:

Back to Top