Answer Posted / kappurapu anand
SDSF : Spool Definition Search Fecility
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Write the code implementing the perform … varying.
what is the use of outrecord?
Whats the difference between search & search ALL?
What is the difference between external and global variables in COBOL?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How you can characterize tables in cobol?
What is a SSRANGE and NOSSRANGE?
What are all the divisions of a COBOL program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
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 s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between a binary search and a sequential search what are the pertinent 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