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 |
consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
How many maximum number of procedures can we write in one COBOL program?
How many maximum number of procedures can we write in one COBOL program?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
Why we should use cursor ?
How you can characterize tables in cobol?
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
is it possible to rename 01 level?
What is the point of the REPLACING option of a copy statement?