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
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Which mode is used to operate the sequential file?
Which division and paragraphs are mandatory for a COBOL program?
What is the Purpose of Pointer in the string?
Mention the guidelines to write a structured cobol program?
Name some of the examples of COBOl 11?
i want a program using by if, evaluate , string, unstring, perform, occurs?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is difference between static and dynamic call in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is inspect in cobol ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
For rewrite, why is it mandatory that file needs to be opened?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?