Author |
Message |
Topic: COBOL program as subject of ATTACH in Z/OS |
shootingstar
Replies: 1
Views: 1752
|
Forum: Application Programming Posted: Thu Mar 23, 2006 1:28 pm Subject: COBOL program as subject of ATTACH in Z/OS |
Can a cobol program be 'ATTACH'ed as a sub-task of an assembler program? The environment is Z/OS with IBM Enterprise COBOL for z/OS 3.3.1. If so, are there considerations I need to take at the Root T ... |
Topic: Problem with CEESECS |
shootingstar
Replies: 1
Views: 2159
|
Forum: Application Programming Posted: Thu Mar 09, 2006 2:09 pm Subject: Problem with CEESECS |
I am using CEESECS to calculate the duration of a process as follows:;
At the begining of the process I get a timestamp from DB2 (SELECT CURRENT TIMESTAMP).
At the end of the process I get anoth ... |
Topic: Question about SMS and DB2 for space allocation for a table |
shootingstar
Replies: 0
Views: 1112
|
Forum: Database Posted: Wed Mar 16, 2005 10:39 pm Subject: Question about SMS and DB2 for space allocation for a table |
Recently I mistakenly created a table with PRIQTY = 720 and SECQTY = 720. (actually, it was done by a program bug in an automation program). When I loaded approximately 50 million rows into the table ... |
Topic: NDM 'run task' process and DB2 |
shootingstar
Replies: 3
Views: 1859
|
Forum: Database Posted: Wed Mar 16, 2005 9:56 pm Subject: Answer to this question |
FYI
A DB2 program can be the subject of an NDM 'RUN TASK' command. I have a process now that runs that way. I did use the DB2 Call Attachment Facility (CAF) to establish the connection to DB2 rather ... |
Topic: Strange Return code from IKJTSOEV |
shootingstar
Replies: 2
Views: 1824
|
Forum: Application Programming Posted: Thu Jan 20, 2005 8:47 pm Subject: Strange Return code from IKJTSOEV |
I found the problem that was generating the strange return code. Fixed the program and all is working now. Thanks for the suggestions. |
Topic: Getting the RACF user Id in a program |
shootingstar
Replies: 4
Views: 2829
|
Forum: Application Programming Posted: Thu Jan 20, 2005 8:45 pm Subject: Getting the RACF user Id in a program |
Is it possible to determine what RACF id a program is running under? I user the RACF calls about 15 yrs ago but don't remember much about the calls. I was hoping the ID hides in an MVS control block s ... |
Topic: Strange Return code from IKJTSOEV |
shootingstar
Replies: 2
Views: 1824
|
Forum: Application Programming Posted: Sat Jan 15, 2005 10:26 pm Subject: Strange Return code from IKJTSOEV |
I am attempting to use IKJTSOEV within a COBOL program and I get a return code 12. The manual for IKJTSOEV lists return codes of 8 and 16 (among others) but no 12. I ran the program on Wednesday last ... |
Topic: Error in CEESECS |
shootingstar
Replies: 1
Views: 1413
|
Forum: Application Programming Posted: Thu Jan 06, 2005 12:38 am Subject: Error in CEESECS |
Kolusu
I am using the CEESECS routine to get the difference between 2 timestamps. Most of the time it works, but occasionally I get a 2518 error - which implies an invalid timestamp string. The times ... |
Topic: COBOL Data definition for DB2 TIMESTAMP arithemtic |
shootingstar
Replies: 1
Views: 1339
|
Forum: Application Programming Posted: Wed Nov 10, 2004 10:48 pm Subject: COBOL Data definition for DB2 TIMESTAMP arithemtic |
I am trying to calculate a time duration in a DB2 program by subtracting a starting timestamp from the ending timestamp. The result, according to the DB2 manual is DECIMAL 20.6 which translates to cob ... |
Topic: Set table qualifier for COBOL program with static SQL |
shootingstar
Replies: 1
Views: 1774
|
Forum: Database Posted: Wed Nov 03, 2004 9:18 pm Subject: Set table qualifier for COBOL program with static SQL |
I have attempted to use the SET CURRENT SQLID to set the qualifier for an SQL statement in a COBOL program. I realize I can use Dynamic SQL and the PREPARE command to make it happen, but I was hoping ... |
Topic: NDM 'run task' process and DB2 |
shootingstar
Replies: 3
Views: 1859
|
Forum: Database Posted: Tue Oct 12, 2004 11:00 pm Subject: NDM 'run task' process and DB2 |
Has anyone had any experience with the NDM 'RUN TASK' process where the program accesses DB2? I talked with Sterling support but all they could tell me was that none of their customers had reported an ... |
Topic: DB2 program as target of NDM RUN TASK command. |
shootingstar
Replies: 0
Views: 1037
|
Forum: Database Posted: Tue Sep 21, 2004 8:26 pm Subject: DB2 program as target of NDM RUN TASK command. |
Does anyone have any experience using a DB2 program as the target of the NDM 'RUN TASK' command? Can it be done, and if so, what are the things to watch out for?
NDM Attach's the program and it runs ... |
Topic: Need to create a member in a PDS via program logic - not JCL |
shootingstar
Replies: 5
Views: 2461
|
Forum: Application Programming Posted: Tue Sep 21, 2004 7:50 pm Subject: RE 125 billion rows |
The database in question is for tracking checking transactions for a major bank in the US. Federal law requires we keep 7 years of data and we handle between 50 and 80 million items a day. The databas ... |
Topic: Need to create a member in a PDS via program logic - not JCL |
shootingstar
Replies: 5
Views: 2461
|
Forum: Application Programming Posted: Sun Sep 19, 2004 9:04 pm Subject: Need to create a member in a PDS via program logic - not JCL |
I have a process I am designing for automating maintenance of a huge DB2 database (125 billion rows). I am creating JCL dynamically within one of the programs and I need to write the JCL to a PDS as a ... |
|