I have a file it contain 10 records.i got abend at 8th record
because of soc7.how do you know that perticular record got
abend?
Answer Posted / rohan
we will use parm='test' while executing at that time we will know the location of the error.
| Is This Answer Correct ? | 0 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
Write the code implementing the perform … varying.
how do you reference the fixed unblock file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
In COBOL, what is the different between index and subscript?
Write a program that uses move corresponding.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
In which area will you utilize 88 level items in cobol?
What is the local-storage section?
Explain how you can characterize tables in cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
what is difference between cobol and cobol/400
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.
What is the difference between Global and External Variables?
What is the difference between binary search and sequential search?