Shape the future of IBM!
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Post your ideas
Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,
Post an idea
Upvote ideas that matter most to you
Get feedback from the IBM team to refine your idea
Help IBM prioritize your ideas and requests
The IBM team may need your help to refine the ideas so they may ask for more information or feedback. The product management team will then decide if they can begin working on your idea. If they can start during the next development cycle, they will put the idea on the priority list. Each team at IBM works on a different schedule, where some ideas can be implemented right away, others may be placed on a different schedule.
Receive notification on the decision
Some ideas can be implemented at IBM, while others may not fit within the development plans for the product. In either case, the team will let you know as soon as possible. In some cases, we may be able to find alternatives for ideas which cannot be implemented in a reasonable time.
Additional Information
To view our roadmaps: http://ibm.biz/Data-and-AI-Roadmaps
Reminder: This is not the place to submit defects or support needs, please use normal support channel for these cases
IBM Employees:
The correct URL for entering your ideas is: https://hybridcloudunit-internal.ideas.aha.io
Hi, sorry I didn't see your question from October sooner!!!
About Greg Czaja: he remains a developer on Optim for z/OS. His management may discourage him from talking directly with customers but he is extremely knowledgeable and if he can reply to you I know he will have useful info. I mention ABMartin and Estuate because they are the "official" channel for such questions.
About your question about Archive Actions for Optim for z/OS: Here is that page: https://www.ibm.com/support/knowledgecenter/SSC6CA_11.3.0/com.ibm.nex.optimz.common.doc/AccessDefs/opzcommon-r-archive_actions.html
You would want to use the archive action for before the first row is processed on the Optim Start Table. You can run a query like the SQL JOIN you included in this question, and put the results into the Start Table (INSERT INTO START_TABLE VALUES (your query here)).
Peter,
The link you provided is for archiving data with Optim on distributed platforms. We use Optim on z/OS.
Which panel (of the tool on z/OS) has archive actions?
Peter,
Thanks for the link.
Reg Optim support, I got support from Greg Czaja from Unicom for last couple of years.
Has the Optim support model changed now and I need to contact someone from ABMartin and Estuate but not Greg from Unicom?
Hi, you can Google "Optim Archive Actions". Here is my top hit! :-)
https://www.ibm.com/support/knowledgecenter/SSMLNW_11.3.0/com.ibm.nex.optimd.common.doc/04acdefs/opcommon-r-archive_actions_tab.html
Also we have business partners like ABMartin and Estuate who can help, if you want a more formal relationship or engagement.
Peter, where can I find more details about Optim Archive Action?
You can run a query like this in an Optim Archive Action. It can run before other processing starts in the Archive. If the query is an INSERT (placing the results into a table holding those current results) and the INSERTed table is the start table, this will work fine.
We will consider making this an easier to use part of Optim in future. But the point of the above is, you can do this today, fully automated, as a part of an Optim Archive.