Answer Posted / sujith
we cannot compile db2 and cobol statements with jcl,so with
dnshpc utiliti we can change db2 statements as call
statements. 805e means timestamp mismatch of db2 ad cobol
statements
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Have you used comp and comp-3 in your project? And how?
What is the LINKAGE SECTION used in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
What are the access modes of START statement?
Discuss about changing dataset name in proc.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How many bytes S(8) comp field occupy and its maximum value?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
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 is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the local-storage section?