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 / nag(igate)

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

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rmode(any) ?

680


Explain what you understand by passing by value.

692


Explain how you can characterize tables in cobol?

636


What is report-item in COBOL?

704


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

816






What are the different types of condition in cobol and write their forms.

654


How do you reference the following file formats from cobol programs?

693


What is amode(31)

716


What is the difference between comp and comp-3 usage?

672


how to move the records from file to array table. give with code example

2216


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1868


What is a report item?

737


how can i see junk values in dclgen or in hostvariable of comp ?

2538


i need a small 3d program using inline and outline.

1629


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2102