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.
Answer Posted / 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 |
Post New Answer View All Answers
What rules are followed by the search verb.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between binary search and sequential search?
What is the use of intialize verb?
What is amode(31)
How do you define a variable of comp-1 and comp-2?
Name the sections present in data division.
What is rmode(any) ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?