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 the use of comp2 ? where can we use it with example ?
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
how many divisions are there in cobol
what is a load module ?
what is the use of filler in cobol programing?
What is the figurative constant in cobol?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
How can we increase the size of an existing PDS to include more no. of modules.
When is inspect verb is used in cobol?
Can the OCCURS clause be at the 01 level?