Question keyboard key
MVS

EREP Control Statements

The following control statements are used to give EREP information about your configuration and set up the overall criteria for the way EREP creates the report: Control Description CONTROLLER Tells EREP to combine the error records associated with this particular control unit and its attached devices. DASDID Tells EREP that […]

Question keyboard key
MVS

EREP Processing Parameters

The following parameters are used to control the way EREP processes the records that were selected: Parameter Description ACC=Y or N Accumulate. Tells EREP to copy the records used for the report into an output history file. Yes is the default value. HIST=Y or N History. Tells EREP that its […]

Question keyboard key
MVS

EREP Selection Parameters

The following parameters are used to select the records for EREP to use: Parameter Description CPU=({nnnnnn|Xnnnnn|XXnnnn}.model [, …]) Processor serial and machine type numbers. Use only the records associated with this particular processor. nnnnnn – the six-digit hexadecimal CPU ID number. It defines a single processor in an n-way central […]

JCL

List the Information from the Logrec Data Set

Next are a few examples of Jobs to list information from the Logrec Data Set: 1. Detail Edit Report This job generates detail edits and summaries of all software and operational records: //EREPRPT1 JOB,MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID //REPORT1   EXEC  PGM=IFCEREP1,PARM=’CARD’ //ACCIN     DD  DSN=MVS.LOGREC.HISTORY,DISP=SHR //DIRECTWK  DD  UNIT=SYSDA, //              SPACE=(CYL,5,,CONTIG) //EREPPT    DD  SYSOUT=A,DCB=BLKSIZE=133 //TOURIST   DD  […]

Question keyboard key
MVS

EREP Report Parameters

The following parameters are used to request reports from EREP: Parameter Description EVENT=Y or N Produces a three-part event history report that lists errors in chronological order. Shows how often errors occur and in what order. Used to establish a pattern and identify problems. No is the default value. PRINT= […]