can we use 77 level no for Redefines?if we use give an
example?
Answers were Sorted based on User's Feedback
Hi..........
Yes, We can use 77 level in Redefines.
But make sure the redefining variable & Redefined variable must be defined with level 77.
77 A pic x(5) value 'delhi'.
77 B redefines A pic 9(5).
Thanks.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / krishna rao
yes we can use.but the redefine and redefued level numbers
should be equal.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mrudula
No, level number 66 is used only for RENAMES the elementary data items
| Is This Answer Correct ? | 3 Yes | 8 No |
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
should I use Go back in the main program ? Yes we can use Go back in main program as well.
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
can we redefine 77 level item is it possible
what is the advantage of sync class
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
what is meant by binary search?
Why did you choose to work with ibm mainframe cobol programming?
Describe the cobol database components?
What is normalisation?
what are the diferences b/w sub-script and index?