RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Answers were Sorted based on User's Feedback
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 |
Answer / rajesh
False.
It will take the space of the redefined variable when used.
| Is This Answer Correct ? | 4 Yes | 1 No |
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 |
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 |
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is file status 92?
Following questions were asked in Capegemini on 8th sep,2012 mainframe test 1.)Condition code for dul recors in VSAM- 2.) Is NULL or =NULL in Select statement 3.)max size of CI 4.)What happens after CI is full 5.)Ques on COND parameter 6.)which among following can not be rolled back a)delete table b.)droptable c)Update d.)insert 7.)groupby and orderby sql querries 8.)Max extents in VSAM file 9.)quesn on DPRTY=(1,10) 10.)range of condition codes in COBOL 11.)occurs clase can not be used at which level? 12.)delimiter in jcl 13.)sort card for file in PGM=SORT 14.)PIC(6) value 120056 possible? 15)question on BLKSIZE Is (20,20) and (20,10) possible? 16.)number of bytes in RDF 17.)Can we use index in WS-section or LK-section 18.)Verify command in IDCAMS used for? 19.)question on Alternate Index 20.)Return code of file attribute mismatch 21.)In which format COBOL variables stored? 22.)what is Alternate of HANDLE? 23.)can SUM,AVG,MIN,ROUND used in numeric and char variable data types? 24.)What is the datatype of FILE STATUS codes in WS-section?
Differentiate COBOL and COBOL-II?
Whats the difference between search & search ALL?
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
) what is the difference between AID and HANDLE AID?
Why there is no questions in this column?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.