Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the different data types available in COBOL?

Answer Posted / v@m$i

NUMERIC------ 9
ALPHABETIC--- A
ALPHANUMERIC-- X

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between comp and comp-3 usage?

1250


What is cobol?

1286


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6659


how do you reference the ksds vsam file formats from cobol programs

1237


i want a program using by if, evaluate , string, unstring, perform, occurs?

4793


Write a cobol program making use of the redefine clause.

1225


Can a Search can be done on a table with or without Index?

1326


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2324


What are various search techniques in cobol? Explain.

1105


What is comp-1 and comp-2?

1275


Whats the difference between search & search ALL?

6640


For rewrite, why is it mandatory that file needs to be opened?

1148


When is inspect verb is used in cobol?

1304


Differentiate between structured cobol programming and object-oriented cobol programming.

1208


Write a program to enter and display the names of students in a class using the occurs clause.

1254