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....
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
![]() |
| Thread Tools | |
|
|
|
||||
| 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 |