Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

COBOL Snippet: Tell where the control will when the below
code execute

IF (A=B)
CONTINUE
ELSE
NEXT SENTENCE
PERFORM <IMP-STMT>
END-IF.

Answer Posted / chandrababu naidu

if both values A and B values are equal, then control go to
'perform' statement, if both values A and B values are not
equal then control come out of if condition.

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how you can characterize tables in cobol?

1115


What kind of error is trapped by on size error option?

1296


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4213


What is the usage of comp fields in cobol?

1225


how do you reference the variable unblock file formats from cobol programs

1382


how do you reference the fixed unblock file formats from cobol programs

1310


Difference between array and sub-script ?

1710


Why did you choose to work with ibm mainframe cobol programming?

1166


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1555


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?

2333


Write some characteristics of cobol as means of business language.

1202


How to remove 2 duplicate records and copy only one using job control language?

1262


What are various search techniques in cobol? Explain.

1113


What is the difference between next sentence and continue in cobol programing language?

1278


What is report-item in COBOL?

1201