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

Answer Posted / santy

TRUE.

Is This Answer Correct ?    9 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

700


Why would you use find and get rather than to obtain?

687


What is the difference between comp and comp-3?

700


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

998


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780






Write a program to explain size error.

677


Write a cobol program making use of the redefine clause.

731


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2730


what is search and searchall?what is the diffrence between them?give an best example?

5558


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

648


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10610


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


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

689


What are different data types in cobol?

689


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

715