When would you use in-line perform?

Answer Posted / jana.gadi

we can use in-line perform in the case if the body of the
perform will not be used in any other place of the program

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1701


What are the rules of the move verb?

706


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

2008


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?

6829






What are literals?

632


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


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

1547


What is length is cobol?

650


What are 77 levels used for?

659


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


What is the difference between goback, stop run and exit program in cobol?

927


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

699


Name the sections present in data division.

701


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

685