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 |
give the examples for strings and unstrings in cobol
how can u pass the values into db2 values from cobol ?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
COMP field occupy ?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
Should I use STOP RUN in the sub program??why?
can I copy book which contain db2 statment in procedure divion?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do u write test cases?
What is tne need to use sub programs in Cobol?