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

what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


what are decleratives in cobol?

0 Answers   GGG, Satyam,


Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?

14 Answers   Accenture, TCS,


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,


What is the file organization clause ?

2 Answers  






What are the divisions in a cobol program? Which one is the mandatory division among them?

1 Answers  


Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.

1 Answers  


wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?

2 Answers   EDS,


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

0 Answers  


What is the significance of 'above the line' and 'below the line'?

2 Answers   Nokia,


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  


What is a subscript ?

3 Answers  


Categories