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
How to find all duplicate records?
What is a mainframe?
can we describe the results of opening for input empty vsam files in a cobol program?
What is plan and package in mainframe?
suppose oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset?
What is basic difference between directory and pds in ibm mainframe?
how would find total records in files using sequential?
What is the facility that allows mainframes to be partitioned into lapars?
Explain ibm z?
what are the common errors that occured while programming in AS/400?
by using xpeditor if we want to debug the subpgm, how can you code in x-ped for mai-pgm n sub-pgm ?
what are the parameter we cannot use in procedure? How many instream we can write in single jcl? Can we call instream to catalog and catalog to instream?
Where is the vsam ksds placed?
What is use of IBM framework?
Name all the file-open modes