study the following code
01 A1
05 B PIC 99
05 C PIC X(4)
01 A2
05 B PIC 99V99
05 C PIC A(4)
pick out the valid statement from the following
a.A1 and A2 can not have sub-ordinates
b.A1 and A2 can have the same sub-ordinates but must have
same PIC clause
c.there is nothing wrong
d.A1 and A2 can have same sub-ordinates provided they are
not at 01 level
Answer Posted / ram.g
there is nothing wrong....
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
What is cobol?
) How do u handle errors in BMS macro
Explain about different table spaces.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
For rewrite, why is it mandatory that file needs to be opened?
How many sections are there in data division in COBOL?
Whats the difference between search & search ALL?
What is a scope terminator give example?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is comp-1 and comp-2?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is a report item?
I have a File that has duplicate records. I need only those records that occur more than thrice.?