which one of the following cannot cause more than one
execution of paragraph that may be nam in statement.
A) simple perform
B) perform with time
C) perform until
D) perform varying
Answers were Sorted based on User's Feedback
Answer / poonam
A) simple perform is the ans because
perform until will execute upto reach until condn.
perform varying will execute upto finish varing condn.
perform with time dont have any idea
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mdvasanth86
A as everyone said above.
@ poonam
B) Perform with time
It is
perform n times
Is This Answer Correct ? | 0 Yes | 0 No |
Write the difference between hidam and hdam databases?
how can you define a dataarea(DTAARA) IN RPG? Which spec you define it C-spec/D-spec?
what is the difference between FB & FBA?
What is the need of running runstats in the test environment?
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?
Can records be accessed randomly in esds?
What is meant by a bolt dispute?
What are the different types of PL/1 files?
01 T1. 02 month-day pic x(30) value ?jan,31, feb,28, mar,31, apr,30, may,31, june, 30? 02 new-day redefines month-day occurs 6 times 03 A pic xxx. 03 B pic 99. What are the content of A(3) and B(2) respectively A)mar,31 B) Feb,28 C) 28, Mar E)Mar, 28
WHAT ARE THE RETRIVAL ORDER OF FILES IN RPG&sql?
how to change pic of variables declared in copy book inside progrm?