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 happens when a copybook variables are declared using include statement ?

3 Answers   IBM,


When can the USING phrase be included in the call statement ?

2 Answers  


level number 77 is used to define a)group data b)elementary data c)redefine d)none

8 Answers   TCS,


What is the difference between Structured COBOL Programming and Object Oriented COBOL ?

1 Answers  


What are the divisions in a cobol program?

1 Answers  






Can anyone please give the example of Inline Perform.

6 Answers   TCS,


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

0 Answers  


A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,


A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25

3 Answers   TCS,


What is SDSF?

13 Answers   IBM,


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,


Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


Categories