Author |
Message |
Topic: REXX Multiple Results on one line. |
wdnealis
Replies: 5
Views: 4329
|
Forum: TSO and ISPF Posted: Sun Oct 04, 2009 9:07 pm Subject: REXX Multiple Results on one line. |
Just using Rexx, save all your resul members in a stem and when the loop
DO RECID=1 TO IN.0
has completed, create and write your output lines
Not that familiar with REXX, I know that I can u ... |
Topic: REXX Multiple Results on one line. |
wdnealis
Replies: 5
Views: 4329
|
Forum: TSO and ISPF Posted: Sun Oct 04, 2009 9:03 pm Subject: REXX Multiple Results on one line. |
wdnealis,
I think IDPFX option on batch version 3.15 would give you the desired results.
take a look at this topic
http://www.mvsforums.com/helpboards/viewtopic.php?t=8786&highlight=id ... |
Topic: REXX Multiple Results on one line. |
wdnealis
Replies: 5
Views: 4329
|
Forum: TSO and ISPF Posted: Tue Sep 29, 2009 10:52 pm Subject: REXX Multiple Results on one line. |
How can I write multiple values on the same line in the output file?
For example, when I search for a value, how can I get the memeber name and the results on the same line of an output file?
i. ... |
Topic: backup pending state of a tablespace? |
wdnealis
Replies: 4
Views: 3621
|
Forum: Database Posted: Thu Oct 26, 2006 11:03 am Subject: backup pending state of a tablespace? |
I was trying to use Control Center to do a BACKUP, but I kept getting DB in USE. But the BACKUP from the CLP resolved the issue:
db2 backup database sample
Backup successful. The timestamp for ... |
Topic: backup pending state of a tablespace? |
wdnealis
Replies: 4
Views: 3621
|
Forum: Database Posted: Thu Oct 26, 2006 9:25 am Subject: backup pending state of a tablespace? |
I think the problem occured when I tried a LOAD command from a file. The START DATABASE(SAMPLE) SPACENAM(USERSPACE1) ACCESS=FORCE command returns the following error:
SQL0104N An unexpected token ... |
Topic: backup pending state of a tablespace? |
wdnealis
Replies: 4
Views: 3621
|
Forum: Database Posted: Thu Oct 26, 2006 8:33 am Subject: backup pending state of a tablespace? |
I've been looking through the threads to resolve the issus of removing a backup pending state from a tablespace. When I try, I get a message that the DB is in use or Table space access is not allowed ... |
Topic: DB2 Primary Key UPDATE on a Partitioned Table. |
wdnealis
Replies: 13
Views: 5975
|
Forum: Application Programming Posted: Tue Aug 15, 2006 11:42 am Subject: DB2 Primary Key UPDATE on a Partitioned Table. |
The COMMIT works fine.
Thanks again. |
Topic: DB2 Primary Key UPDATE on a Partitioned Table. |
wdnealis
Replies: 13
Views: 5975
|
Forum: Application Programming Posted: Tue Aug 15, 2006 9:25 am Subject: DB2 Primary Key UPDATE on a Partitioned Table. |
I'm adding to the MAX SQNCto make it unique. |
Topic: DB2 Primary Key UPDATE on a Partitioned Table. |
wdnealis
Replies: 13
Views: 5975
|
Forum: Application Programming Posted: Tue Aug 15, 2006 8:09 am Subject: DB2 Primary Key UPDATE on a Partitioned Table. |
That's a typo, it's an Insert into, that should be VALUES.
And the SQNC is incremented, but the resutl is -803 eventhough the displaty shows that the value was increased. |
Topic: DB2 Primary Key UPDATE on a Partitioned Table. |
wdnealis
Replies: 13
Views: 5975
|
Forum: Application Programming Posted: Tue Aug 15, 2006 7:32 am Subject: DB2 Primary Key UPDATE on a Partitioned Table. |
You old post on this topic mentioned that "You can only update a primary key if the table is a stand alone table(no child table) or the table is not partitioned.", so I tried the delete/inse ... |
Topic: DB2 Primary Key UPDATE on a Partitioned Table. |
wdnealis
Replies: 13
Views: 5975
|
Forum: Application Programming Posted: Mon Aug 14, 2006 4:21 pm Subject: DB2 Primary Key UPDATE on a Partitioned Table. |
1. Yes.
2. no triggers, and this is the only table being update. |
Topic: DB2 Primary Key UPDATE on a Partitioned Table. |
wdnealis
Replies: 13
Views: 5975
|
Forum: Application Programming Posted: Mon Aug 14, 2006 3:39 pm Subject: DB2 Primary Key UPDATE on a Partitioned Table. |
OCRNC is the number of occurences.
I have displays and the values do not exist, but when the insert or update is executed the result is -803. |
Topic: DB2 Primary Key UPDATE on a Partitioned Table. |
wdnealis
Replies: 13
Views: 5975
|
Forum: Application Programming Posted: Mon Aug 14, 2006 3:02 pm Subject: DB2 Primary Key UPDATE on a Partitioned Table. |
No. All five columns are the key, and that's a date field, not TS. The update is to fetch and change all ERR_SW from '1' to '2', and the MAX SQNC is the only other field that changes on the key. Th ... |
Topic: DB2 Primary Key UPDATE on a Partitioned Table. |
wdnealis
Replies: 13
Views: 5975
|
Forum: Application Programming Posted: Mon Aug 14, 2006 2:24 pm Subject: DB2 Primary Key UPDATE on a Partitioned Table. |
Hi,
I am fetching values and trying to update the Primary Key on a partitioned table, but keep getting a -803 SQLCODE. I also, tried a delete, insert, but the -803 is still occuring. Any ideas o ... |
Topic: Assembler function to pass GDG level to COBOL |
wdnealis
Replies: 18
Views: 10795
|
Forum: Utilities Posted: Fri Apr 14, 2006 7:20 am Subject: Assembler function to pass GDG level to COBOL |
ok, here's the solution.
The IDCOMND ddname is the key as mentioned on the thread:
http://www.mvsforums.com/helpboards/viewtopic.php?p=10515#10515
This file will contain the LISTCAT command, s ... |
|