In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?

Answer Posted / shubha

here Before is default,but if After is mentioned then
condition will be checked after perform execution.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

1115


Why occurs cannot be used in 01 level in COBOL?

719


What is the Purpose of POINTER Phrase in STRING command in COBOL?

721


how to access the file from prodution from changeman tool and to submit a file to production

6686


What is the difference between binary search and sequential search?

641






how do you reference the esds vsam file formats from cobol programs

634


What is report-item in COBOL?

711


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1806


Can we change the password using ALTER? anyone tried and changed?

1547


When is inspect verb is used in cobol?

675


how do you define single dimensional array and multidimensional array in your cobol?

676


What are the pertinent COBOL

2045


How to print 10 to 1 if the input have only 10 digit number?

811


What the difference is between continue and next sentence?

661


How do you get the data to code the BMS macro?

1476