public class Format3DSCB extends java.lang.Object implements DSCB
This mapping is a direct, field-for-field translation of the assembler DSECT described by 'SYS1.MODGEN(IECSDSL1)'. Refer to IECSDSL1 for more information.
ZFile.readDSCBChain(String, String)
Modifier and Type | Field and Description |
---|---|
static int |
_DEFAULT_LEN |
static int |
DS3END
DS3END EQU * EQUATE AT END OF DSCB3 MAP @P1C
END
|
static int |
DS3IDC
DS3IDC EQU X'F3' FORMAT 3 IDENTIFIER @LvA
|
static int |
F3DSCB
F3DSCB DSECT
IECSDSL1 (3)
|
static int |
IECSDSF3
IECSDSF3 EQU IECSDSL3 SAME AS IECSDSL3 @P1C
|
static int |
IECSDSL3
IECSDSL3 EQU * FORMAT 3 DSCB
|
Constructor and Description |
---|
Format3DSCB() |
Format3DSCB(byte[] buffer) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteBuffer() |
byte[] |
getBytes()
Answer the underlying byte array mapped by this object.
|
byte[] |
getDS3ADEXT() |
byte[] |
getDS3DSCB() |
byte[] |
getDS3EXT1() |
byte[] |
getDS3EXTNT() |
java.lang.String |
getDS3FMTID() |
long |
getDS3KEYID() |
byte[] |
getDS3PTRDS() |
void |
setDS3ADEXT(byte[] dS3ADEXT) |
void |
setDS3DSCB(byte[] dS3DSCB) |
void |
setDS3EXT1(byte[] dS3EXT1) |
void |
setDS3EXTNT(byte[] dS3EXTNT) |
void |
setDS3FMTID(java.lang.String dS3FMTID) |
void |
setDS3KEYID(long dS3KEYID) |
void |
setDS3PTRDS(byte[] dS3PTRDS) |
public static final int F3DSCB
F3DSCB DSECT IECSDSL1 (3)
public static final int IECSDSL3
IECSDSL3 EQU * FORMAT 3 DSCB
public static final int IECSDSF3
IECSDSF3 EQU IECSDSL3 SAME AS IECSDSL3 @P1C
public static final int DS3IDC
DS3IDC EQU X'F3' FORMAT 3 IDENTIFIER @LvA
public static final int DS3END
DS3END EQU * EQUATE AT END OF DSCB3 MAP @P1C END
public static final int _DEFAULT_LEN
public byte[] getByteBuffer()
public byte[] getBytes()
DSCB
public byte[] getDS3DSCB()
public void setDS3DSCB(byte[] dS3DSCB)
public long getDS3KEYID()
public void setDS3KEYID(long dS3KEYID)
public byte[] getDS3EXT1()
public void setDS3EXT1(byte[] dS3EXT1)
public byte[] getDS3EXTNT()
public void setDS3EXTNT(byte[] dS3EXTNT)
public java.lang.String getDS3FMTID()
public void setDS3FMTID(java.lang.String dS3FMTID)
public byte[] getDS3ADEXT()
public void setDS3ADEXT(byte[] dS3ADEXT)
public byte[] getDS3PTRDS()
public void setDS3PTRDS(byte[] dS3PTRDS)