VIP1086

SMF recording: &PGMwrite failed, R15=&1(X,X,4); &2(C,C,4)@&3(X,X,4)

Error message issued by any of the VIPM024x programs after an SMF write error has occurred.

R15=the hexadecimal return code from the SMFWTM macro request. The return codes are documented in z/OS, MVS System Management Facilities (SMF), SA22-7630-21, and are as follows. X’00’ The record was written without error. X’08’ The record was not written because the length specified in the RDW was less than 18 bytes. X’10’ The record was not written because SMF is not active or has ended abnormally. X’14’ The record was not written because the installation-written IEFU83 exit routine suppressed the record. X’18’ The record was not written because the data was lost. X’24’ The record was not written because the record specified is not currently being recorded. X’28’ The record was not written because a buffer shortage problem caused the data to be lost. X’2C’ The record was not written because SMF could not establish recovery.

&2=the four character storage class of the work buffer that contains the SMF record that caused the write failure
&3=the hexadecimal storage address of the work buffer that contains the SMF record that caused the write failure