Answer Posted / karthik .k
yes..its possible.. but when we r declare redefine function in 01 level ,the data name-1 and data name-2 must be the same size..
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Whats the difference between search & search ALL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
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 report-item in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
What is rmode(any) ?
What are the access modes of START statement?
how do you reference the variable block file formats from cobol programs
Why would you use find and get rather than to obtain?
Difference between cobol and cobol-ii?
What is the usage of comp fields in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the Purpose of POINTER Phrase in STRING command in COBOL?