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

Answer Posted / anandaboopalan

a)TRUE

Is This Answer Correct ?    20 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1523


Explain how to differentiate call by context by comparing it to other calls?

689


Write the code to count the sum of n natural numbers.

699


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

679


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2114






How do you get the data to code the BMS macro?

1476


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1806


In COBOL, what is the different between index and subscript?

759


what are decleratives in cobol?

1827


how do you reference the printer file formats from cobol programs

665


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


Give some examples of command terminators?

759


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6829


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

710


What is the difference between Call and a Link?

699