Recent posts

#1
Announcements and News / Re: The future of ODUG...
Last post by Michel de Kraker - April 13, 2026, 06:38:11 PM
I still use ODUG for reference purposes and sometimes for questions with regards to migration from AIX to Linux.
So I would like to keep the Website Online. I literally have nowhere else to go :-)

What is the cause of the inactivity on the website? OnDemand is not used anymore at customers?
Do we have numbers of installations at customers?

Regards

Michel.
#2
CMOD for Multiplatforms / CMOD AFP Overlay x AFP Drivers
Last post by teera_aoo - April 02, 2026, 05:24:41 AM
We are using IBM CMOD with AFP features, and currently having difficulty finding an AFP printer driver compatible with Windows 10/11 for printing AFP overlays.

The version we have only supports up to Windows 7. I also tried the Ricoh download link from IBM, but it requires an Entitlement ID.
https://dl.ricohsoftware.com/downloads/aa9a248e-101c-4aa6-b109-1cf7403f3b4f

Does anyone know where to get a newer AFP driver, or have any workaround?

Thanks in advance
#3
CMOD for z/OS Server / Can CMOD Rest API deliver outp...
Last post by satya_srungarapu - April 01, 2026, 08:04:32 PM
Can CMOD REST API support delivering output in chunks? Also, is there a limit to the size of the payload returned in the response ?put in chunks? Is there is a limit on the size of the payload which is going be delivered in the response.
#4
Can CMOD Rest API deliver outDoes the CMOD REST API support delivering output in chunks? Also, is there a limit to the size of the payload returned in the response?put in chunks? Is there is a limit on the size of the payload whihc is going be deliverd in the resposne.
#6
CMOD for z/OS Server / z/OS V3.2 Release Notes
Last post by Ed_Arnold - March 17, 2026, 09:35:08 PM
Starting this thread to let people know that as of today no issues have been reported.

Ed
#7
Announcements and News / Re: z/OS Level 2 Support Chang...
Last post by Ed_Arnold - March 04, 2026, 08:13:15 PM
It's been too long since I updated everyone.

The good news is that CMOD is doing very well in the marketplace.  I hope I'm allowed to say that  :-) 

The even better news is because of that the Level 2 team has been expanding.

The z/OS Level 2 team remains the same:

- Larry Fitchett
- Brian Lauther
- Lamies Nesheiwat
- Ed Arnold

The IBM i Level 2 team is:

- Greg Hidalgo
- Leo Gemma
- Jason Anderson

And over on LUW we have a deep team:

- Ted Tan
- Tejaswini (we call her "Tej") Jamakhandi
- Krishna Nagaraja
- Akshay Sai
- Jamie Long
- Tim Wood
- Patricia Virtucio
- Nanping Li
- John Link
- Tam Tran
- Sundar Shunmugam

#8
CMOD for Multiplatforms / Re: File System Question for U...
Last post by JeanineJ - February 25, 2026, 01:20:03 PM
I'm putting my functional requirements document together and step one will be send the pdf's first with the caveat that if they don't we'll have more administrative overhead. There's a custom process that uses the CMOD user exit for additional processing.
The vendor is going to be responsible for quality control.
As far as the daemon starting the load, it won't unless you know something other than what is stated in the IBM documentation. The files the daemon will automatically load are .ARD and .PDF. From the manual (online) "The ARSLOAD program will process any input file that has a file type of ARD or PDF."
That's why the new location will be out of the ARSLOAD daemon "view" and under the control of a script.
#9
CMOD for Multiplatforms / Re: PDF Open Errors Causing Lo...
Last post by Justin Derrick - February 24, 2026, 01:01:29 PM
RESTYPE=NONE means you aren't getting any of the benefits of CMOD's 'deduplication' of PDF resources.  What sort of documents are you storing?  Are these PDF statements, or do they include something like cheque images, where each PDF file is large because it contains mostly-unique images?  If that isn't your use case, then it may still make sense to store SOME resources, since you *are* using the PDF indexer, and could benefit from storing fonts as resources.

-JD.
#10
CMOD for Multiplatforms / Re: File System Question for U...
Last post by Justin Derrick - February 24, 2026, 12:54:34 PM
If you can convince them to send the index files *after* all the PDFs have been uploaded, that would be best, and you can leave an arsload daemon running that will ingest the files when that index file arrives.

Otherwise, having an entire filesystem set aside is a good idea -- having more than 10,000 files in a single directory usually causes headaches with performance when you are using the 'ls' command or trying to use wildcards.

Also, I'll provide the standard advice -- invest some time in building a utility that will read the generic index file, and ensure that each of the files it describes actually exist in the directory before starting the load. 

-JD.