GPP999W THE SYS$LOG PDS IS 0nn% FULL
search cancel

GPP999W THE SYS$LOG PDS IS 0nn% FULL

book

Article ID: 54536

calendar_today

Updated On:

Products

FAQS - Automated Systems Operation

Issue/Introduction

SYS$LOG is full. After enlarging the PDS, it fills up again. Is there a way to maintain this file?

 

Environment

Component: FAQS PCS

Resolution

SYS$LOG logs Dataset OPEN and CLOSE information. GSDSN will maintain the size of the file.

Sample JCL

(Output current records to disk)

// JOB CREATE HISTORY
// DLBL AUDITHO,'GSDSN.HIST'
// ASSGN SYS005,351
// EXEC GSDSN,SIZE=GSDSN
MERGE IN=NONE,OUT=SYS005,RESET=xxxxxx
/*
/&

(The input tape is a previously created history archive file. The output tape contains all
records on the input tape plus all new data from the audit log file.)

// JOB UPDATE HISTORY
// TLBL AUDITHI,'GSDSN.HIST'
// ASSGN SYS004,281
// TLBL AUDITHO,'GSDSN.HIST'
// ASSGN SYS005,280
// EXEC GSDSN,SIZE=GSDSN
MERGE IN=SYS004,OUT=SYS005,RESET=xxxxx
/*
/&

RESET parms = weekly, monthly, yes, yy/mm/dd