in cobol perform stmt whether it first checks the condition
or not

Answers were Sorted based on User's Feedback



in cobol perform stmt whether it first checks the condition or not..

Answer / pradeep reddy

in cobol perform statement first checks the
condition ,condition is false then checks the statement ,
condition is true control goes outside

Is This Answer Correct ?    6 Yes 0 No

in cobol perform stmt whether it first checks the condition or not..

Answer / srinivasa yadav

CONDITION IS TESTED FIRST, IF THE CONDITION IS FALSE THE
CONTROL WILL GO TO THE BODY OF LOOP.
IF THE CONDITION IS TRUE THE CONTROL WILL COME'S OUT FROM
THE BODY OF THE LOOP.

Is This Answer Correct ?    6 Yes 0 No

in cobol perform stmt whether it first checks the condition or not..

Answer / raghunathareddy

first cond checks

Is This Answer Correct ?    2 Yes 0 No

in cobol perform stmt whether it first checks the condition or not..

Answer / suvarna

first checks the condition

Is This Answer Correct ?    2 Yes 0 No

in cobol perform stmt whether it first checks the condition or not..

Answer / deepa

If TEST BEFORE option is used the condition is checked
first.
If TEST AFTER option is used the condition is checked later.
Default is TEST BEFORE

Is This Answer Correct ?    2 Yes 0 No

in cobol perform stmt whether it first checks the condition or not..

Answer / garry

@Deepa,

You are correct!

Is This Answer Correct ?    0 Yes 0 No

in cobol perform stmt whether it first checks the condition or not..

Answer / sruthi

it will check condition frist if the condtion is false
contrl goes to body of the loop, if the condtion is true
contrl will goes to end perform

Is This Answer Correct ?    0 Yes 0 No

in cobol perform stmt whether it first checks the condition or not..

Answer / raju

hi deepa..

can u give a brief description abt ur ans

& how to set TEST BEFORE option or TEST AFTER OPTION

Is This Answer Correct ?    0 Yes 0 No

in cobol perform stmt whether it first checks the condition or not..

Answer / manivannan m

In line perform is not checks the condition first.

Regards,

Manivannan M

Note: Ples correct it, if it is wrong

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More COBOL Interview Questions

What is an in line perform? When would you use it? Anything else you wish to say about it.

0 Answers  


What is the use of EVALUATE statement?

4 Answers   Tesco,


what are the isolation levels and where we use it in the db2 program

3 Answers   TCS,


what is mainframe? what is the mainframe software ? what is use in s/w field?

7 Answers   CSE,


What will happen if we generate GDG +2 version instead of +1 version?

2 Answers   T systems,






in how many mode we can open a file ?

4 Answers  


what is ASRA, AEY9?

2 Answers   IBM,


How to retrive the 9th records out of ten records using the cobol program ?

3 Answers   UST,


How many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."

4 Answers   CSC,


I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?

3 Answers   IBM,


How to display string in the reverse order using occurs clause?

4 Answers  


Categories