What is redefines clause in COBOL?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


) how do u code after getting data?

0 Answers   IBM,


How can I tell if a module is being called DYNAMICALLY or STATICALLY?

3 Answers   CTS,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


DATAONLY, MAPONLY functionality?

1 Answers   IBM,






In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


What is an index for tables?

2 Answers  


How do you define a variable of COMP-1? COMP-2?

3 Answers  


How can you declare the file ?

1 Answers   Wipro,


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

0 Answers   IBM,


how would find total records in files using seqientional

1 Answers   HSBC,


What is the difference between NEXT SENTENCE and CONTINUE?

2 Answers   Mphasis,


Categories