Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


can you declare redefine in level 01?

Answers were Sorted based on User's Feedback



can you declare redefine in level 01?..

Answer / sharath

Its a YES. Defenitely you can have redefines on 01.

Is This Answer Correct ?    25 Yes 0 No

can you declare redefine in level 01?..

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

can you declare redefine in level 01?..

Answer / adarsh

yes it's possible.but the length of data-name1 must not
exceed the lenght of data-name2 in case of 01 level.
where as in case of other both the data-names must be
equal in size.

Is This Answer Correct ?    5 Yes 1 No

can you declare redefine in level 01?..

Answer / sowmya

we should redefine in 01 level for group levels.

Is This Answer Correct ?    3 Yes 0 No

can you declare redefine in level 01?..

Answer / krishna chaitanya

Yes WE can use REdefines in cobol ,

Is This Answer Correct ?    2 Yes 0 No

can you declare redefine in level 01?..

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

can you declare redefine in level 01?..

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

can you declare redefine in level 01?..

Answer / snehatechm

NO

Is This Answer Correct ?    5 Yes 16 No

Post New Answer

More COBOL Interview Questions

what is the use of comp2 ? where can we use it with example ?

3 Answers   Covansys,


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??

1 Answers  


how many divisions are there in cobol

3 Answers   ADP,


what is a load module ?

3 Answers   TCS,


what is the use of filler in cobol programing?

4 Answers   MAT,


What is the figurative constant in cobol?

1 Answers  


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 ?

2 Answers   TCS,


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

3 Answers   GreenTree, IBM,


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.

0 Answers   Cap Gemini,


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


When is inspect verb is used in cobol?

0 Answers  


Can the OCCURS clause be at the 01 level?

2 Answers  


Categories