If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
Answer Posted / raj
Using findrep in sort
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the cobol database components?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How are the next sentence and continue different from each other?
Write a program to explain size error.
What is report-item in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is static and dynamic call in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the different rules for performing sort operation?
What is the difference between binary search and sequential search?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How arrays can be defined in COBOL?
What are literals?
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