What are the different ways to run a COBOL DB2 program
using JCL?
Answer Posted / ravikumar
using ikjeft01 utility
//systsin dd *
run program(pgm name) plan(plan name)
lib(lib name)
//
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is inspect in cobol ?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are the rules of the move verb?
What do you understand by psb and acb?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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
What is the difference between PIC 9.99 and PIC9v99?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How do you get the data to code the BMS macro?
Can we redefine the field of x(200) to less than 200?
Are you comfortable in cobol or jcl?
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.
How to print 10 to 1 if the input have only 10 digit number?
What are the different rules of SORT operation?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?