What is the difference between Perform para and perform
asaection in cobol?

Answer Posted / ssampath

Perform para is just one paragraph and perform section can
perform multiple para's.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an in line perform? When would you use it? Anything else you wish to say about it.

645


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

666


In COBOL, what is the different between index and subscript?

759


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

712


In which area will you utilize 88 level items in cobol?

722






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.

1115


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

823


Define static linking and dynamic linking.

665


What are the cobol coding sheets?

664


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


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

648


What is the Purpose of Pointer in the string?

643


What type of SDLC u followed? Why?

1520


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2730


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914