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 / siri

FALSE...
RENAME CONSEPT IS REUSE THE SPACE IN THE GROUP...SO DOES NOT TAKE ANY SPACE....
01 GROUP1
05 EMP-ID PIC 9(9)
05 EMP-NAME PIC X(9)
01 GROUP2
05 EMP-SAL PIC 9(9)
05 EMP-ADD PIC X(10)
66 GROUP3 RENAMES EMP-ID THRU EMP-ADD.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / guest

2)true

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More COBOL Interview Questions

01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.

15 Answers   ACS,


i want to store 20 digits . h will u do it in cobol ?

4 Answers   TCS,


) How do u handle errors in BMS macro

0 Answers   IBM,


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

0 Answers  


if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?

3 Answers  






how do u link sub pgm to main pgm ?

2 Answers   TCS,


What rules are followed by the search verb.

0 Answers  


How is sign stored in a COMP field ?

3 Answers   Accenture,


how to convert vsam table into DB2 table?

1 Answers   IBM, Wipro,


Can anyone please give the example of Inline Perform.

6 Answers   TCS,


how to crack cts interview apps? NOVEMBER 21 2010

2 Answers   CTS,


How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.

7 Answers   CGI, TCS,


Categories