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 amode(31)

0 Answers  


What guidelines should be followed to write a structured Cobol program?

1 Answers  


Why there is no questions in this column?

6 Answers  


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


what is the default print format? in cobol

3 Answers   HSBC,






What is the Purpose of POINTER Phrase in STRING command in COBOL?

0 Answers   Winsol Solutions,


What is the size of s9(19)comp3? explain

8 Answers  


What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

0 Answers   IBM,


study the data discriptions and answer the questions given below i)01 ORDER RECORD 05 OUT-HEADER PIC X(50) 05 ITEM-COUNT PIC 99 05 OUT-ITEM PIC X(20) OCCURS 1 TO 20 DEPENDING ON ITEM-COUNT ii)01 NAME-AND-ADDRESS 05 N-AND-A-LINE OCCURES 5 05 LINE-LENGTH PIC P9 05 N-AND-A-CHAR PIC X OCCURS 1 TO 20 DEPENDING ON LINE-LENGTH iii)01 SALES-LIST 05 SALESMAN-COUNT PIC 99 05 SALES PIC 9(6) OCCURS 1 TO 100 DEPENDING ON SALESMAN-COUNT iv)01 ORDER-RECORD 05 NO-OF-BRANDS PIC 99 05 BRAND-PURCHASED OCCURS 1 TO 15 DEPENDING ON NO-OF-BRANDS which of the following is true? a.i) and iii) are valid b.i) and iv) are valid c.i) and iii) are not valid d.all are valid

4 Answers   TCS,


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


Categories