wht is the difference between goto and perform stmts

Answer Posted / venu

in go to the control will be transferred to either forward
or backward.once u pick to forward it wont come backward.
only single iteration will be done in go to.
in perform the control transferred to both backward n
forwars also, here multiple iterations will be done.

Is This Answer Correct ?    41 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


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

712


Which mode is used to operate the sequential file?

669


what is amode(24), amode(31), rmode(24) and rmode(any)?

705


) how do u code after getting data?

1580






Explain how you can characterize tables in cobol?

638


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

859


What is rmode(any) ?

686


What is a SSRANGE and NOSSRANGE?

823


Why would you use find and get rather than to obtain?

691


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.

1118


How do you differentiate between cobol and cobol-ii?

658


What are the various section in data division and briefly explain them.

700


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

634


How do you reference the following file formats from cobol programs?

695