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 / lu

First of all, when you code , you have to know what do you
want to do....
Perform after next sentence doesn't make sense ..it never
executes....

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Call and a Link?

1261


example for sub strings ? and refernce modifications whit output pls

2365


What is the compute verb? How is it used?

1185


Difference between array and sub-script ?

1702


Write a program to explain size error.

1239


what happens if parmparameter passes zero bytes to the program

2177


What is difference between static and dynamic call in cobol?

1459


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

1228


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.

1621


Have you used comp and comp-3 in your project? And how?

2520


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

9176


How many sections are there in data division in COBOL?

1180


What is Pic 9v99 Indicates in COBOL?

1337


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1481


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

1161