OnDemand User Group

Support Forums => z/OS Server => Topic started by: cmodpuser on January 23, 2018, 10:17:25 AM

Title: Is OnDemand V9.0 and V9.5 for z/OS compatible with ACIF 4.6 HQN4460?
Post by: cmodpuser on January 23, 2018, 10:17:25 AM
Ed, Is OnDemand V9.0 and V9.5 for z/OS compatible with ACIF 4.6 HQN4460 that is shipped with newer version of PSF?
Or should we still use HQN4450 instead?
Title: Re: Is OnDemand V9.0 and V9.5 for z/OS compatible with ACIF 4.6 HQN4460?
Post by: Ed_Arnold on January 23, 2018, 11:55:19 AM
https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=AN&subtype=CA&htmlfid=897/ENUS217-482&appname=USN (https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=AN&subtype=CA&htmlfid=897/ENUS217-482&appname=USN)

Hasn't been tested yet.

But certainly if ordering z/OS V2.3 one should install ACIF 4.6 to have it ready to go when the new function is desired.

Ed
Title: Re: Is OnDemand V9.0 and V9.5 for z/OS compatible with ACIF 4.6 HQN4460?
Post by: Ed_Arnold on February 07, 2018, 02:35:22 PM
Hold off on any production implementations of ACIF 4.6 until the fix for PI93196 is available.

Ed
Title: Re: Is OnDemand V9.0 and V9.5 for z/OS compatible with ACIF 4.6 HQN4460?
Post by: Ed_Arnold on March 01, 2018, 12:53:24 PM
A full set of test buckets has been run and it's official:

All currently available releases of CMOD (that's v9.5 and V10.1) fully support ACIF V4.6 with APAR PI93196 installed.
________________________________________________________

I am told that for big AFP input files the performance is much better due to this enhancement:

Quote
ACIF V4.6 reduces the frequency that GETMAIN and FREEMAIN are called from once for every record of the input file to once for the input file. This change is designed to reduce processing time for jobs with many records

Also, this line item may be of interest:

Quote
ACIF V4.5 does not recognize the x'0C' form feed character as the start of a new page. The user must provide an ACIF user exit that removes the x'0C' form feed character and inserts an x'F1' ANSI carriage control at the beginning of each page.

ACIF V4.6 recognizes the X'0C' form feed character as a new page indicator which removes the need for the special user exit.

Ed