how can we fetch 3 records in cobol pgm any coding pls ?
Answer Posted / madhu
we can assume 3 in-file records under fd in-file record.you
can start write nd read on 3 programs after that u can
create on jcl with 3 dif files then the out put shows on dif
files as u can given inputs follows
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how do you reference the printer file formats from cobol programs
What are different data types in cobol?
how to convert the recors form vsam file to db2 table tru file aid
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
What rules are followed by the search verb.
What are various search techniques in cobol? Explain.
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
When is inspect verb is used in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between binary search and sequential search?
What are the access modes of START statement?