can you declare redefine in level 01?
Answers were Sorted based on User's Feedback
Answer / sharath
Its a YES. Defenitely you can have redefines on 01.
| Is This Answer Correct ? | 25 Yes | 0 No |
Answer / veena (ibm)
Redefines can be used for 01 level in working storage
section but not for 01 level in file section.
Other rules for redefines:
redefines cannot be used for 66 and 88 levels.
redefined vars level number must be same as the original
var.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sowmya
we should redefine in 01 level for group levels.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ravi
yes we can redefine the 01 level provided dataname1 and
dataname2 must be of same size. <--- Its only when we are
redeifneing the 01 level
but if we are defining the other levels than dataname 1 and
datanem2 can be of differnet size.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / 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 |
What is a SSRANGE and NOSSRANGE?
Explain fixed length record in cobol? with suitable example
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
How can we pass data from cobol to JCl?
what is Pic 9v99 Indicates?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the different between index and subscript?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Why occurs cannot be used in 01 level in COBOL?
how will u code parm parameter and where pls ?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is