What is COUNTERS in PL/1? How to assign the COUNTER
variables? WHich Data Type it can be used for this?
Answers were Sorted based on User's Feedback
Answer / sravan
To count number of operations occured we use counters.
DCL I FIXED BIN(15); /* DECLARATION of counter */
DCL eof bit(1) initial ('1'b);
DCL 1 var_b,
2 inrec char(2);
read file(filename) into(var_b);
Do while(!eof);
put skip list('Hi');
i = i + 1;
read file(filename) into(var_b);
end;
| Is This Answer Correct ? | 0 Yes | 2 No |
what optimum values can we find for freespace, ci etc?
what are the ARRAY operations in rpg/400?
is it possible to create a new field dynamically?
What is drda ?
what is the scope of commitment control?
What is z os in mainframe?
how to get last 100 records in file-aid?
How can we extract data from IMS DB and load it onto oracle database by converting it.Pls someone help me
how do we do unit testing in mainfrmae. explain step-wise.
What is controlled keyword in PL/1?
What are the mainframe computing pros and cons?
What is database descriptor?