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

how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)

5 Answers   IBM,


Explain how to differentiate call by context by comparing it to other calls?

1 Answers  


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


Write a cobol program making use of the redefine clause.

1 Answers  


what is index and how to use two tables using index?

1 Answers  


i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2

9 Answers  


I have a sequential file. How do I access a record in this sequential file randomly in my program ?

8 Answers   CGI, Xansa,


Why did you choose to work with ibm mainframe cobol programming?

1 Answers  


In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?

9 Answers   TCS, Tech Mahindra,


what is s000 u4087 error? please give the all error codes in cobol,jcl.

1 Answers  


what is label record is standard or omitted in file description of data division?

3 Answers   IBM, TCS,


Categories