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 / asmara
B is the right answer because if the level and sub-
ordinates must be same as well as the same PIC clause must
be there. where B PIC clause is differ.
If i am wrong let me inform to my mail..
Regards,
Asmara
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
HOw can I get the negative sign while deduct high value from low value
What are the access modes of START statement?
What is amode(24)?
How do we get current date from system with century in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Explain the configuration section of a cobol program with examples of syntax.
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
) How do u handle errors in BMS macro
i need a small 3d program using inline and outline.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is a SSRANGE and NOSSRANGE?
what is difference between cobol and cobol/400