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 / satya prakash
a. A1 and A2 can not have subordinates because the size of
the group item A1 is differ from A2.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are declaratives and what are their uses in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Have you used comp and comp-3 in your project? And how?
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)?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is the use of outrecord?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how to refer the data field?
What are the cobol coding sheets?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
what happens if parmparameter passes zero bytes to the program
What is the LINKAGE SECTION used in COBOL?