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
How you can characterize tables in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Give some examples of command terminators?
What is Pic 9v99 Indicates in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you reference the following file formats from cobol programs?
What guidelines should be followed to write a structured cobol prgm?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Name the divisions, which are available in a cobol program?
How many bytes S(8) comp field occupy and its maximum value?
) what is the difference between AID and HANDLE AID?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Explain how you can characterize tables in cobol?
Can we redefine the field of x(200) to less than 200?