Answer Posted / avinanda mukherjee
Stanley, please le me any example to introduce SSRANGE in
COBOL program..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
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
How arrays can be defined in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do u write test cases?
What is a SSRANGE and NOSSRANGE?
How you can read the file from bottom?
What is report-item in COBOL?
Describe the cobol database components?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the different open modes available in cobol?
What are the different rules of SORT operation?
Write the code to count the sum of n natural numbers.
How do you reference the following file formats from cobol programs?
How to know whether the module is dynamical or statistical?