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 |
Explain delete-connected tables?
Can you define a gdg?
where will u see joblog ?
how can u view a vsam file using file-aid
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 !!
How do you use sub-string as a Pseudo-variable in PL/1? How can we use the variables?
What is basic difference between directory and pds in ibm mainframe?
What is the mainframe computer?
What are some uses of the evaluate statement?
How scary is it to write code for a bank?
How do you pass pointer PL/1 main procedure to sub procedure?
PLEASE SEND ME THE DOCUMENTS IF ANY ONE HAVE REGARDING THE IMPACT ANALYSYS,REVIEWS