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
How to know whether the module is dynamical or statistical?
In COBOL, what is the different between index and subscript?
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
How arrays can be defined in COBOL?
What are the different rules for performing sort operation?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the LINKAGE SECTION used in COBOL?
how to move the records from file to array table. give with code example
What are the different open modes available in cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
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
What are the cobol coding sheets?
What the difference is between continue and next sentence?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?