public class PdsDirectory.MemberInfo.Statistics
extends java.lang.Object
The layout for these SPF statistics can be found in the ISPF Developer's Guide and Reference.
Byte Description and Format (modified to use 0 offset)
0 Version number, in hexadecimal format. Value is between X'01' and X'99'. 1 Modification level, in hexadecimal format. Value is between X'00' and X'99'. 2 Flags: Bit 1 SLCM indicator. SCLM uses this to determine whether the member and any related SCLM information are still in sync. v ON means the member was last edited by SCLM, the PDF Software Configuration and Library Manager. v OFF means the member was somehow processed outside SCLM. Bit 2:8 Reserved for future ISPF use. 3 The seconds portion of the time last modified, in packed decimal format. 4:7 Creation date: Byte 4 Century indicator. Byte 5:7 Julian date, in packed decimal format 8:11 Date last modified: Byte 8 Century indicator. Byte 9:11 Julian date, in packed decimal format 12:13 Time last modified, in packed format: Byte 12 Hours, in packed decimal format Byte 13 Minutes, in packed decimal format 14:15 Current number of lines, in hexadecimal format 16:17 Initial number of lines, in hexadecimal format 18:19 Number of modified lines, in hexadecimal format 20:26 Userid, in character format 27:29 Reserved for future ISPF use
Modifier and Type | Field and Description |
---|---|
java.util.Date |
creationDate |
int |
currentLines |
byte |
flags |
int |
initialLines |
int |
mod |
java.util.Date |
modificationDate |
int |
modifiedLines |
java.lang.String |
userid |
int |
version |
Constructor and Description |
---|
PdsDirectory.MemberInfo.Statistics() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Answer a string representation of the receiver.
|
public int version
public int mod
public byte flags
public java.util.Date creationDate
public java.util.Date modificationDate
public int currentLines
public int initialLines
public int modifiedLines
public java.lang.String userid