how many times PARA-A is performed :
PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1
UNTIL TIMES-COUNTER >0
PARA-A
MOVE P TO Q
MOVE H TO TIMES COUNTER
a.10
b.1
c.11
d.0
Answer Posted / ram g
O is the right answer...when condition is true in
umtil...loop will comeout...
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the Purpose of Pointer in the string?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How to print 10 to 1 if the input have only 10 digit number?
) what is the difference between AID and HANDLE AID?
How many sections are there in data division in COBOL?
What are various search techniques in cobol? Explain.
Name the sections present in data division.
Write a program that uses move corresponding.
What is link edit in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What rules are to be followed while using the corresponding options?
Describe the cobol database components?
What is the problem of ordered sequential files access?