GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Mainframe  >  COBOL
Go To First  |  Previous Question  |  Next Question 
 COBOL  |  Question 23 of 159    Print  
Can Redefines clause be used in File section, if yes at which level number ?

  
Total Answers and Comments: 10 Last Update: June 21, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 23, 2005 07:09:59   #1  
Samiha        

RE: Can Redefines clause be used in File section, if yes at which level number ?
Redifines clause is used to redefine a grouplevel item or elementary item...that is in all levels
 
Is this answer useful? Yes | No
September 01, 2005 06:12:30   #2  
arif        

RE: Can Redefines clause be used in File section, if yes at which level number ?
The REDEFINES clause cannot be used in a level 01 entry in the File Section.
 
Is this answer useful? Yes | No
December 21, 2005 08:42:05   #3  
akshay        

RE: Can Redefines clause be used in File section, if y...

NO !! you cannot redefine at 01 level , in FILE section !!!


 
Is this answer useful? Yes | No
January 24, 2006 09:40:55   #4  
John        

RE: Can Redefines clause be used in File section, if y...

We can use redifine in file section and also at any level. Redifine is just the method of representing thr data in different formats. But the only clause is that lenght of the redefining field should be less than or equal to the lenght of the redifined field.


 
Is this answer useful? Yes | No
February 04, 2006 08:22:41   #5  
pradipta        

RE: Can Redefines clause be used in File section, if y...
yes it's possible,but the level no should be 01,02-49.
 
Is this answer useful? Yes | No
March 15, 2006 08:28:27   #6  
Nabin Chandra Sahu        

RE: Can Redefines clause be used in File section, if y...
Redefines clause can not be used in File section, it is only used in working- storage section. level no will be 01-49, not 66 and 88. In 02-49 we can only redefines with same storage space.In 01 level we can redefines with lower storage space not exceds the oroginal storage space.
 
Is this answer useful? Yes | No
March 19, 2006 09:23:56   #7  
culver_lake        

RE: Can Redefines clause be used in File section, if y...
the redefines clause certainly can be used in the file section.  within a record description it can be used as many times and as many places as you want/need.  the only trick is that there is no redefines clause allowed at the 01 level like is allowed in working storage. Just code multiple 01 levels in the FD for the file and each one is automatically a redefines of the record in the buffer. You can do it at the 01 level, you just don't say REDEFINES.
 
Is this answer useful? Yes | No
July 12, 2006 07:47:53   #8  
praleo        

RE: Can Redefines clause be used in File section, if y...
You can't use redefine clause in the file section at 01 level. It can be used in the working storage section at 01 level.
 
Is this answer useful? Yes | No
January 17, 2007 07:26:53   #9  
P.Karthikkumar        

RE: Can Redefines clause be used in File section, if y...

Hi,

  01 level is a self redifine one.

Thanks

P.Karthikkumar


 
Is this answer useful? Yes | No
June 21, 2007 07:55:15   #10  
Murali        

RE: Can Redefines clause be used in File section, if y...
Redefines can be used in File Section,but from 02-49 level
Thanks,
Murali

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape