RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE

Answers were Sorted based on User's Feedback



RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / mayank rastogi

FALSE.

The RENAMES clause does not use any extra space within the program as all it is doing is supplying a replacement name for use in a data definition attached to the program.

Is This Answer Correct ?    13 Yes 1 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / anandaboopalan

a)TRUE

Is This Answer Correct ?    20 Yes 10 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / tango

False.
it doesnot take any extra space.

Is This Answer Correct ?    6 Yes 1 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / anoop m

A) true

Is This Answer Correct ?    8 Yes 5 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / rajesh

False.

It will take the space of the redefined variable when used.

Is This Answer Correct ?    4 Yes 1 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / santy

TRUE.

Is This Answer Correct ?    9 Yes 7 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / guest

True

Is This Answer Correct ?    4 Yes 2 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / shiva

REDEFINES AND RENAMES ARE USED FOR REUSING STORAGE SPACE....

HENCE RENAME DOES NOT USE NEW SPACE IN MEMORY

Is This Answer Correct ?    2 Yes 0 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / ssampath

true

Is This Answer Correct ?    1 Yes 1 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / amar

false.

because rename clause is used for rename the
variable/identifier/data name.
redefines clause will take extra space. because we define
data names tow times in working storage section.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

what is call by value and call by reference ?

3 Answers   Infosys, ITC Indian Tobacco Company,


What are the functions like c or c++ in cobol?

2 Answers  


How to read records from flat file in reverse order through COBOL program?

14 Answers   Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

0 Answers  


how we can edit records in vsam data set and non vsam data sets

2 Answers   ACS,






a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  


Can we access the a[0] in the array ?

6 Answers   DCL, IBM,


Differentiate between structured cobol programming and object-oriented cobol programming.

0 Answers  


How can you declare the file ?

1 Answers   Wipro,


How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.

10 Answers  


If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.

7 Answers   Financial Services,


Categories