Exforsys

Online Training

Categories of COBOL data

This is a discussion on Categories of COBOL data within the COBOL forums, part of the Programming Talk category; hi friends which type of Categories In COBOL data ? please give detailed information....


Go Back   Exforsys > Programming Talk > COBOL

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-05-2006, 04:20 AM
Junior Member
 
Join Date: Feb 2006
Posts: 16
Raman is on a distinguished road
Categories of COBOL data

hi friends

which type of Categories In COBOL data ?
please give detailed information.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-05-2006, 10:45 AM
Junior Member
 
Join Date: Sep 2006
Posts: 5
meganapriya is on a distinguished road
In COBOL, there are really only three data types -

numeric
alphanumeric (text/string)
alphabetic

There is little difference between these data types For instance, it is possible to assign a non-numeric value to a data item that is declared as numeric.

But there is problem with this kind of approach because Cobol programs crashes unexpectedly non-numeric data, it is up to you to make sure this will not happen.
like make sure non-numeric data is not assigned to numeric items meant for calculations. The compiler ensures that a variable of a particular types can only be assigned appropriate values.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new questions
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Import EXCEL Data into QTP Global Data Table venkata krishnamurthy t Software Testing 7 12-09-2007 10:59 PM
Roadmap to careeer in Data warehousing dwuser Dataware Housing Tools 0 04-13-2006 06:20 AM
Difference between Data Warehouse database and OLTP database techguru Data Warehousing 2 04-11-2006 04:19 AM
difference between Data Warehouse and Online Analytical Processing techguru Data Warehousing 1 04-10-2006 11:25 AM
hierarchail & network kisshug Oracle Tutorials 2 05-01-2005 04:17 PM


All times are GMT -4. The time now is 03:57 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.