Previous Topic

Next Topic

Book Contents

Book Index

Messages BLG900 through BLG9xx

This group includes messages for the IOA (infrastructure) product.

BLG961S IOA LOG FILE MUST CONTAIN MORE THAN 100 RECORDS

Explanation: The value of the LOGSIZE IOA Installation Parameter is less than 100.

The utility stops executing with a condition code of 08.

Corrective Action: Do the following:

  1. Enter the INCONTROL Installation and Customization Engine (ICE).
  2. Redo the space calculation for the LOG file and save the parameters.
  3. Rerun the utility.

BLG962S OPEN OF IOA LOG FILE FAILED

Explanation: The Log file format program failed to open the file for formatting. A possible cause is that the DALOG DD statement is missing.

The utility stops executing with a condition code of 08.

Corrective Action: Correct the JCL and rerun the job.

BLG963S FORMATTING IOA LOG - WRITE I/O ERROR

Explanation: An I/O error occurred while formatting the IOA Log file. This error may occur when there is incompatibility between the definition of the Log file in the Installation Parameters (IOAPARM) and the JCL SPACE and DCB parameters.

The utility stops executing with a condition code of 08.

Corrective Action: Correct either the JCL or the Installation Parameters.

BLG964I FORMATTING OF IOA LOG FILE STARTED

Explanation: This information message indicates that the IOA Log file format process has started.

Corrective Action: No action is required.

BLG965I FORMATTING OF IOA LOG FILE ENDED

Explanation: This information message indicates that the IOA Log file format process has terminated normally.

Corrective Action: No action is required.

BLG966S IOA LOG FILE WAS NOT BUILT

Explanation: Formatting of the IOA Log file failed.

Corrective Action: Look in the job log or SYSPRINT for error messages that describe the type of error.

BLG967S IOA LOG FILE RECFM IS NOT F OR FB

Explanation: The Record format parameter specified in the DALOG DD statement is not F (fixed) or FB (fixed blocked).

The utility stops executing with a condition code of 08.

Corrective Action: Correct the JCL and rerun the job.

BLG968S IOA LOG FILE BLOCK SIZE MUST BE A MULTIPLE OF 200

Explanation: The block size specified in the DALOG DD statement must be a multiple of 200, which is the Log file record length.

The utility stops executing with a condition code of 08.

Corrective Action: Correct the JCL and rerun the job.

BLG969S IOA LOG FILE ALLOCATION IS TOO SMALL. USE ICE TO CALCULATE THE IOA LOG FILE SIZE

Explanation: The space allocated for the IOA Log file cannot contain the number of records specified in the LOGSIZE IOA installation parameter.

The utility stops executing with a condition code of 08.

Corrective Action: Do the following:

  1. Enter the INCONTROL Installation and Customization Engine (ICE).
  2. Redo the space calculation for the LOG file and save the parameters.
  3. Rerun the job with the new value calculated by ICE.

BLG96AW IOA LOG FILE IS TOO LARGE. ONLY numBlocks BLOCKS WILL BE FORMATTED

Explanation: The space allocated for the IOA Log file is greater than the space required to hold the number of records specified in the LOGSIZE IOA installation parameter.

In this message, numBlocks is the number of blocks that will be used.

The utility formats the file according to the LOGSIZE specification and ends with a condition code of 04. Some of the space in the file will not be used.

Corrective Action: To reformat the file with the correct space allocation, do the following:

  1. Enter the INCONTROL Installation and Customization Engine (ICE).
  2. Redo the space calculation for the LOG file and save the parameters.
  3. Rerun the job with the new value calculated by ICE.

BLG96BS serviceName FAILED WITH RETURN CODE rc AND REASON CODE rsn

Explanation: A service invoked by the Log format utility failed.

The variables in the message are:

The utility stops executing with a condition code of 08.

Corrective Action: Save the job’s SYSOUT and have your system programmer call your IOA representative for assistance.

BLG96CS IOA LOG FILE BLKSIZE MUST BE EQUAL TO LRECL WHEN RECFM=F IS USED

Explanation: The DCB attributes specified in the DALOG DD statement are incorrect.

The utility stops executing with a condition code of 08.

Corrective Action: Correct the JCL and rerun the job:

BLG96DS IOA LOG FILE LRECL MUST BE EQUAL TO 200 WHEN RECFM=FB IS USED

Explanation: The DCB attributes specified on the DALOG DD statement are incorrect.

The utility stops executing with a condition code of 08.

Corrective Action: Correct the JCL and rerun the job:

Parent Topic

BLG messages