View previous topic :: View next topic |
Author |
Message |
Phantom Data Mgmt Moderator
Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Fri May 02, 2003 6:13 am Post subject: ISPF Tables |
|
|
I wrote a REXX utility that uses ISPF Tables. When I invoke the utility on two or more logical screens I get an error saying that the Table is already in Use. Enqueue failed. Can you suggest me a way to get around this problem. |
|
Back to top |
|
|
DaveyC Moderator
Joined: 02 Dec 2002 Posts: 151 Topics: 3 Location: Perth, Western Australia
|
Posted: Fri May 02, 2003 7:32 am Post subject: |
|
|
You can only open a table for WRITE once, just like a data set. Design you application so you can edit or browse the table, or always open in NOWRITE and copy the temporary table to a output table on exit... _________________ Dave Crayford |
|
Back to top |
|
|
|
|