can we use 77 level no for Redefines?if we use give an
example?
Answer Posted / mr. cooooool
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 |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between next sentence and continue in cobol programing language?
What kind of error is trapped by on size error option?
What is the compute verb? How is it used?
HOw can I get the negative sign while deduct high value from low value
What is the difference between perform … with test after and perform … with test before?
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain the configuration section of a cobol program with examples of syntax.
A table has two indexes defined. Which one will be used by the SEARCH?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Define cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
In COBOL programming, what is PERFORM? What is VARYING?