A fix is available
APAR status
Closed as unreproducible in next release.
Error description
This APAR contains all problems which were discovered between code freeze of HPIC V3R2 and 'GA' date.
Local fix
Problem summary
**************************************************************** * USERS AFFECTED: All users of IMS High Performance Image * * Copy for z/OS Version 3 Release 2 * * (FMID=H1J0320). * **************************************************************** * PROBLEM DESCRIPTION: This APAR fixes following 2 problems: * * - When the LOGUSE=N option of the * * HPIC Recovery function is specified * * for the input data set that is * * created by IMS Image Copy 2 * * utility, HPIC Recovery function * * abends with S0C4 ( ABEND0C4 ). * * - When the LOGUSE=N option of the * * HPIC Recovery function is specified * * for the HALDB recovery, HPIC Recovery * * function abends with U0044 * * ( ABENDU0044 ). * * HPIC provides new operational option * * that is LOGUSE=(N,R). When the * * LOGUSE=(N,R) is specified, HPIC * * recovers database data set without * * log or cum data sets and register * * the recovery record into DBRC. * **************************************************************** * RECOMMENDATION: Apply the maintenance for this APAR. * **************************************************************** This APAR fixes following 2 problems: - When the LOGUSE=N option of the HPIC Recovery function is specified for the input data set that is created by IMS Image Copy 2 utility, HPIC Recovery function abends with S0C4 ( ABEND0C4 ). Because HPIC processes recovery for LOGUSE=NO as DBRC=N, but the recovery for IC2 data set should run with DBRC=Y. - When the LOGUSE=N option of the HPIC Recovery function is specified for the HALDB recovery, HPIC Recovery function abends with U0044 ( ABENDU0044 ). Because HPIC processes recovery for LOGUSE=NO as DBRC=N, but the recovery for HALDB database should run with DBRC=Y. HPIC provides new operational option that is LOGUSE=(N,R). When the LOGUSE=(N,R) and DBRC=Y is specified, HPIC recovers database data set without log or cum data sets and register the recovery record into DBRC.
Problem conclusion
Temporary fix
Comments
FABJPARM has been modified to support LOGUSE=(N,R). FABJRDB7, FABJRDB8, and FABJRDB9 have been modified to run as DBRC=Y for LOGUSE=N, and LOGUSE=(N,R). FABJSTMD has been modified to support new parameter LOGUSE=(N,R). FABJDALC has been modified to change the way of dynamic alloction for log data set and CUM data set. FABJBLKD has been modified to add flag for LOGUSE=(N,R). Following modules are re-assembled releated with FABJBLKD change: FABJACQG, FABJCMDB, FABJCRC0, FABJCRC1, FABJCTCV, FABJCZCV, FABJDALO, FABJDBCM, FABJDBC1, FABJDBD7, FABJDBD8, FABJDBD9, FABJDBF0, FABJDBLK, FABJDBR7, FABJDBR8, FABJDBR9, FABJDCTL, FABJDMP0, FABJDMP7, FABJDMP8, FABJDMP9, FABJDOPN, FABJDPS7, FABJDPS8, FABJDPS9, FABJDPUT, FABJDREQ, FABJDRQS, FABJICDD, FABJINT1, FABJINT2, FABJIPRC, FABJMAIN, FABJMAS1, FABJMDP7, FABJMDP8, FABJMDP9, FABJMRGE, FABJORC7, FABJORC8, FABJORC9, FABJPRM2, FABJRCH7, FABJRCH8, FABJRCH9, FABJRPT0, FABJSAS2, FABJTERM, FABJTGEN, FABJUIC1, FABJXLIM Documentation Changes: The documentation is modified as follows: ============================================================== IMS High Performance Image Copy for z/OS Version 3 Release 2 User's Guide SC18-7617-01 ( SC18761701 ). ============================================================== Operating Instructions Input ICEIN Keywords LOGUSE= LOGUSE= The LOGUSE keyword specifies whether the update log, registered in DBRC, is to be used when the HPIC Recovery function recovers the database data set from the image copy data set. +-----------------------------------------------------------+ | | LOGUSE=Y|N|(N,R) | +-----------------------------------------------------------+ where: Y specifies that the database is to be recovered with the update log when the database is updated after to be an image copy is taken. This keyword is the default. N specifies that the database is to be recovered without the update log even if the database is updated after an image copy is taken. LOGUSE=N is ignored, if the input image copy data set is created as the concurrent image copy (CIC). | When the LOGUSE=N and DBRC=Y is specified, recovery | runtime is not registered in RECON. | (N,R) specifies that the database is to be recovered without | the update log even if the database is updated after | image copy is taken. LOGUSE=(N,R) is ignored, if the | input image copy data set is created as the concurrent | image copy (CIC). | When the LOGUSE=(N,R) and DBRC=Y is specified, recovery | runtime is registered in RECON. This keyword can be used in the following control statement: RCV Input ICEIN Keywords TIMESTMP= TIMESTMP= The TIMESTMP keyword specifies the time stamp used for the time stamp recovery and Create Image Copy. +-----------------------------------------------------------+ | | TIMESTMP= yy yy|ddd|hh|mm|ss|t offset |LASTIC | +-----------------------------------------------------------+ yy yy|ddd|hh|mm|ss|t offset specifies which recovery time is used for the time stamp recovery or the input image copy for the HPIC Create Image Copy that has the specific time stamp. where: yyyy or yy is the year (1960 to 2059). If the year is specified in 2-digit form (yy), HPIC handles the specified time as follows: 00=<yy<60 as 20yy 60=<yy=<99 as 19yy ddd is the day of the year (001 to 366). hh is the hour (0 to 23). mm is the minute (0 to 59). ss is the second (0 to 59). t is the tenth of a second (0 to 9). | can be a colon (:) or period (.) character delimiter. You can omit the delimiters. offset can be one of the following: 1. Omitted: The current time zone value is used. 2. A numeric offset in the form h h :mm or h h mm that, when added to UTC, gives the local time. h h is a numeric value from -11 to +14. For the compressed format, hh must be specified if mm is specified for the compressed format. mm is a value from the set 00,15,30,45 . - hh:mm is valid only between the values -11:45 to +14:45. - hhmm is valid only between the values -1145 to +1445. If you want to specify the time for a different time zone (with Daylight Saving Time), you must specify the time in that time zone and the offset time. For example, when you need to recover a DB in UTC 2004/1/1 13:00 for recovery, you should specify as follows: TIMESTMP=2004.001.13:00:00.0+0 LASTIC requests the recovery or the create image copy function | using the latest Batch Image Copy (IC) stored in the DBRC | as input. | LASTIC keyword does not work for other than Batch Image | Copy (IC) data set, such as Concurrent Imaeg Copy (CIC), IC2 | (SMSNOCIC, or SMSCIC), or Online Image Copy (OIC) data sets. | When these kinds of IC data set (CIC, SMSNOCIC, SMSCIC, or | OIC) are registered after batch image copy (IC) data set in | DBRC, HPIC ignore and bypass them, and uses the Batch Image | Copy (IC) data set as input data set. : : :
APAR Information
APAR number
PQ96334
Reported component name
IMS HP IMAGE CO
Reported component ID
5655K9600
Reported release
320
Status
CLOSED UR1
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2004-10-27
Closed date
2004-12-02
Last modified date
2005-01-04
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
UQ95631
Modules/Macros
FABJACQG FABJBLKD FABJCMDB FABJCRC0 FABJCRC1 FABJCTCV FABJCZCV FABJDALC FABJDALO FABJDBCM FABJDBC1 FABJDBDN FABJDBD7 FABJDBD8 FABJDBD9 FABJDBF0 FABJDBLK FABJDBRC FABJDBR7 FABJDBR8 FABJDBR9 FABJDCTL FABJDMPN FABJDMP0 FABJDMP7 FABJDMP8 FABJDMP9 FABJDOPN FABJDPSN FABJDPS7 FABJDPS8 FABJDPS9 FABJDPUT FABJDREQ FABJDRQS FABJICDD FABJINT1 FABJINT2 FABJIPRC FABJMAIN FABJMAS1 FABJMDPN FABJMDP7 FABJMDP8 FABJMDP9 FABJMRGE FABJNTFC FABJORCN FABJORC7 FABJORC8 FABJORC9 FABJPARM FABJPRM2 FABJRCHK FABJRCH7 FABJRCH8 FABJRCH9 FABJRDB7 FABJRDB8 FABJRDB9 FABJRPT0 FABJSAS2 FABJSTMD FABJTERM FABJTGEN FABJUIC1 FABJXLIM
| SC18761701 |
Fix information
Fixed component name
IMS HP IMAGE CO
Fixed component ID
5655K9600
Applicable component levels
R320 PSY UQ95631
UP04/12/07 P F412
Fix is available
Select the PTF appropriate for your component level. You will be required to sign in. Distribution on physical media is not available in all countries.
[{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19M","label":"APARs - z\/OS environment"},"Platform":[{"code":"PF054","label":"z Systems"}],"Version":"320","Line of Business":{"code":"","label":""}}]
Document Information
Modified date:
14 July 2020