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...

Identify the invalid dataname from the following:
(A) savings-account
(B) annual-allocation-for-overhead
(C) samount250
(D) 12demand

Answer Posted / ajmal

Correct Answer is (d)

Dataname CANNOT start with a numeric value. Must start with
alphabet only.

Also dataname can contain a maximum of 30 characters.
Therefore (b) is correct.

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 Structured COBOL Programming and Object Oriented COBOL programming?

1185


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

12533


how to refer the data field?

2319


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4209


How to remove 2 duplicate records and copy only one using job control language?

1260


how to move the records from file to array table. give with code example

2727


How you can characterize tables in cobol?

1252


What is the Purpose of Pointer in the string?

1125


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1607


Write the code to count the sum of n natural numbers.

1256


What are literals?

1183


Explain what you understand by passing by value.

1202


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2630


What are the different open modes available in cobol?

1243


Give some examples of command terminators?

1320