consider the fallowing
77 stat pic 9.
88 male value 1,2,3.
88 female value 4 through7.
what will be the value of stat
a) set male to true.
b) set female to true.

Answers were Sorted based on User's Feedback



consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will..

Answer / nitin nelson

i think that the answer for
a) is 1
b) is 4
only the first values will be taken..
plz check and varify

Is This Answer Correct ?    6 Yes 1 No

consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will..

Answer / ramu

I Think none of the above was correct. because 77 was
independent level number,can't be associated with any other
level numbers.

Correct me if i am wrong

Is This Answer Correct ?    4 Yes 1 No

consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will..

Answer / madhu

both the statements cannot be true when 88 level no is
used.so may be the 1st or the second might be true.if male
is set to be true then value of stat is between 1-3 else 4-7

Is This Answer Correct ?    2 Yes 1 No

consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will..

Answer / kingmanish

Ramu has put me in serious doubt.
Can someone clarify this 77 lvel thing??

Otherwise I think if male is set to true stat will have any
value between 1-3. most probably 3 as it is the last value.

Similarly for female set to true Stat should take value of 7

Is This Answer Correct ?    0 Yes 0 No

consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will..

Answer / nag(igate)

yes, the madhu answer is right..........

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More COBOL Interview Questions

What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?

2 Answers   T systems,


What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.

3 Answers   IBM, Xansa,


What is Alternate Index ? How is it different from regular index ?

2 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,


What is the difference between Call and a Link?

0 Answers  






COMP field occupy ?

2 Answers  


comp-3 field occupy?

5 Answers  


i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


The maximum number of dimensions that an array can have in COBOL-85 is ?

11 Answers  


There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?

2 Answers  


What is the Importance of GLOBAL clause According to new standards of COBOL?

2 Answers   Infosys,


Why we should use cursor ?

3 Answers  


Categories