wht is the difference between goto and perform stmts

Answer Posted / jinna

Goto is unconditionally transferring the control elsewhere in the program but Perform is after execution the control return to statement

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

811


i want a program using by if, evaluate , string, unstring, perform, occurs?

4062


What are the different rules to perform a Search?

619


Write the code to count the sum of n natural numbers.

701


Name the divisions, which are available in a cobol program?

685






please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


What type of SDLC u followed? Why?

1520


What is length is cobol?

651


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

998


What is the use of intialize verb?

750


Write a cobol program making use of the redefine clause.

738


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

686


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6836


Write a program to explain size error.

677


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

1549