VM370 Rel 6 Data Areas and Control Block Logic (Mar79)
Page42(42 of 342)
IOERBLOK Bexadeci.al Field Displacement Halle Field Descripticn, contents, I!eaning -------------------------------------- 98 IOERCLOG DS F Channel logout area ORG IOERCLOG 98 IOERLG80 DSCL112 2880 channel (112 bytes) ORG IOERCLOG 98 IOERLG70 DS CL24 2870 channel (24 bytes) ORG IOERCLOG 98 IOERLG60 DS CL24 2860 channel (24 bytes) ORG IOERCLOG 98 IOERADDR DS F Unit address stored ty integrated channel 9C IOERLG33 DS CL640 3033 channel (640 bytes) ORG IOERLG33 9C IOERLG45 DS CL96 145 integrated channel (96 bytes) ORG IOERLG33 9C IOERLG35 DS CL24 135 integrated channel (24 bytes) IOERSIZE EQU (*-IOERBLOK)/8 IOERELOK size in doutlevords' 30 IBM VM/370 Data Areas and Control Block Logic
IR8ELCK IRMBLOK provides the information necessary for the implementation of intensive recording mode via CP SET RECORD command. Intensive recerding mode allows the recerding of unit check errors from a specified device whose sense data matches the values selected. Hexadecimal Displacement ------------ 0 4 6 8 9 A B C E F I o 1/////IR8FWPTR////////////1 IR8RLADD IReL8T 1------------------------------------------------------ 8 1 1*1 1 1*2 1 1*3 1 1*4 Field Name IR8FWPTR DS 1F 1R8RLADD DS 1H IR8LMT DS 1H 1R8BYT1 DS 1X 1R8B1T1 DS 1X 1RMBYT2 DS 1X 1R8B1T2 DS 1X 1R8LMTCT DS 1H 1RM8AXCT DS 1X IRMFLG DS 1X Bit§ in IR8FLG IR8AND EQO --X'80'-- IRMOR EQO X'40' 1*1 1*2 1*3 1*4 1*5 1*6 IR8L8TCT 1*5 1 1*6 Field Description, Contents, -------------------------------------- Reserved for IBI! use Device address to te monitered Limit count -record every ]!tb error First sense byte specified Sense bit within first sense byte Second sense byte specified Sense bit within second sense byte Summary count for lillit detectien count of recordings made Flag tyte AND conditien specified OR cendition specified fer this request IR8SIZE EQO (*-IR8BLOK)/8 1R8ELOK size in doutlewords (X'02') Section 1. CP Data Areas and Centrel Blocks 31