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 / madhu
both the statements cannot be true when 88 level no is
used.so may be the 1st or the second might be true.if male
is set to be true then value of stat is between 1-3 else 4-7
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
Can we redefine the field of x(200) to less than 200?
Which Search verb is equivalent to PERFORM…VARYING?
Difference between array and sub-script ?
how do you reference the variable unblock file formats from cobol programs
What is comp-1 and comp-2?
What is the difference between goback, stop run and exit program in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is a scope terminator give example?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write a cobol program making use of the redefine clause.
How do get the result of your program directly on your pc?