Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Bolo.

Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Commands
  3. Adabas Log-Based ECCR Commands
  4. Batch VSAM ECCR Commands
  5. CICS/VSAM ECCR Commands
  6. Datacom Table-Based ECCR Commands
  7. DB2 for z/OS ECCR Commands
  8. IDMS Log-Based ECCR Commands
  9. IMS Synchronous ECCR Commands
  10. IMS Log-Based ECCR Commands
  11. PowerExchange Agent Commands
  12. PowerExchange Condense Commands
  13. PowerExchange Listener Commands
  14. PowerExchange Logger for MVS Commands
  15. PowerExchange Logger for Linux, UNIX, and Windows Commands
  16. pwxcmd Commands

Command Reference

Command Reference

DELETE_LOG Command

DELETE_LOG Command

Deletes all information about a specific PowerExchange Logger log data set from the emergency restart data set (ERDS). Run this command periodically to delete information about obsolete archive log data sets.
Issue this command either by using the MVS MODIFY (F) command or by adding it to batch jobs that include log maintenance tasks.

Syntax

To issue the command with the MVS MODIFY command, use the following syntax:
F
proc_name
,DELETE_LOG DSN=
data_set_name
The
proc_name
variable is the PowerExchange Logger procedure name.
To issue the command in batch mode, add the following control statements to a batch job:
DELETE_LOG DSN=
data_set_name
END

Parameter Descriptions

You can specify the following parameters for DELETE_LOG:
{DSN|DSNAME|LOG_DSNAME}
Specifies the fully-qualified data set name of the log data set for which you want to remove information from the ERDS. Maximum length is 44 characters.
END
Indicates the end of the DELETE_LOG control statement for a log data set in a batch job. Required for batch control statements only.

Usage Notes

  • If you use the MVS MODIFY command to run the DELETE_LOG command in interactive mode, the PowerExchange Logger can continue running.
  • If you run the DELETE_LOG command as part of a batch job, you must stop the PowerExchange Logger before the batch job runs. Also stop any ECCR that is running against data sources for which the PowerExchange Logger logs changes.

Example

Run the following command in batch mode to delete the archive log data set named PWXUSR1.ARCHLOG1.PWXL.LG1.D2007331.T1536523:
DELETE_LOG DSNAME=PWXUSR1.ARCHLOG1.PWXL.LG1.D2007331.T1536523 END
The resulting output is:
L O G S T A R T PWXEDM172502I EDM Logger BATCH initialization in-progress product level V2.4.05 08/31/2006 PWXEDM172638I EDM Logger system timestamp for ERDS = 2008.107 15:11:09.49 DELETE_LOG DSNAME=PWXUSR1.ARCHLOG1.PWXL.LG1.D2007331.T1536523 END PWXEDM172572I EDM Logger input commands accepted execution started PWXEDM172506I EDM Logger BATCH Shutdown in progress PWXEDM172508I EDM Logger #### TASK EDMLIPC0 COMPLETE RC=00 PWXEDM172508I EDM Logger #### TASK EDMLCKP0 COMPLETE RC=00 PWXEDM172508I EDM Logger #### TASK EDMLRLM0 COMPLETE RC=00 PWXEDM172508I EDM Logger #### TASK EDMLLLG0 COMPLETE RC=00 PWXEDM172509I EDM Logger BATCH shutdown complete L O G E N D

0 COMMENTS

We’d like to hear from you!