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

Ibm cobol equivalent for BOOLEAN in Unisys Cobol


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
elmister

New User


Joined: 27 Nov 2005
Posts: 14

PostPosted: Tue May 01, 2007 4:11 pm
Reply with quote

Hi,

Could anyone please let me know whats the IBM Cobol equivalent of BOOLEAN data type which is used in the DMSII extension to Unisys Cobol (DMSII is the database type).

Regards,
Back to top
View user's profile Send private message
Madhanlal
Currently Banned

New User


Joined: 21 Apr 2007
Posts: 23
Location: Chennai

PostPosted: Tue May 01, 2007 5:43 pm
Reply with quote

I m not sure whether Unisys Cobol have boolen type.

To serve the purpose variables are defined as:

05 FIRST-RUN-SW PIC 9 VALUE 0.
88 FIRST-RUN VALUE 1.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top