What is wrong with the following data declaration?
01 W-DATE PIC X(6).
05 DD PIC 99.
05 MM PIC 99.
05 YY PIC 99.
(a) Nothing is wrong.
(b) Under W-DATE all level 05 items are having a PIC 99 but
level
01 has PIC X(6).
(c) PIC can't be specified for a group item.
(d) DD, MM, and YY are invalid datanames.
Answer Posted / elite group
c) PIC clause can't be specified the group item
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How you can read the file from bottom?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the cobol coding sheets?
how to convert the recors form vsam file to db2 table tru file aid
Which mode is used to operate the sequential file?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What guidelines should be followed to write a structured cobol prgm?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is a scope terminator give example?