What is level 66 used for ?
Answers were Sorted based on User's Feedback
Answer / satya sivaji
The level 66 used for the purpose of RENAMES clause.The
advantage of the clause is we can group the data items
according to our requirement and it will acts in original
group and new group,roughly we can say it as regrouping or
rearranging the data items by using RENAMES CLAUSE
| Is This Answer Correct ? | 22 Yes | 1 No |
Answer / syed
Level 66 is the RENAMES Clause. RENAMES Clause is used for
regrouping of the elementary data items. Level no
01,66,77,88 can't be regrouped. Level no 66 is defined
after all the elementary data items so as to regroup the
existing elementary data items.
| Is This Answer Correct ? | 3 Yes | 1 No |
Have you code any new programs in COBOL ? What is the functionality of the programs?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
can internal sort be applied to sort ksds files?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
What type of Call you would use if you don;t want the control back to the calling program?
How are the next sentence and continue different from each other?
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
what is record label is empty or standard in file description of data division?
can we use go to statement inline-perform?
What is XDC ?
) How do you access the migrate the data from production region to development region
Differentiate COBOL and COBOL-II?