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
what is the meaning of ssrange and nossrange?
hi provide info about any real time requirement in health care and banking services mainframe applications. pls send immediate reply to me.
how do we describe static call and dynamic call?
How to define a directory?
Explain paging concept in memory?
What is the maximum value that can be stored in s9(8) comp?
suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?
What is downtime and what might be the reason?
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
what is unit testing ? on which basis you will write test case ?
What is a configuration management system, give examples?
what is use of linkage section?
How to send a sms to a mobile through mainframe vm’s?
What will be the result if on size error phrase is declared?
Are scope terminators compulsory? If they are, when?