What are the different ways to run a COBOL DB2 program
using JCL?
Answer Posted / nirmal anwesh
cobol + db2 programs can be compiled by using precompiler(dsnhpc)...wich saperates cobol and db2 statements.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
Write a program to explain size error.
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 get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Which is not true about evaluate statement
What is the local-storage section?
Which division and paragraphs are mandatory for 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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is a scope terminator give example?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the cobol coding sheets?
what is the difference between COBOL2 AND COBOL390?
How do get the result of your program directly on your pc?