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

Answers were Sorted based on User's Feedback



Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-fo..

Answer / elite group

d

Is This Answer Correct ?    16 Yes 0 No

Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-fo..

Answer / 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

Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-fo..

Answer / bhupendraprajapati

Answer is (D)

Is This Answer Correct ?    0 Yes 0 No

Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-fo..

Answer / prasanna

The answer is B because of the field restriction in COBOL..
only 8 chars are allowed..



Cporrect me if i am wrong

Is This Answer Correct ?    0 Yes 17 No

Post New Answer

More COBOL Interview Questions

If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it

7 Answers   BirlaSoft,


) How do u handle errors in BMS macro

0 Answers   IBM,


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


Mention the guidelines to write a structured cobol program?

0 Answers  


soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?

7 Answers   CitiGroup, IBM,


How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?

1 Answers   CTS,


give the examples of strings in cobol

1 Answers   IBM,


If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 Answers  


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.

3 Answers  


given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1

5 Answers   Broadridge, TCS,


Categories