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 / 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 |
Post New Answer View All Answers
what is difference between cobol and cobol/400
What is the difference between comp and comp-3?
What is the difference between Call and a Link?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the different open modes available in cobol?
What are 77 levels used for?
Are you comfortable in cobol or jcl?
Why did you choose to work with ibm mainframe cobol programming?
How many sections are there in data division in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the use of intialize verb?
What are the different rules to perform a Search?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Mention the guidelines to write a structured cobol program?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?