When would you use in-line perform?

Answer Posted / lenin

If you want the code to be executed only once, use inline
perform. SO the codes should be enclosed by perform and End-
Perform.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

699


What is the compute verb? How is it used?

661


What is inspect in cobol ?

803


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?

6832


For rewrite, why is it mandatory that file needs to be opened?

623






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

712


What is amode(31)

724


Name some of the examples of COBOl 11?

2686


what are decleratives in cobol?

1827


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

677


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


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

721


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

631


How do get the result of your program directly on your pc?

1885


Can we redefine the field of x(200) to less than 200?

820