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
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Which is not true about evaluate statement
What are the different types of condition in cobol and write their forms.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How to know whether the module is dynamical or statistical?
What are the different open modes available in cobol?
how do you reference the variable unblock file formats from cobol programs
Whats the difference between search & search ALL?
How do you define a variable of comp-1 and comp-2?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is an in line perform? When would you use it? Anything else you wish to say about it.
how do you reference the esds vsam file formats from cobol programs