Answer Posted / sekhar naidu yandrapu
CONTROLLED SPECIFIES THAT YOU MAINTAIN FULL CONTROL OVER THE ALLOCATION AND FREEING OF STORAGE WITH ALLOCATE AND FREE STATEMENTS .MULTIPLE ALLOCATIONS OF THE SAME CONTROLLED VARIABLE IN THE SAME TASK ,WITHOUT INTERVENING FREEING , STACK
GENERATIONS OF THE VARIABLE.
eX: dcl fieldx char(12) controlled;
allocate fieldx;
fieldx ="all clear?';
put file(printer) edit(fieldx)(x(5),A)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it?
how do u conduct impact analysis?
What is the need of running runstats in the test environment?
What is basic difference between directory and pds in ibm mainframe?
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
Name the versions of ibm mainframes have introduced in the market?
What are some uses of the evaluate statement?
Categorize the mainframe manual testing?
how could you write a program in a structured format?
How can a like table be created?
What is a configuration management system, give examples?
What is the mainframe testing?
Explain index cardinality?
What is Framework & How it work?
how are start and xctl different?