What is controlled keyword in PL/1?
Answer / 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 |
How IBM framework work?
Hello, I have 3 years of exp as a mainframes tester in a leading IT company, now am looking to change my company. Could you please let me know, what are the interview questions/topics i should prepare. Your suggestions are truly valuable for me :) Thanks !!
What is inspect and what is it used for?
What is inspect?
Explore the syntax of the evaluate statement?
can we describe the results of opening for input empty vsam files in a cobol program?
HOW CAN YOU VIEW LAST 10 DATASETS CREATED BY YOU?
Why are you looking for a change?
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?
suppose program A is calling program B, at a time A will send 100 records but it has to send 500 records. how it will possible?
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
Tell me abt any another framework which is challening for Ibm framework