java.lang.Object
com.ibm.jzos.sample.fields.Smf83Product
Maps a Product/Subsystem section of SMF record 83 (RACF Security information).
This code (excluding these notes) was generated using
com.ibm.jzos.recordgen.asm.RecordClassGenerator
using the following JCL:
//ASSEMBLE EXEC ASMAC,PARM='ADATA,LIST,NOTERM,NODECK,NOOBJECT'
//C.SYSIN DD *
IFASMFR 83
END
//C.SYSADATA DD DSN=&&ADATA,DISP=(NEW,PASS),
// SPACE=(CYL,(3,1))
//*
//JAVA EXEC PROC=EXJZOSVM,VERSION='50'
//MAINARGS DD *
com.ibm.jzos.recordgen.asm.RecordClassGenerator
section=SMF83PSS
bufoffset=true
package=com.ibm.jzos.sample.fields
class=Smf83Product
//SYSADATA DD DSN=&&ADATA,DISP=(OLD,DELETE)
//STDOUT DD PATH='/home/user/Smf83Product.java',
// PATHOPTS=(OWRONLY,OCREAT),
// PATHMODE=SIRWXU
//STDENV DD *
...
- Since:
- 2.1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setSmf83df2
(String smf83df2) void
setSmf83pnm
(String smf83pnm) void
setSmf83rvn
(String smf83rvn)
-
Field Details
-
SMF83PSS
public static int SMF83PSS
-
-
Constructor Details
-
Smf83Product
public Smf83Product(byte[] buffer, int bufOffset)
-
-
Method Details
-
getSmf83df2
-
setSmf83df2
-
getSmf83rvn
-
setSmf83rvn
-
getSmf83pnm
-
setSmf83pnm
-