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
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to use the same COBOL program in Batch and CICS on lines? explain with an 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.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is length is cobol?
How do define dynamic array in cobol.
IF I mention stop run in CICS what happens?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the access modes of START statement?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between Global and External Variables?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how do you reference the esds vsam file formats from cobol programs
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there