| |
GeekInterview.com > Placement Papers > TCS > COBOL
| Print | |
Question: Observe 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
|
| September 09, 2005 02:48:45 |
#1 |
| nbn |
Member Since: Visitor Total Comments: N/A |
RE: Observe the following code 01 A1 05 B PI... |
c.there is nothing wrong
|
| |
Back To Question | |