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


which of the following can be used as a check protection symbol
a.Z
b.S
c.*
d.+

Answers were Sorted based on User's Feedback



which of the following can be used as a check protection symbol a.Z b.S c.* d.+ ..

Answer / mohan

c=*

Is This Answer Correct ?    14 Yes 0 No

which of the following can be used as a check protection symbol a.Z b.S c.* d.+ ..

Answer / dimpy19

* A check protect symbol--a leading numeric character position into which an asterisk is placed when that position contains a zero. Each asterisk (*) is counted in the size of the item.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.

2 Answers   IBM,


How to print 10 to 1 if the input have only 10 digit number?

0 Answers  


Write a cobol program making use of the redefine clause.

0 Answers  


COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,


In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

4 Answers   EDS,


how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it

2 Answers  


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

0 Answers  


Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?

7 Answers   Bank Of America, Mind Tree,


how can we find total no of records in a file ....is there any utility......?

3 Answers   IBM,


How do you define a variable of comp-1 and comp-2?

0 Answers  


How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?

6 Answers  


how to pass 100 to s9(4) how r they inserted ?

3 Answers   TCS,


Categories