KLVRE009 SENSE CODE TABLE REFRESH FROM "dsname(member)" resulttext

Explanation

A REFRESH SENSE command has completed. dsname is the data set name and member is the member name that contain the table definitions. resulttext displays the success or failure of the command:
  • COMPLETED SUCCESSFULLY: The global sense table has been updated.
  • UNSUCCESSFUL, MEMBER NOT FOUND: Member is not in dsname.
  • UNSUCCESSFUL, ALLOCATE FAILED FOR DSN: dsname could not be allocated.
  • UNSUCCESSFUL, OPEN ERROR: A z/OS® OPEN for dsname failed.
  • UNSUCCESSFUL, SYNTAX ERROR ENCOUNTERED: Member contains an invalid sense code definition.

System action

If the command was successful, the global sense table has been updated. Otherwise, the command terminates and the previous sense table remains in effect.

User response

Depends on resulttext.
  • COMPLETED SUCCESSFULLY: None.
  • UNSUCCESSFUL, MEMBER NOT FOUND: Reissue the command with the correct member and data set names.
  • UNSUCCESSFUL, ALLOCATE FAILED FOR DSN: Review RKLVLOG for message KLVDA002 followed by message IJK56228I from SVC99. Reissue the command with a valid, cataloged data set name.
  • UNSUCCESSFUL, OPEN ERROR: Review the JES log for IBM® data management messages (IEC). Ensure that data set is a partitioned data set.
  • UNSUCCESSFUL, SYNTAX ERROR ENCOUNTERED: Review RKLVLOG for KLVSCnnn and KLVSEnnn error messages. Correct the errors in member. Then reissue the command.

Message Type

REPLY for success; ERROR otherwise