RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Answer Posted / rajesh
False.
It will take the space of the redefined variable when used.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the use of intialize verb?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What do you understand by psb and acb?
How do define dynamic array in cobol.
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?
How arrays can be defined in COBOL?
What are the different rules for performing sort operation?
What is the local-storage section?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Explain how you can characterize tables in cobol?
What is the difference between perform … with test after and perform … with test before?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.