What is the difference between Perform para and perform
asaection in cobol?
Answer Posted / amita
Performing a section will cause all the paragraphs in that
para to be executed.
While, performing a paragraph will cause only that
particular paragraph to be exe cuted.
Thanks;
Amita.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the cobol coding sheets?
How do you reference the fixed block file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how to convert the recors form vsam file to db2 table tru file aid
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do u write test cases?
how do you define single dimensional array and multidimensional array in your cobol?
How do you define a variable of comp-1 and comp-2?
What is a SSRANGE and NOSSRANGE?
) what is the difference between AID and HANDLE AID?
What is the LINKAGE SECTION used in COBOL?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how to move the records from file to array table. give with code example
What is the difference between binary search and sequential search?
I have a File that has duplicate records. I need only those records that occur more than thrice.?