public class Format5DSCBBase
extends java.lang.Object
Format5DSCB
Modifier and Type | Field and Description |
---|---|
static int |
DS5END
TO FORMAT 5 DSCB OR ZERO @P1A
DS5END EQU * EQUATE AT END OF DSCB5 @P1C |
static int |
DS5EXTLN
DS5EXTLN EQU DS5EXTAV-DS5AVEXT LENGTH OF AN EXTENT @L6A
|
static int |
DS5EXTMX
DESCRIPTOR IN A FMT 5 @L6A
DSCB @L6A DS5EXTMX EQU 26 MAXIMUM NUMBER OF FREE @L6A |
static int |
DS5IDC
EXTENTS IN A FMT5 DSCB @L6A
DS5IDC EQU X'F5' FORMAT 5 IDENTIFIER CONSTANT @L6A |
static int |
DS5RTALN
EXTENTS IN A FMT5 DSCB @L6A
DS5RTALN EQU 2 LENGTH OF AN RTA IN A FMT 5 |
static int |
F5DSCB
F5DSCB DSECT
|
static int |
IECSDSF5
IECSDSF5 EQU IECSDSL5 SAME AS IECSDSL5 @P1C
|
static int |
IECSDSL5
IECSDSL1 (5)
VALID ONLY IF DS4EFVLD AND DS4DOSBT ARE OFF. |
Constructor and Description |
---|
Format5DSCBBase(byte[] buffer,
int bufOffset) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDs5avext() |
byte[] |
getDs5extav() |
java.lang.String |
getDs5fmtid() |
long |
getDs5keyid() |
byte[] |
getDs5mavet() |
byte[] |
getDs5ptrds() |
void |
setDs5avext(byte[] ds5avext) |
void |
setDs5extav(byte[] ds5extav) |
void |
setDs5fmtid(java.lang.String ds5fmtid) |
void |
setDs5keyid(long ds5keyid) |
void |
setDs5mavet(byte[] ds5mavet) |
void |
setDs5ptrds(byte[] ds5ptrds) |
public static int F5DSCB
public static int IECSDSL5
public static int IECSDSF5
public static int DS5END
public static int DS5EXTLN
public static int DS5EXTMX
public static int DS5RTALN
public static int DS5IDC
public long getDs5keyid()
public void setDs5keyid(long ds5keyid)
public byte[] getDs5avext()
public void setDs5avext(byte[] ds5avext)
public byte[] getDs5extav()
public void setDs5extav(byte[] ds5extav)
public java.lang.String getDs5fmtid()
public void setDs5fmtid(java.lang.String ds5fmtid)
public byte[] getDs5mavet()
public void setDs5mavet(byte[] ds5mavet)
public byte[] getDs5ptrds()
public void setDs5ptrds(byte[] ds5ptrds)