Answer Posted / jayaram
The set of COBOL statements is written in between perform and end-perform. We should not code any period for these statements untill end-perform. THis code is used in once if you want to use the same code again you will write code once more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you reference the fixed unblock file formats from cobol programs
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What the difference is between continue and next sentence?
For rewrite, why is it mandatory that file needs to be opened?
what are decleratives in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between external and global variables in COBOL?
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
What is a scope terminator give example?
Difference between cobol and cobol-ii?
What are the pertinent COBOL commands?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how to move the records from file to array table. give with code example
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..