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
No Answer is Posted For this Question
Be the First to Post Answer
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
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 to use the same COBOL program in Batch and CICS on lines? explain with an example
Can we use redefine clause in occurs clause?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
What is the difference between COMP & COMP-3 ?
Name the sections present in data division.
Which mode is used to operate the sequential file?
what happens if we dont close cursor in db2-cobol pgm?
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
What is file status 39 ?