A B C D E F G H I J L M N O P Q R S T U V W Z _ 

A

AccessMethodServices - Class in com.ibm.jzos
A class that provides a Java interface to z/OS Access Method Services (IDCAMS).
AccessMethodServices() - Constructor for class com.ibm.jzos.AccessMethodServices
Construct an instance
addAllocation(String) - Method in class com.ibm.jzos.DfSort
Add an allocation request to be sent to the DFSORT invocation.
addControlStatement(String) - Method in class com.ibm.jzos.DfSort
Add a control statement to be sent to the DFSORT invocation.
addFieldName(String) - Method in class com.ibm.jzos.CatalogSearch
Specify a field name to be returned with the search results.
addInputLine(String) - Method in class com.ibm.jzos.AccessMethodServices
Add an input line to be treated as a SYSIN input record to IDCAMS.
addMessageSegment(String) - Method in class com.ibm.jzos.Rauditx
Add a message to be written to the console on Event Failure.
ADDR - Static variable in class com.ibm.jzos.RauditxMessageHeader
ADDR DS XL8 END
ADDR - Static variable in class com.ibm.jzos.RauditxRelocateHeader
ADDR DS XL8 END
addRelocateSection(int, byte[]) - Method in class com.ibm.jzos.Rauditx
Add a relocate section to be written with the generated SMF 83 type record.
addRelocateSection(int, String) - Method in class com.ibm.jzos.Rauditx
Add a relocate section to be written with the generated SMF 83 type record.
addTo(ZipOutputStream, String) - Method in class com.ibm.jzos.sample.ZipDatasetSource
Add one or more entries to the given ZipOutputStream for the dataset or datasets described by this ZipDatasetSource.
ALL_NON_SIGN_BITS - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
allocDummyDDName() - Static method in class com.ibm.jzos.ZFile
Allocates and returns a new DDName, allocated to "DUMMY".
AssemblerDatatypeFactory - Class in com.ibm.jzos.fields
Concrete implementation of DatatypeFactory with Assembler Field related factory methods.
AssemblerDatatypeFactory() - Constructor for class com.ibm.jzos.fields.AssemblerDatatypeFactory
 
ATTR - Static variable in class com.ibm.jzos.RauditxParameters
ATTR DS XL4
ATTR_ALWAYS_LOG_FAILURES - Static variable in class com.ibm.jzos.Rauditx
 
ATTR_ALWAYS_LOG_SUCCESSES - Static variable in class com.ibm.jzos.Rauditx
 
ATTR_AUTHENTICATION_EVENT - Static variable in class com.ibm.jzos.Rauditx
 
ATTR_AUTHORIZATION_EVENT - Static variable in class com.ibm.jzos.Rauditx
 
ATTR_CHECK_WARNING_MODE - Static variable in class com.ibm.jzos.Rauditx
 
ATTR_EVENT_FAILURE - Static variable in class com.ibm.jzos.Rauditx
Attribute word bit values
ATTR_EVENT_SUCCESS - Static variable in class com.ibm.jzos.Rauditx
 
ATTR_NEVER_LOG_FAILURES - Static variable in class com.ibm.jzos.Rauditx
 
ATTR_NEVER_LOG_SUCCESSES - Static variable in class com.ibm.jzos.Rauditx
 

B

BFP_BIAS - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
BFP_EXP_MASK - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
BFP_FRACTION_HON - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
BFP_FRACTION_IMPLIED_HOB - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
BFP_FRACTION_LENGTH - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
BFP_FRACTION_MASK - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
BFP_INF_EXP - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
BigDecimalAccessor - Interface in com.ibm.jzos.fields
Defines an interface for Field objects that have BigDecimal accessors.
BigIntegerAccessor - Interface in com.ibm.jzos.fields
Defines an interface for Field objects that have BigInteger accessors.
BinaryAsBigDecimalField - Class in com.ibm.jzos.fields
A binary field with BigDecimal accessors.
BinaryAsBigDecimalField(int, int, int, boolean) - Constructor for class com.ibm.jzos.fields.BinaryAsBigDecimalField
Construct an instance.
BinaryAsBigIntegerField - Class in com.ibm.jzos.fields
A binary field with BigInteger accessors.
BinaryAsBigIntegerField(int, int, boolean) - Constructor for class com.ibm.jzos.fields.BinaryAsBigIntegerField
Construct an instance.
BinaryAsBigIntegerField(int, int, int, boolean) - Constructor for class com.ibm.jzos.fields.BinaryAsBigIntegerField
Construct an instance.
BinaryAsIntField - Class in com.ibm.jzos.fields
A 1-4 byte binary Field with int accessors.
BinaryAsIntField(int) - Constructor for class com.ibm.jzos.fields.BinaryAsIntField
Construct a signed instance with a field width = DEFAULT_FIELD_WIDTH = 4.
BinaryAsIntField(int, int) - Constructor for class com.ibm.jzos.fields.BinaryAsIntField
Construct a signed instance with a given offset and length.
BinaryAsIntField(int, int, boolean) - Constructor for class com.ibm.jzos.fields.BinaryAsIntField
Construct an instance.
BinaryAsLongField - Class in com.ibm.jzos.fields
A 4-8 byte binary Field with long accessors.
BinaryAsLongField(int) - Constructor for class com.ibm.jzos.fields.BinaryAsLongField
Construct a signed instance with a field width = DEFAULT_FIELD_WIDTH = 8.
BinaryAsLongField(int, int) - Constructor for class com.ibm.jzos.fields.BinaryAsLongField
Construct a signed instance with a given offset and length.
BinaryAsLongField(int, int, boolean) - Constructor for class com.ibm.jzos.fields.BinaryAsLongField
Construct an instance.
bpxwdyn(String) - Static method in class com.ibm.jzos.ZFile
Calls the BPXWDYN service, which is a text-based interface to dynamic allocation.
browseEnd() - Method in class com.ibm.jzos.ZLogstream
Ends a browse session to the ZLogstream.
browseStart(boolean, boolean) - Method in class com.ibm.jzos.ZLogstream
Starts a browse session to the ZLogstream.
browseStartBlockID(boolean, long) - Method in class com.ibm.jzos.ZLogstream
Starts a browse session to the ZLogstream.
browseStartSearch(boolean, long) - Method in class com.ibm.jzos.ZLogstream
Starts a browse session to the ZLogstream.
BUF_LEN - Static variable in class com.ibm.jzos.DatasetVolumeList
The buffer length
BUF_LEN - Static variable in class com.ibm.jzos.Format1DSCB
 
BUF_LEN - Static variable in class com.ibm.jzos.sample.fields.MedicareRecord
 
BYTE_LENGTH - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
BYTE_LENGTH - Static variable in class com.ibm.jzos.fields.IbmFloatField
 
ByteArrayField - Class in com.ibm.jzos.fields
A byte array Field.
ByteArrayField(int, int) - Constructor for class com.ibm.jzos.fields.ByteArrayField
Construct an instance.
bytesAsInt(byte[]) - Static method in class com.ibm.jzos.ByteUtil
Convert up to 4 bytes into an int (big endian).
bytesAsInt(byte[], int, int) - Static method in class com.ibm.jzos.ByteUtil
Return an int from big endian bytes.
bytesAsLong(byte[]) - Static method in class com.ibm.jzos.ByteUtil
Convert up to 8 bytes into an long (big endian).
bytesAsLong(byte[], int, int) - Static method in class com.ibm.jzos.ByteUtil
Return a long from big endian bytes.
bytesAsString(byte[], int, int, String) - Static method in class com.ibm.jzos.ByteUtil
Return a String from a byte array using the supplied encoding.
ByteUtil - Class in com.ibm.jzos
Helper methods for converting to/from raw byte array data
ByteUtil() - Constructor for class com.ibm.jzos.ByteUtil
 

C

CATALOG_TYPE - Static variable in class com.ibm.jzos.CatalogSearch
Type value returned for Catalogs.
CatalogSearch - Class in com.ibm.jzos
A class that provides a Java interface to the z/OS Catalog Search Interface.
CatalogSearch(String) - Constructor for class com.ibm.jzos.CatalogSearch
Construct a CatalogSearch with a filterKey and default work area.
CatalogSearch(String, int) - Constructor for class com.ibm.jzos.CatalogSearch
Construct a CatalogSearch with a filterKey and custom work area.
CatalogSearch.Entry - Class in com.ibm.jzos
A static nested class of CatalogSearch which holds a catalog search entry.
CatalogSearchField - Class in com.ibm.jzos
A wrapper around the bytes for a specific field returned from a CatalogSearch request Dataset Entry.
CatalogSearchSample - Class in com.ibm.jzos.sample
Sample program that uses CatalogSearch, LOCATE and OBTAIN to display information about datasets matching a filter key.
CatalogSearchSample() - Constructor for class com.ibm.jzos.sample.CatalogSearchSample
 
CATEGORY_DYNALLOC_ERROR - Static variable in exception com.ibm.jzos.JesVsamException
 
CATEGORY_VSAM_ABEND - Static variable in exception com.ibm.jzos.JesVsamException
 
CATEGORY_VSAM_API - Static variable in exception com.ibm.jzos.JesVsamException
 
CATEGORY_VSAM_SYS - Static variable in exception com.ibm.jzos.JesVsamException
 
change() - Method in class com.ibm.jzos.Enqueue
Change a previously obtained enqueue described by this object's 'enqToken' property from CONTROL=SHARED to CONTROL=EXCLUSIVE.
CHILD_PROCESS_INPUT_ENCODING_PROPERTY - Static variable in class com.ibm.jzos.Exec
 
close() - Method in class com.ibm.jzos.MvsJobSubmitter
Flush and close the input to the internal reader, causing the job to be submitted.
close() - Method in class com.ibm.jzos.PdsDirectory
Close the underlying ZFile on the PDS directory
close() - Method in class com.ibm.jzos.RDWInputRecordStream
Close the underlying InputStream
close() - Method in class com.ibm.jzos.RDWOutputRecordStream
Close the underlying OutputStream
close() - Method in class com.ibm.jzos.RecordReader
Close the reader and underlying native file.
close() - Method in class com.ibm.jzos.RecordWriter
Close the reader and underlying native file.
close() - Method in class com.ibm.jzos.ZFile
Close the file.
close() - Method in class com.ibm.jzos.ZFileRecordReader
Close the reader and underlying ZFile.
close() - Method in class com.ibm.jzos.ZLogstream
Closes this ZLogstream by disconnecting from the z/OS Logstream.
CobolDatatypeFactory - Class in com.ibm.jzos.fields
Concrete implementation of DatatypeFactory with COBOL Field related factory methods.
CobolDatatypeFactory() - Constructor for class com.ibm.jzos.fields.CobolDatatypeFactory
 
com.ibm.jzos - package com.ibm.jzos
Provides the primary classes for the JZOS toolkit.
com.ibm.jzos.fields - package com.ibm.jzos.fields
Provides field converter classes for mapping byte array fields into Java data types.
com.ibm.jzos.sample - package com.ibm.jzos.sample
Provides sample classes for using the JZOS Toolkit API.
com.ibm.jzos.sample.dfsort - package com.ibm.jzos.sample.dfsort
Provides sample classes for using the JZOS toolkit DfSort class.
com.ibm.jzos.sample.fields - package com.ibm.jzos.sample.fields
Provides sample record mapping classes for using the JZOS field converter classes.
com.ibm.jzos.sample.nonvsam.directory - package com.ibm.jzos.sample.nonvsam.directory
Provides sample classes for using the JZOS Toolkit API on non-VSAM directories.
com.ibm.jzos.sample.nonvsam.file - package com.ibm.jzos.sample.nonvsam.file
Provides sample classes for using the JZOS Toolkit API on non-VSAM datasets.
com.ibm.jzos.sample.vsam.cluster - package com.ibm.jzos.sample.vsam.cluster
Provides sample classes for using the JZOS Toolkit API on VSAM clusters.
com.ibm.jzos.sample.vsam.file - package com.ibm.jzos.sample.vsam.file
Provides sample classes for using the JZOS Toolkit API on VSAM datasets.
com.ibm.jzos.wlm - package com.ibm.jzos.wlm
Provides a set of Java interfaces to allow Java processes to be tracked discretely by WLM.
COMP - Static variable in class com.ibm.jzos.RauditxParameters
COMP DS CL255
COMP_LEN - Static variable in class com.ibm.jzos.RauditxParameters
COMP_LEN DS XL4
consumeOutput(StringBuffer) - Method in class com.ibm.jzos.Exec
Convenience method to read the external process stdout lines into the supplied StringBuffer.
consumeOutput() - Method in class com.ibm.jzos.Exec
Convenience method to drain the external process stdout lines.
copy(String, String) - Static method in class com.ibm.jzos.sample.nonvsam.file.CopyFile
Copies a non-VSAM file as source to the other non-VSAM file as destination.
CopyFile - Class in com.ibm.jzos.sample.nonvsam.file
This sample demonstrates how to copy data from one file to another, appending to the second file if it already exists.
CopyFile() - Constructor for class com.ibm.jzos.sample.nonvsam.file.CopyFile
 
create(String) - Static method in class com.ibm.jzos.sample.nonvsam.file.CreateFile
 
create(String, String) - Static method in class com.ibm.jzos.sample.nonvsam.file.CreateFileLike
 
CreateFile - Class in com.ibm.jzos.sample.nonvsam.file
This sample demonstrates how to create a file with default attribute values.
CreateFile() - Constructor for class com.ibm.jzos.sample.nonvsam.file.CreateFile
 
CreateFileLike - Class in com.ibm.jzos.sample.nonvsam.file
Sample program that uses BPXWDYN to dynamically allocate a new dataset with the same attributes as a given dataset.
CreateFileLike() - Constructor for class com.ibm.jzos.sample.nonvsam.file.CreateFileLike
 
createFileWithAttributes(String) - Static method in class com.ibm.jzos.sample.nonvsam.file.CreateFileWithFileAttributes
Creates a non-VSAM MVS dataset with specified attributes.
CreateFileWithFileAttributes - Class in com.ibm.jzos.sample.nonvsam.file
This sample demonstrates how to create a non-VSAM MVS sequential dataset with specific file attributes.
CreateFileWithFileAttributes() - Constructor for class com.ibm.jzos.sample.nonvsam.file.CreateFileWithFileAttributes
 
createServerClassification() - Method in class com.ibm.jzos.wlm.WorkloadManager
Create (and store for later deletion) a ServerClassification.
creationDate - Variable in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 
currentLines - Variable in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 

D

DatasetVolumeList - Class in com.ibm.jzos
An object which maps the 265-byte workarea returned by the LOCATE macro, preceded by the 44-byte resolved dataset name.
DatasetVolumeList() - Constructor for class com.ibm.jzos.DatasetVolumeList
Construct an instance
DatatypeFactory - Class in com.ibm.jzos.fields
An abstract class for classes which are used to construct Field objects.
DatatypeFactory() - Constructor for class com.ibm.jzos.fields.DatatypeFactory
 
ddExists(String) - Static method in class com.ibm.jzos.ZFile
Answer true if the given DD name exists.
DEFAULT_EBCDIC_CODE_PAGE - Static variable in interface com.ibm.jzos.ZFileConstants
Note: ZUtil.getDefaultPlatformEncoding() should be used to get the locale-specific EBCDIC default encoding for the current process.
DEFAULT_ENCODING - Static variable in class com.ibm.jzos.fields.StringField
 
DEFAULT_FIELD_WIDTH - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
DEFAULT_FIELD_WIDTH - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
DEFAULT_OUT_BUF_LEN - Static variable in class com.ibm.jzos.AccessMethodServices
 
DEFAULT_RDR_CLASS - Static variable in class com.ibm.jzos.MvsJobSubmitter
 
DEFAULT_RDR_FIXED_RECFM - Static variable in class com.ibm.jzos.MvsJobSubmitter
 
DEFAULT_RDR_LRECL - Static variable in class com.ibm.jzos.MvsJobSubmitter
 
DEFAULT_RETRY_SLEEP_MS - Static variable in class com.ibm.jzos.ZLogstream
The time, in milliseconds to sleep between retries
DEFAULT_TARGET_ENCODING - Static variable in class com.ibm.jzos.sample.ZipDatasets
 
DEFAULT_WORK_AREA_LENGTH - Static variable in class com.ibm.jzos.CatalogSearch
The default work area size for returned entry information.
DEFAULT_WRITE_RETRY_COUNT - Static variable in class com.ibm.jzos.ZLogstream
The count for retries certain write errors
defineCluster(String) - Static method in class com.ibm.jzos.sample.vsam.cluster.DefineKsdsCluster
 
DefineKsdsAIX - Class in com.ibm.jzos.sample.vsam.cluster
This sample demonstrates how to create a VSAM Alternate Index (AIX).
DefineKsdsAIX() - Constructor for class com.ibm.jzos.sample.vsam.cluster.DefineKsdsAIX
 
DefineKsdsCluster - Class in com.ibm.jzos.sample.vsam.cluster
This sample allows the creation of a VSAM cluster.
DefineKsdsCluster() - Constructor for class com.ibm.jzos.sample.vsam.cluster.DefineKsdsCluster
 
delete(String) - Static method in class com.ibm.jzos.sample.nonvsam.file.DeleteFile
 
delete() - Method in class com.ibm.jzos.wlm.WorkUnit
Delete the WLM work unit.
deleteAIX(String) - Static method in class com.ibm.jzos.sample.vsam.cluster.DeleteKsdsAIX
 
deleteAll() - Method in class com.ibm.jzos.ZLogstream
Deletes all blocks in the ZLogstream.
deleteCluster(String) - Static method in class com.ibm.jzos.sample.vsam.cluster.DeleteKsdsCluster
 
DeleteDirectory - Class in com.ibm.jzos.sample.nonvsam.directory
This sample demonstrates how to delete a directory.
DeleteDirectory() - Constructor for class com.ibm.jzos.sample.nonvsam.directory.DeleteDirectory
 
DeleteFile - Class in com.ibm.jzos.sample.nonvsam.file
This sample demonstrates how to delete a file.
DeleteFile() - Constructor for class com.ibm.jzos.sample.nonvsam.file.DeleteFile
 
DeleteKsdsAIX - Class in com.ibm.jzos.sample.vsam.cluster
This sample deletes the VSAM Alternate Index (AIX) created by DefineKsdsAIX.
DeleteKsdsAIX() - Constructor for class com.ibm.jzos.sample.vsam.cluster.DeleteKsdsAIX
 
DeleteKsdsCluster - Class in com.ibm.jzos.sample.vsam.cluster
This sample deletes the VSAM KSDS cluster created by DefineKsdsCluster.
DeleteKsdsCluster() - Constructor for class com.ibm.jzos.sample.vsam.cluster.DeleteKsdsCluster
 
DeleteKsdsRecords - Class in com.ibm.jzos.sample.vsam.file
Sample program that deletes records in a VSAM KSDS using ZFile.
DeleteKsdsRecords() - Constructor for class com.ibm.jzos.sample.vsam.file.DeleteKsdsRecords
 
deleteMessage(int) - Static method in class com.ibm.jzos.MvsConsole
Delete a WTO message.
deleteMessages(int[]) - Static method in class com.ibm.jzos.MvsConsole
Delete multiple WTO messages.
deleteMessagesWithToken(int) - Static method in class com.ibm.jzos.MvsConsole
Delete all WTO messages with a given token id.
deleteRange(long) - Method in class com.ibm.jzos.ZLogstream
Deletes a range of blocks in the ZLogstream that are older than the given block id.
delrec() - Method in class com.ibm.jzos.ZFile
Delete the current VSAM record.
DESC_CRITICAL_EVENTUAL_ACTION_REQUESTED - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 11 Critical eventual action required.
DESC_DYNAMIC_STATUS_DISPLAYS - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 10 Not defined.
DESC_EVENTUAL_ACTION_REQUIRED - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 3 Eventual action required.
DESC_IMMEDIATE_ACTION_REQUIRED - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 2 Immediate action required.
DESC_IMMEDIATE_COMMAND_RESPONSE - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 5 Immediate command response.
DESC_IMPORTANT_INFORMATION_MESSAGES - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 12 Important information.
DESC_JOB_STATUS - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 6 Job status.
DESC_MESSAGE_PREVIOUSLY_AUTOMATED - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 13 Automation information.
DESC_OPERATOR_REQUEST - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 9 Operator's request.
DESC_OUT_OF_LINE_MESSAGE - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 8 Out-of-line.
DESC_RETAIN - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 7 Task related.
DESC_SYSTEM_FAILURE - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 1 System failure.
DESC_SYSTEM_STATUS - Static variable in interface com.ibm.jzos.WtoConstants
WTO descriptor code 4 System status.
destroyServerClassification(ServerClassification) - Method in class com.ibm.jzos.wlm.WorkloadManager
Destroy a ServerClassification that was previously created/associated to this WorkloadManager.
DEVICE_DISK - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_DUMMY - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_HFS - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_HIPERSPACE - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_MEMORY - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_MSGFILE - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_OTHER - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_PRINTER - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_TAPE - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_TDQ - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DEVICE_TERMINAL - Static variable in interface com.ibm.jzos.ZFileConstants
getDevice() value constant (fldata._device)
DfSort - Class in com.ibm.jzos
This class provides a Java wrapper around the DFSORT utility.
DfSort() - Constructor for class com.ibm.jzos.DfSort
 
DfSortArguments - Class in com.ibm.jzos.sample.dfsort
Helper class for parsing key=value pair arguments into a usable form for the DFSORT sample programs.
DfSortArguments(String[]) - Constructor for class com.ibm.jzos.sample.dfsort.DfSortArguments
Construct and parse a list of arguments as described by the class description.
DfSortCopyFixedDataset - Class in com.ibm.jzos.sample.dfsort
This example creates an instance of DfSort to copy an existing Dataset and write the result to an existing dataset.
DfSortCopyFixedDataset() - Constructor for class com.ibm.jzos.sample.dfsort.DfSortCopyFixedDataset
 
DfSortCopyFixedDatasetToJava - Class in com.ibm.jzos.sample.dfsort
This example creates an instance of DfSort to sort an existing Dataset and read the sort output into Java.
DfSortCopyFixedDatasetToJava() - Constructor for class com.ibm.jzos.sample.dfsort.DfSortCopyFixedDatasetToJava
 
DfSortCopyVariableDataset - Class in com.ibm.jzos.sample.dfsort
This example creates an instance of DfSort to copy an existing Dataset and write the result to an existing dataset.
DfSortCopyVariableDataset() - Constructor for class com.ibm.jzos.sample.dfsort.DfSortCopyVariableDataset
 
DfSortFixedDatasetToFixedDataset - Class in com.ibm.jzos.sample.dfsort
This example creates an instance of DfSort to sort an existing Dataset and write the result to an existing dataset.
DfSortFixedDatasetToFixedDataset() - Constructor for class com.ibm.jzos.sample.dfsort.DfSortFixedDatasetToFixedDataset
 
DfSortFixedDatasetToJava - Class in com.ibm.jzos.sample.dfsort
This example creates an instance of DfSort to sort an existing Dataset and read the sort output into Java.
DfSortFixedDatasetToJava() - Constructor for class com.ibm.jzos.sample.dfsort.DfSortFixedDatasetToJava
 
DfSortFixedJavaToDataset - Class in com.ibm.jzos.sample.dfsort
This example creates an instance of DfSort to sort fixed record data generated by java and store the output in a Dataset.
DfSortFixedJavaToDataset() - Constructor for class com.ibm.jzos.sample.dfsort.DfSortFixedJavaToDataset
 
DfSortVariableDatasetToJava - Class in com.ibm.jzos.sample.dfsort
This example creates an instance of DfSort to sort an existing Dataset and read the sort output.
DfSortVariableDatasetToJava() - Constructor for class com.ibm.jzos.sample.dfsort.DfSortVariableDatasetToJava
 
DfSortVariableDatasetToVariableDataset - Class in com.ibm.jzos.sample.dfsort
This example creates an instance of DfSort to sort an existing Dataset and write the result to an existing dataset.
DfSortVariableDatasetToVariableDataset() - Constructor for class com.ibm.jzos.sample.dfsort.DfSortVariableDatasetToVariableDataset
 
DfSortVariableJavaToDataset - Class in com.ibm.jzos.sample.dfsort
This example creates an instance of DfSort to sort variable record data generated by java and store the output in a Dataset.
DfSortVariableJavaToDataset() - Constructor for class com.ibm.jzos.sample.dfsort.DfSortVariableJavaToDataset
 
disableInputStream() - Method in class com.ibm.jzos.DfSort
Indicate that the records to DFSORT are to be provided via the SORTIN DD and not from Java.
disableOutputStream() - Method in class com.ibm.jzos.DfSort
Indicate that the output records from DFSORT are to be sent to the SORTOUT DD and not to Java.
discardCurrentWorkArea() - Method in class com.ibm.jzos.CatalogSearch
Discard the unprocessed work area data.
disconnect() - Method in class com.ibm.jzos.wlm.WorkloadManager
Disconnect the server from WLM.
doDeqAndUnalloc() - Method in class com.ibm.jzos.ZFile
Dequeue the PDS and member if enqueued.
DoubleAccessor - Interface in com.ibm.jzos.fields
An interface which describes a Field which has double accessors.
DS1ACBM - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1ACBM - Static variable in class com.ibm.jzos.Format8DSCB
DS1ACBM EQU X'08' ....
DS1ALX - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1ALX - Static variable in class com.ibm.jzos.Format8DSCB
DS1ALX EQU X'02' ....
DS1AVR - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1AVR - Static variable in class com.ibm.jzos.Format8DSCB
DS1AVR EQU X'40' 01..
DS1AVRND - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1AVRND - Static variable in class com.ibm.jzos.Format8DSCB
DS1AVRND EQU X'41' 01..
DS1CHKPT - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1CHKPT - Static variable in class com.ibm.jzos.Format8DSCB
DS1CHKPT EQU DS1IND01 SAME AS DS1IND01 @L3C
DS1COMPR - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1COMPR - Static variable in class com.ibm.jzos.Format8DSCB
DS1COMPR EQU X'80' 1...
DS1CONTG - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1CONTG - Static variable in class com.ibm.jzos.Format8DSCB
DS1CONTG EQU X'08' ....
DS1CPOIT - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1CPOIT - Static variable in class com.ibm.jzos.Format8DSCB
DS1CPOIT EQU X'40' .1..
DS1CRSDB - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1CRSDB - Static variable in class com.ibm.jzos.Format8DSCB
DS1CRSDB EQU X'10' ...1 ....
DS1CYL - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1CYL - Static variable in class com.ibm.jzos.Format8DSCB
DS1CYL EQU X'C0' 11..
DS1DSABS - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSABS - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSABS EQU X'00' 0000 0000 ABSOLUTE TRACK REQUEST @L3A
DS1DSAE - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSAE - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSAE EQU X'01' ........1 EXTENDED ATTRIBUTES EXIST @L9C
DS1DSCHA - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSCHA - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSCHA EQU DS1IND02 SAME USE AS BIT DS1IND02 @G60ASBJ
DS1DSGCX - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSGCX - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGCX EQU X'10' ...1 ....
DS1DSGDA - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSGDA - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGDA EQU X'20' ..1.
DS1DSGGS - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSGGS - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGGS EQU X'80' 1...
DS1DSGIS - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSGIS - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGIS EQU X'80' 1...
DS1DSGPO - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSGPO - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGPO EQU X'02' ....
DS1DSGPS - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSGPS - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGPS EQU X'40' .1..
DS1DSGTQ - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGTQ EQU X'20' ..1.
DS1DSGTR - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSGTR - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGTR EQU X'04' ....
DS1DSGTX - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSGTX - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGTX EQU X'40' .1..
DS1DSGU - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSGU - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSGU EQU X'01' ....
DS1DSPAC - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1DSPAC - Static variable in class com.ibm.jzos.Format8DSCB
DS1DSPAC EQU X'C0' XX..
DS1EATTR - Static variable in class com.ibm.jzos.Format8DSCB
DS1EATTR EQU X'03' ....
DS1EATTR_NO - Static variable in class com.ibm.jzos.Format8DSCB
DS1EATTR_NO EQU X'01' '1' - EATTR=NO has been specified.
DS1EATTR_NS - Static variable in class com.ibm.jzos.Format8DSCB
DS1EATTR_NS EQU X'00' '0' - EATTR has not been @V2A specified.
DS1EATTR_OPT - Static variable in class com.ibm.jzos.Format8DSCB
DS1EATTR_OPT EQU X'02' '2' - EATTR=OPT has been specified.
DS1EATTR_REQ - Static variable in class com.ibm.jzos.Format8DSCB
DS1EATTR_REQ EQU X'03' '3' - Not Used.
DS1END - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1END - Static variable in class com.ibm.jzos.Format8DSCB
DS1END EQU * EQUATE AT END OF DSCB1 MAP @P1C END
DS1EXPBY - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1EXPBY - Static variable in class com.ibm.jzos.Format8DSCB
DS1EXPBY EQU X'20' ..1.
DS1EXT - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1EXT - Static variable in class com.ibm.jzos.Format8DSCB
DS1EXT EQU X'10' ...1 ....
DS1IDC - Static variable in class com.ibm.jzos.Format8DSCB
DS1IDC EQU X'F1' FORMAT 1 IDENTIFIER @LvA
DS1IND01 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1IND01 - Static variable in class com.ibm.jzos.Format8DSCB
DS1IND01 EQU X'01' ....
DS1IND02 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1IND02 - Static variable in class com.ibm.jzos.Format8DSCB
DS1IND02 EQU X'02' ....
DS1IND04 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1IND04 - Static variable in class com.ibm.jzos.Format8DSCB
DS1IND04 EQU X'04' ....
DS1IND08 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1IND08 - Static variable in class com.ibm.jzos.Format8DSCB
DS1IND08 EQU X'08' ....
DS1IND10 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1IND10 - Static variable in class com.ibm.jzos.Format8DSCB
DS1IND10 EQU X'10' ...1 ....
DS1IND20 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1IND20 - Static variable in class com.ibm.jzos.Format8DSCB
DS1IND20 EQU X'20' ..1.
DS1IND40 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1IND40 - Static variable in class com.ibm.jzos.Format8DSCB
DS1IND40 EQU X'40' .1..
DS1IND80 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1IND80 - Static variable in class com.ibm.jzos.Format8DSCB
DS1IND80 EQU X'80' 1...
DS1LARGE - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1LARGE - Static variable in class com.ibm.jzos.Format8DSCB
DS1LARGE EQU X'08' ....
DS1MSGP - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1MSGP - Static variable in class com.ibm.jzos.Format8DSCB
DS1MSGP EQU X'20' ..1.
DS1MXIG - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1MXIG - Static variable in class com.ibm.jzos.Format8DSCB
DS1MXIG EQU X'04' ....
DS1OPTBC - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1OPTBC - Static variable in class com.ibm.jzos.Format8DSCB
DS1OPTBC EQU X'40' .1..
DS1OPTIC - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1OPTIC - Static variable in class com.ibm.jzos.Format8DSCB
DS1OPTIC EQU X'80' 1...
DS1ORGAM - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1ORGAM - Static variable in class com.ibm.jzos.Format8DSCB
DS1ORGAM EQU X'08' ....
DS1PDSE - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1PDSE - Static variable in class com.ibm.jzos.Format8DSCB
DS1PDSE EQU X'08' ....
DS1PDSEX - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1PDSEX - Static variable in class com.ibm.jzos.Format8DSCB
DS1PDSEX EQU X'02' ....
DS1RACDF - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RACDF - Static variable in class com.ibm.jzos.Format8DSCB
DS1RACDF EQU DS1IND40 SAME USE AS BIT DS1IND40 @LBA
DS1REBLK - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1REBLK - Static variable in class com.ibm.jzos.Format8DSCB
DS1REBLK EQU X'20' ..1.
DS1RECAL - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RECAL - Static variable in class com.ibm.jzos.Format8DSCB
DS1RECAL EQU X'10' ...1 ....
DS1RECFA - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RECFA - Static variable in class com.ibm.jzos.Format8DSCB
DS1RECFA EQU X'04' ....
DS1RECFB - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RECFB - Static variable in class com.ibm.jzos.Format8DSCB
DS1RECFB EQU X'10' ...1 ....
DS1RECFF - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RECFF - Static variable in class com.ibm.jzos.Format8DSCB
DS1RECFF EQU X'80' 10..
DS1RECFS - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RECFS - Static variable in class com.ibm.jzos.Format8DSCB
DS1RECFS EQU X'08' ....
DS1RECFT - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RECFT - Static variable in class com.ibm.jzos.Format8DSCB
DS1RECFT EQU X'20' ..1.
DS1RECFU - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RECFU - Static variable in class com.ibm.jzos.Format8DSCB
DS1RECFU EQU X'C0' 11..
DS1RECFV - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RECFV - Static variable in class com.ibm.jzos.Format8DSCB
DS1RECFV EQU X'40' 01..
DS1RECMC - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1RECMC - Static variable in class com.ibm.jzos.Format8DSCB
DS1RECMC EQU X'02' ....
DS1SCAVB - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1SCAVB - Static variable in class com.ibm.jzos.Format8DSCB
DS1SCAVB EQU X'80' 1...
DS1SCCP1 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1SCCP1 - Static variable in class com.ibm.jzos.Format8DSCB
DS1SCCP1 EQU X'08' ....
DS1SCCP2 - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1SCCP2 - Static variable in class com.ibm.jzos.Format8DSCB
DS1SCCP2 EQU X'04' ....
DS1SCKB - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1SCKB - Static variable in class com.ibm.jzos.Format8DSCB
DS1SCKB EQU X'20' ..1.
DS1SCMB - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1SCMB - Static variable in class com.ibm.jzos.Format8DSCB
DS1SCMB EQU X'40' .1..
DS1SCUB - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1SCUB - Static variable in class com.ibm.jzos.Format8DSCB
DS1SCUB EQU X'10' ...1 ....
DS1SECTY - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1SECTY - Static variable in class com.ibm.jzos.Format8DSCB
DS1SECTY EQU DS1IND10 SAME USE AS BIT DS1IND10 @LBA
DS1SMSDS - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1SMSDS - Static variable in class com.ibm.jzos.Format8DSCB
DS1SMSDS EQU X'80' 1...
DS1SMSUC - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1SMSUC - Static variable in class com.ibm.jzos.Format8DSCB
DS1SMSUC EQU X'40' .1..
DS1STRP - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1STRP - Static variable in class com.ibm.jzos.Format8DSCB
DS1STRP EQU X'04' ....
DS1TRK - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1TRK - Static variable in class com.ibm.jzos.Format8DSCB
DS1TRK EQU X'80' 10..
DS1WRSEC - Static variable in class com.ibm.jzos.Format1DSCB
 
DS1WRSEC - Static variable in class com.ibm.jzos.Format8DSCB
DS1WRSEC EQU DS1IND04 SAME USE AS BIT DS1IND04 @LBA
DS3END - Static variable in class com.ibm.jzos.Format3DSCB
DS3END EQU * EQUATE AT END OF DSCB3 MAP @P1C END
DS3IDC - Static variable in class com.ibm.jzos.Format3DSCB
DS3IDC EQU X'F3' FORMAT 3 IDENTIFIER @LvA
DS5END - Static variable in class com.ibm.jzos.sample.fields.Format5DSCBBase
TO FORMAT 5 DSCB OR ZERO @P1A
DS5END EQU * EQUATE AT END OF DSCB5 @P1C
DS5EXTLN - Static variable in class com.ibm.jzos.sample.fields.Format5DSCBBase
DS5EXTLN EQU DS5EXTAV-DS5AVEXT LENGTH OF AN EXTENT @L6A
DS5EXTMX - Static variable in class com.ibm.jzos.sample.fields.Format5DSCBBase
DESCRIPTOR IN A FMT 5 @L6A
DSCB @L6A
DS5EXTMX EQU 26 MAXIMUM NUMBER OF FREE @L6A
DS5IDC - Static variable in class com.ibm.jzos.sample.fields.Format5DSCBBase
EXTENTS IN A FMT5 DSCB @L6A
DS5IDC EQU X'F5' FORMAT 5 IDENTIFIER CONSTANT @L6A
DS5RTALN - Static variable in class com.ibm.jzos.sample.fields.Format5DSCBBase
EXTENTS IN A FMT5 DSCB @L6A
DS5RTALN EQU 2 LENGTH OF AN RTA IN A FMT 5
DS8IDC - Static variable in class com.ibm.jzos.Format8DSCB
DS8IDC EQU X'F8' FORMAT 8 IDENTIFIER @LvA
DS9ATRVDATA - Static variable in class com.ibm.jzos.Format9DSCB
DS9ATRVData EQU 2 Offset to vendor-supplied data End Added EQUs @P10A
DS9ATRVFLAG - Static variable in class com.ibm.jzos.Format9DSCB
DS9ATRVFlag EQU 0,1 Offset to & len of flags and length for a subfield
DS9ATRVH - Static variable in class com.ibm.jzos.Format9DSCB
DS9ATRVH EQU 0,2 Offset to & len of two-byte header for a subfield
DS9ATRVID - Static variable in class com.ibm.jzos.Format9DSCB
DS9ATRVID EQU 1,1 Offset to & len of vendor ID issued BY IBM
DS9ATRVLEN - Static variable in class com.ibm.jzos.Format9DSCB
DS9ATRVLen EQU X'0F' Mask for bits for length in DS9ATRVFlag
DS9CREAT - Static variable in class com.ibm.jzos.Format9DSCB
DS9CREAT EQU X'80' Format 9 DSCB built by Create @V2A The following three fields valid when DS9CREAT is set @V2A
DS9END - Static variable in class com.ibm.jzos.Format9DSCB
DS9END EQU * END OF THE DSCB 9 MAPPING
DS9IDC - Static variable in class com.ibm.jzos.Format9DSCB
DS9IDC EQU X'F9' SPACE FOR 10 F3 POINTERS *
DS9KEY - Static variable in class com.ibm.jzos.Format9DSCB
DS9KEY EQU X'09'
DS9LEN - Static variable in class com.ibm.jzos.Format9DSCB
DS9LEN EQU DS9END-IECSDSL9 END
DS9SUBT1 - Static variable in class com.ibm.jzos.Format9DSCB
DS9SUBT1 EQU X'01' ATTRIBUTE DATA AND A LIST OF POINTERS TO FORMAT 3 DSCBs
DS9SUBT2 - Static variable in class com.ibm.jzos.Format9DSCB
DS9SUBT2 EQU X'02' RESERVED FOR NEXT FORMAT 9
DSCB - Interface in com.ibm.jzos
Common interface for the dataset control block (DSCB) structure returned from a VTOC.
dsExists(String) - Static method in class com.ibm.jzos.ZFile
Answer true if the given dataset name exists.
DsInfo - Class in com.ibm.jzos.sample.dfsort
Helper class for DFSORT samples.
DsInfo(String) - Constructor for class com.ibm.jzos.sample.dfsort.DsInfo
Construct a new instance on an (unqualified) MVS dataset name
DSORG_CONCAT - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_concat )
DSORG_HFS - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_hfs )
DSORG_HIPER - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_hiper )
DSORG_MEM - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_mem )
DSORG_PDS_DIR - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_po + fldata.__dsorg_dir)
DSORG_PDS_MEM - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_po + fldata.__dsorg_mem)
DSORG_PDSE - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_pdse )
DSORG_PO - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_po )
DSORG_PS - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_ps )
DSORG_TEMP - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_temp )
DSORG_VSAM - Static variable in interface com.ibm.jzos.ZFileConstants
getDsorg() constant value (fldata.__dsorg_vsam )
dumpHex(String, byte[], OutputStream) - Static method in class com.ibm.jzos.ByteUtil
Dump a byte array in hex to an OutputStream.
dumpHex(String, byte[], OutputStream, String) - Static method in class com.ibm.jzos.ByteUtil
Dump a byte array in hex to an OutputStream.
dumpHex(String, byte[], Writer) - Static method in class com.ibm.jzos.ByteUtil
Dump a byte array in hex to Writer.
dumpHex(String, byte[], int, int, int, Writer) - Static method in class com.ibm.jzos.ByteUtil
Dump a byte array in hex to Writer.
DynallocCopyDataset - Class in com.ibm.jzos.sample
Sample program that uses BPXWDYN to dynamically allocate a new dataset with the same attributes as a given dataset, and then copy the original to the new dataset.
DynallocCopyDataset() - Constructor for class com.ibm.jzos.sample.DynallocCopyDataset
 

E

EINVAL - Static variable in exception com.ibm.jzos.ErrnoException
 
EMVSERR - Static variable in exception com.ibm.jzos.ErrnoException
 
ENOMEM - Static variable in exception com.ibm.jzos.ErrnoException
 
Enqueue - Class in com.ibm.jzos
A class that provides a Java interface to the z/OS ISGENQ service.
Enqueue(String, String) - Constructor for class com.ibm.jzos.Enqueue
Construct an instance.
EnqueueException - Exception in com.ibm.jzos
Exception class thrown by class Enqueue and its native code.
EnqueueException(String, int) - Constructor for exception com.ibm.jzos.EnqueueException
Construct an instance
EnqUpdatePdsMember - Class in com.ibm.jzos.sample
Sample program that ENQs on a PDS / member in a manner compatible with ISPF and then updates the PDS member.
EnqUpdatePdsMember(String, String) - Constructor for class com.ibm.jzos.sample.EnqUpdatePdsMember
 
environ() - Static method in class com.ibm.jzos.ZUtil
Get an array of strings that represent the environment variables of the current process.
EPERM - Static variable in exception com.ibm.jzos.ErrnoException
 
equals(BigDecimal, BigDecimal) - Method in class com.ibm.jzos.fields.BinaryAsBigDecimalField
Compare two BigDecimal instances, possibly null, for equality.
equals(BigInteger, BigInteger) - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
Compare two BigInteger instances, possibly null, for equality.
equals(Integer, int) - Method in class com.ibm.jzos.fields.BinaryAsIntField
Compare an Integer, possibly null, with an int for equality.
equals(Long, long) - Method in class com.ibm.jzos.fields.BinaryAsLongField
Compare a Long, possibly null, with a long for equality.
equals(byte[], byte[]) - Method in class com.ibm.jzos.fields.ByteArrayField
Compare two byte arrays, possible null, for equality.
equals(BigDecimal, BigDecimal) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
Compare two BigDecimal instances, possibly null, for equality.
equals(BigInteger, BigInteger) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
Compare two BigInteger instances, possibly null, for equality.
equals(Integer, int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
Compare an Integer, possibly null, with an int for equality.
equals(Long, long) - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
Compare a Long, possibly null, with a long for equality.
equals(Double, double) - Method in class com.ibm.jzos.fields.ExternalFloatField
Compare a Double with a double for equality.
equals(Double, double) - Method in class com.ibm.jzos.fields.IbmDoubleField
Compare a Double with a double for equality.
equals(Float, float) - Method in class com.ibm.jzos.fields.IbmFloatField
Compare a Float with a double for equality.
equals(BigDecimal, BigDecimal) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
Compare two BigDecimal instances, possibly null, for equality.
equals(BigInteger, BigInteger) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
Compare two BigInteger instances, possibly null, for equality.
equals(Integer, int) - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
Compare an Integer, possibly null, with an int for equality.
equals(Long, long) - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
Compare a Long, possibly null, with a long for equality.
equals(String, String) - Method in class com.ibm.jzos.fields.StringField
Compare two Strings, possible null, for equality.
ERRNO_E_ABEND - Static variable in interface com.ibm.jzos.ZFileConstants
errno constant
ERRNO_E_DEFINEFILE - Static variable in interface com.ibm.jzos.ZFileConstants
errno constant
ERRNO_E_READERR - Static variable in interface com.ibm.jzos.ZFileConstants
errno constant
ERRNO_E_WRITEERR - Static variable in interface com.ibm.jzos.ZFileConstants
errno constant
ERRNO_EACCES - Static variable in interface com.ibm.jzos.ZFileConstants
errno constant
ERRNO_EILSEQ - Static variable in interface com.ibm.jzos.ZFileConstants
errno constant
ERRNO_EINVAL - Static variable in interface com.ibm.jzos.ZFileConstants
errno constant
ERRNO_EIO - Static variable in interface com.ibm.jzos.ZFileConstants
errno constant
ERRNO_EPERM - Static variable in interface com.ibm.jzos.ZFileConstants
errno constant
ErrnoException - Exception in com.ibm.jzos
Exception class that holds the errno and errno2 information resulting from a native call error.
ErrnoException(String, int, int) - Constructor for exception com.ibm.jzos.ErrnoException
 
EVENT - Static variable in class com.ibm.jzos.RauditxParameters
EVENT DS F
Exec - Class in com.ibm.jzos
Class for running an external process that buffers output, provides timeout control and stdout/stderr character encoding.
Exec(String) - Constructor for class com.ibm.jzos.Exec
Construct an instance.
Exec(String, String[]) - Constructor for class com.ibm.jzos.Exec
Construct an instance with a given command and environment.
Exec(String, String[], File) - Constructor for class com.ibm.jzos.Exec
Construct an instance with a given command, environment, and working directory.
Exec(String[]) - Constructor for class com.ibm.jzos.Exec
Construct an instance with a tokenized command.
Exec(String[], String[]) - Constructor for class com.ibm.jzos.Exec
Construct an instance with a tokenized command and environment.
Exec(String[], String[], File) - Constructor for class com.ibm.jzos.Exec
Construct an instance with a tokenzied command, environment and working dir
execute() - Method in class com.ibm.jzos.AccessMethodServices
Execute IDCAMS.
execute() - Method in class com.ibm.jzos.DfSort
Run the jdfsort child process, which is a z/OS Java USS binary command wrapper for invoking DFSORT.
exists(String) - Static method in class com.ibm.jzos.ZFile
Answer whether the given filename exists.
ExternalDecimalAsBigDecimalField - Class in com.ibm.jzos.fields
An external (aka "display", "zoned") decimal field with BigDecimal accessors.
ExternalDecimalAsBigDecimalField(int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
Construct an instance
ExternalDecimalAsBigIntegerField - Class in com.ibm.jzos.fields
An external (aka "zoned" or "display") decimal field up to 31 digits with BigInteger accessors.
ExternalDecimalAsBigIntegerField(int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
Construct an instance
ExternalDecimalAsIntField - Class in com.ibm.jzos.fields
An external (aka "display", "zoned") decimal field up to 9 digits with int accessors.
ExternalDecimalAsIntField(int, int, boolean, boolean, boolean, boolean) - Constructor for class com.ibm.jzos.fields.ExternalDecimalAsIntField
Construct an instance
ExternalDecimalAsLongField - Class in com.ibm.jzos.fields
An external (aka "display", "zoned") decimal field up to 18 digits with long accessors.
ExternalDecimalAsLongField(int, int, boolean, boolean, boolean, boolean) - Constructor for class com.ibm.jzos.fields.ExternalDecimalAsLongField
Construct an instance
ExternalFloatField - Class in com.ibm.jzos.fields
A character floating point representation Field with double accessors.
ExternalFloatField(int, int, int, boolean, boolean, boolean) - Constructor for class com.ibm.jzos.fields.ExternalFloatField
Construct an instance.
EXTLEN - Static variable in class com.ibm.jzos.sample.fields.Format5Extent
EXTLEN EQU * LENGTH OF EXTENT (5)

F

F3DSCB - Static variable in class com.ibm.jzos.Format3DSCB
F3DSCB DSECT IECSDSL1 (3)
F5DSCB - Static variable in class com.ibm.jzos.sample.fields.Format5DSCBBase
F5DSCB DSECT
F5EXTENT - Static variable in class com.ibm.jzos.sample.fields.Format5Extent
F5EXTENT DSECT
F8DSCB - Static variable in class com.ibm.jzos.Format8DSCB
F8DSCB DSECT IECSDSL1 (8)
F9DSCB - Static variable in class com.ibm.jzos.Format9DSCB
F9DSCB DSECT IECSDSL1 (9)
Field - Interface in com.ibm.jzos.fields
An interface which describes a region of an unspecified byte array.
FileFactory - Class in com.ibm.jzos
A class with static methods for building a BufferedReader, BufferedWriter, InputStream, or OutputStream on a text file or MVS dataset.
FileFactoryCopy - Class in com.ibm.jzos.sample
Sample program that uses the FileFactory class to copy a text file or dataset.
FileFactoryCopy() - Constructor for class com.ibm.jzos.sample.FileFactoryCopy
 
FLAG_CONSOLE_HARDCOPY - Static variable in interface com.ibm.jzos.WtoConstants
 
FLAG_CSICERR - Static variable in class com.ibm.jzos.CatalogSearch
Catalog flag information - Whole catalog not processed due to error.
FLAG_CSICERRP - Static variable in class com.ibm.jzos.CatalogSearch
Catalog flag information - Catalog partially processed due to error.
FLAG_CSIEDATA - Static variable in class com.ibm.jzos.CatalogSearch
Catalog Entry flag information - Data is returned for this entry.
FLAG_CSIENTER - Static variable in class com.ibm.jzos.CatalogSearch
Catalog Entry flag information - Error indication is set for this entry and error code follows CSIENAME.
FLAG_CSINOENT - Static variable in class com.ibm.jzos.CatalogSearch
Catalog flag information - No entry found for this catalog.
FLAG_CSINTCMP - Static variable in class com.ibm.jzos.CatalogSearch
Catalog flag information - Data gotten for this catalog is not complete.
FLAG_CSINTICF - Static variable in class com.ibm.jzos.CatalogSearch
Catalog flag information - Not Supported.
FLAG_CSIPMENT - Static variable in class com.ibm.jzos.CatalogSearch
Catalog Entry flag information - Primary entry.
FLAG_DISP_MOD - Static variable in interface com.ibm.jzos.ZFileConstants
RecordReader/Writer flag constant - DISP=MOD
FLAG_DISP_OLD - Static variable in interface com.ibm.jzos.ZFileConstants
RecordReader/Writer flag constant - DISP=OLD
FLAG_DISP_SHR - Static variable in interface com.ibm.jzos.ZFileConstants
ZFile(name, options, flags) flag constant - DISP=SHR
FLAG_PDS_ENQ - Static variable in interface com.ibm.jzos.ZFileConstants
ZFile(name, options, flags) flag constant - ISPF Enqueues
flags - Variable in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 
FloatAccessor - Interface in com.ibm.jzos.fields
An interface which describes a Field which has float accessors.
flush() - Method in class com.ibm.jzos.RecordWriter
Flush any outstanding writes on the native file.
flush() - Method in class com.ibm.jzos.Transcoder
Flush the output encoding writer
flush() - Method in class com.ibm.jzos.TranscodingPrintStream
Overridden to flush the transcoder if one is being used.
flush() - Method in class com.ibm.jzos.ZFile
Flush the native file.
FMID - Static variable in class com.ibm.jzos.RauditxParameters
FMID DS CL7
Format1DSCB - Class in com.ibm.jzos
A object which maps a Format-1 DSCB (Dataset Control Block), which is a record from the VTOC that describes a MVS dataset.
Format1DSCB() - Constructor for class com.ibm.jzos.Format1DSCB
Construct an instance, creating a new underlying byte array buffer
Format1DSCB(byte[]) - Constructor for class com.ibm.jzos.Format1DSCB
Construct an instance on an existing byte array.
Format3DSCB - Class in com.ibm.jzos
A object which maps a Format-3 DSCB (Dataset Control Block), which is a record from the VTOC that describes a MVS dataset.
Format3DSCB() - Constructor for class com.ibm.jzos.Format3DSCB
 
Format3DSCB(byte[]) - Constructor for class com.ibm.jzos.Format3DSCB
 
Format5DSCB - Class in com.ibm.jzos.sample.fields
A class which maps a Format 5 DSCB (VTOC free space)
Format5DSCB(byte[]) - Constructor for class com.ibm.jzos.sample.fields.Format5DSCB
Construct an instance on a buffer containing raw record bytes
Format5DSCBBase - Class in com.ibm.jzos.sample.fields
A class which maps a Format 5 DSCB (VTOC free space)
Format5DSCBBase(byte[], int) - Constructor for class com.ibm.jzos.sample.fields.Format5DSCBBase
 
Format5Extent - Class in com.ibm.jzos.sample.fields
A class which maps an available extent in a Format5 DSCB.
Format5Extent(byte[], int) - Constructor for class com.ibm.jzos.sample.fields.Format5Extent
 
Format8DSCB - Class in com.ibm.jzos
A object which maps a Format-8 DSCB (Dataset Control Block), which is a record from the VTOC that describes a MVS dataset.
Format8DSCB() - Constructor for class com.ibm.jzos.Format8DSCB
 
Format8DSCB(byte[]) - Constructor for class com.ibm.jzos.Format8DSCB
 
Format9DSCB - Class in com.ibm.jzos
A object which maps a Format-9 DSCB (Dataset Control Block), which is a record from the VTOC that describes a MVS dataset.
Format9DSCB() - Constructor for class com.ibm.jzos.Format9DSCB
 
Format9DSCB(byte[]) - Constructor for class com.ibm.jzos.Format9DSCB
 
formatStackTrace(Throwable) - Static method in class com.ibm.jzos.ZUtil
Print the stacktrace related to the supplied Throwable and return it as a String.

G

getAbendCode() - Method in exception com.ibm.jzos.ZFileException
 
getAbendRc() - Method in exception com.ibm.jzos.ZFileException
 
getActualFilename() - Method in class com.ibm.jzos.ZFile
Get the actual name of the opened file as returned by the fldata() C library function in the fldata_t.__dsname field.
getAddr() - Method in class com.ibm.jzos.RauditxMessageHeader
 
getAddr() - Method in class com.ibm.jzos.RauditxRelocateHeader
 
getAdmissionDate() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
getAllocSvc99Error() - Method in exception com.ibm.jzos.ZFileException
 
getAllocSvc99Info() - Method in exception com.ibm.jzos.ZFileException
 
getAmrcBytes() - Method in exception com.ibm.jzos.ZFileException
Deprecated.
just for debugging
getAttr() - Method in class com.ibm.jzos.RauditxParameters
 
getAttributes(String) - Static method in class com.ibm.jzos.sample.nonvsam.file.GetFileAttributes
 
getAutoAdjustmentInd() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
getAutoFree() - Method in class com.ibm.jzos.RecordReader
Answer a flag that indicates whether the DD name associated with this file will automatically be freed when the file is closed.
getAutoFree() - Method in class com.ibm.jzos.RecordWriter
Answer a flag that indicates whether the DD name associated with this file will automatically be freed when the file is closed.
getBenefitsExhaustInd() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
getBenefitsPayInd() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
getBigDecimal(byte[]) - Method in interface com.ibm.jzos.fields.BigDecimalAccessor
Answer a BigDecimal from the given byte array buffer, at the offset of this field.
getBigDecimal(byte[], int) - Method in interface com.ibm.jzos.fields.BigDecimalAccessor
Answer a BigDecimal from the given byte array buffer, at the bufOffset + offset of this field.
getBigDecimal(byte[]) - Method in class com.ibm.jzos.fields.BinaryAsBigDecimalField
Answer a BigDecimal from the given byte array buffer, at the offset of this field.
getBigDecimal(byte[], int) - Method in class com.ibm.jzos.fields.BinaryAsBigDecimalField
Answer a BigDecimal from the given byte array buffer, at the bufOffset + offset of this field.
getBigDecimal(byte[]) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
getBigDecimal(byte[], int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
getBigDecimal(byte[]) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
Answer a BigDecimal from the given byte array buffer, at the offset of this field.
getBigDecimal(byte[], int) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
Answer a BigDecimal from the given byte array buffer, at the bufOffset + offset of this field.
getBigInteger(byte[]) - Method in interface com.ibm.jzos.fields.BigIntegerAccessor
Answer a BigInteger from the given byte array buffer, at the offset of this field.
getBigInteger(byte[], int) - Method in interface com.ibm.jzos.fields.BigIntegerAccessor
Answer a BigInteger from the given byte array buffer, at the bufOffset + offset of this field.
getBigInteger(byte[], int) - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
Answer a BigInteger from the given byte array buffer, at the bufOffset + offset of this field.
getBigInteger(byte[]) - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
Answer a BigInteger from the given byte array buffer, at the offset of this field.
getBigInteger(byte[]) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
Answer a BigInteger value from the given byte array buffer, at the offset of this field.
getBigInteger(byte[], int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
Answer a BigInteger value from the given byte array buffer, at the bufOffset + offset of this field.
getBigInteger(byte[]) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
Answer a BigInteger value from the given byte array buffer, at the offset of this field.
getBigInteger(byte[], int) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
Answer a BigInteger value from the given byte array buffer, at the bufOffset + offset of this field.
getBillSource() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
getBinaryAsBigDecimalField(int, int, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a BinaryAsBigDecimalField, advancing the current offset by its byte length.
getBinaryAsBigIntegerField(int, int, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a BinaryAsBigIntegerField, advancing the current offset by its byte length.
getBinaryAsIntField(int, boolean) - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return a BinaryAsIntField, advancing the current offset by its byte length.
getBinaryAsIntField(int, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a BinaryAsIntField, advancing the current offset by its byte length.
getBinaryAsLongField(int, boolean) - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return a BinaryAsLongField, advancing the current offset by its byte length.
getBinaryAsLongField(int, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a BinaryAsLongField, advancing the current offset by its byte length.
getBinaryField(int, boolean) - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return either a BinaryAsIntField or a BinaryAsLongField, depending on the length.
getBinaryField(int, int, boolean, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a BinaryField, advancing the current offset by its byte length.
getBlksize() - Method in class com.ibm.jzos.RecordReader
Answer the BLKSIZE, which is the maximum block length supported by the dataset.
getBlksize() - Method in class com.ibm.jzos.RecordWriter
Answer the BLKSIZE, which is the maximum block length supported by the dataset.
getBlksize() - Method in class com.ibm.jzos.ZFile
Get the native file's blocksize.
getBlksize() - Method in class com.ibm.jzos.ZFileRecordReader
 
getBlockID() - Method in class com.ibm.jzos.ZLogstream
Answers as a long the 8-byte blockID from the last block read or written.
getBloodDed() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
getBloodPintsFurnished() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
getBloodPintsReplaced() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
getByteArray(byte[]) - Method in class com.ibm.jzos.fields.ByteArrayField
Return a byte array from the given byte array buffer, at the offset of this field.
getByteArray(byte[], int) - Method in class com.ibm.jzos.fields.ByteArrayField
Return a byte array from the given byte array buffer, at the bufOffset + offset of this field.
getByteArrayField(int) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a ByteArrayField, advancing the current offset by its byte length.
getByteBuffer() - Method in class com.ibm.jzos.Format3DSCB
 
getByteBuffer() - Method in class com.ibm.jzos.Format8DSCB
 
getByteBuffer() - Method in class com.ibm.jzos.Format9DSCB
 
getByteBuffer() - Method in class com.ibm.jzos.JFCB
 
getByteBuffer() - Method in class com.ibm.jzos.RauditxMessageHeader
 
getByteBuffer() - Method in class com.ibm.jzos.RauditxParameters
 
getByteBuffer() - Method in class com.ibm.jzos.RauditxRelocateHeader
 
getByteCount() - Method in class com.ibm.jzos.ZFile
Get the number of bytes read or written to the native file.
getByteLength() - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
Answer the length of the field described by the receiver
getByteLength() - Method in class com.ibm.jzos.fields.BinaryAsIntField
Answer the length of the field described by the receiver
getByteLength() - Method in class com.ibm.jzos.fields.BinaryAsLongField
Answer the length of the field described by the receiver
getByteLength() - Method in class com.ibm.jzos.fields.ByteArrayField
 
getByteLength() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
getByteLength() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
 
getByteLength() - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
 
getByteLength() - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
 
getByteLength() - Method in class com.ibm.jzos.fields.ExternalFloatField
 
getByteLength() - Method in interface com.ibm.jzos.fields.Field
Answer the length of the field described by the receiver
getByteLength() - Method in class com.ibm.jzos.fields.IbmDoubleField
 
getByteLength() - Method in class com.ibm.jzos.fields.IbmFloatField
 
getByteLength() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
Answer the length of the field described by the receiver
getByteLength() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
Answer the length of the field described by the receiver
getByteLength() - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
Answer the length of the field described by the receiver
getByteLength() - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
Answer the length of the field described by the receiver
getByteLength() - Method in class com.ibm.jzos.fields.StringField
 
getBytes() - Method in class com.ibm.jzos.CatalogSearchField
Return the raw field bytes.
getBytes() - Method in class com.ibm.jzos.DatasetVolumeList
Answer the underlying byte array mapped by this object.
getBytes() - Method in interface com.ibm.jzos.DSCB
Answer the underlying byte array mapped by this object.
getBytes() - Method in class com.ibm.jzos.Format1DSCB
Answer the underlying byte array mapped by this object.
getBytes() - Method in class com.ibm.jzos.Format3DSCB
 
getBytes() - Method in class com.ibm.jzos.Format8DSCB
 
getBytes() - Method in class com.ibm.jzos.Format9DSCB
 
getBytes() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Answer the underlying byte array mapped by this object.
getCatalogName() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return the name of the current Catalog (the entry name of the last Catalog entry read).
getCatalogName() - Method in class com.ibm.jzos.CatalogSearch
Return the catalog name.
getCategory() - Method in exception com.ibm.jzos.JesVsamException
Return the category (component) responsible for the exception.
getChar() - Method in class com.ibm.jzos.CatalogSearchField
Return a char constructed from the field using the default EBCDIC encoding of ZFileConstants.DEFAULT_EBCDIC_CODE_PAGE.
getChildProcessInputEncoding() - Static method in class com.ibm.jzos.Exec
Return the default encoding to use for sending data to child process's stdin stream.
getChildStdinStream() - Method in class com.ibm.jzos.DfSort
Returns a java.io.OutputStream that can be used to send records to the child DFSORT process.
getChildStdoutStream() - Method in class com.ibm.jzos.DfSort
Returns a java.io.InputStream that can be used to read output records from the child DFSORT process.
getClaimNumber() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the ClaimNumber.
getCodePageCurrentLocale() - Static method in class com.ibm.jzos.ZUtil
Native method to retrieve the default locale codepage name used by the toolkit native library.
getCoinsuranceDays() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the CoinsuranceDays.
getComp() - Method in class com.ibm.jzos.RauditxParameters
 
getCompLen() - Method in class com.ibm.jzos.RauditxParameters
 
getConnToken() - Method in class com.ibm.jzos.wlm.WorkloadManager
 
getCpuTimeMicros() - Static method in class com.ibm.jzos.ZUtil
Gets the amount of CPU time consumed, expressed in microseconds, for the current thread.
getCurrentJobId() - Static method in class com.ibm.jzos.ZUtil
Get the current MVS jobid, blanks trimmed
getCurrentJobname() - Static method in class com.ibm.jzos.ZUtil
Get the current MVS jobname, blanks trimmed
getCurrentProcStepname() - Static method in class com.ibm.jzos.ZUtil
Get the current MVS proc stepname, blanks trimmed.
getCurrentStepname() - Static method in class com.ibm.jzos.ZUtil
Get the current MVS stepname, blanks trimmed.
getCurrentTimeMicros() - Static method in class com.ibm.jzos.ZUtil
Gets the current time, expressed in microseconds since 00:00:00 Coordinated Universal Time (UTC), January 1, 1970
getCurrentTsoPrefix() - Static method in class com.ibm.jzos.ZUtil
Gets the TSO prefix, if running under TSO.
getCurrentUser() - Static method in class com.ibm.jzos.ZUtil
Get the current MVS userid.
getDDName() - Method in class com.ibm.jzos.RecordReader
Answers the DD name used to open the underlying dataset.
getDDName() - Method in class com.ibm.jzos.RecordWriter
Answers the DD name used to open the underlying file.
getDDName() - Method in class com.ibm.jzos.ZFileRecordReader
Answers the DD name used to open the underlying dataset.
getDecoder() - Method in class com.ibm.jzos.Transcoder
Return the CharsetDecoder that is in use by this Transcoder.
getDefaultEncoding(String) - Static method in class com.ibm.jzos.FileFactory
Answer the default encoding assumed for a given filename
getDefaultHLQ() - Static method in class com.ibm.jzos.ZFile
Returns the default datasetname high-level qualifer for the user/job.
getDefaultJavaIoEncoding() - Static method in class com.ibm.jzos.FileFactory
Answer the default encoding for a java.io file encoding, which defaults to the Java System property "file.encoding".
getDefaultPlatformEncoding() - Static method in class com.ibm.jzos.ZUtil
Get the default platform encoding for this instance of the JVM.
getDefaultZFileEncoding() - Static method in class com.ibm.jzos.FileFactory
Answer the default (EBCDIC) encoding for a ZFile
getDescrs() - Method in class com.ibm.jzos.WtoMessage
Answer an integer array of descriptor codes.
getDevice() - Method in class com.ibm.jzos.ZFile
Gets the __device value from the C-library fldata structure.
getDeviceTypes() - Method in class com.ibm.jzos.DatasetVolumeList
Answer an array of ints, each containing the 4-byte device type of the corresponding volume entry.
getDischargeDate() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the DischargeDate.
getDouble(byte[]) - Method in interface com.ibm.jzos.fields.DoubleAccessor
Answer a double from the given byte array buffer, at the offset of this field.
getDouble(byte[], int) - Method in interface com.ibm.jzos.fields.DoubleAccessor
Answer a double from the given byte array buffer, at the bufOffset + offset of this field.
getDouble(byte[]) - Method in class com.ibm.jzos.fields.ExternalFloatField
Return a double from the given byte array buffer, at the offset of this field.
getDouble(byte[], int) - Method in class com.ibm.jzos.fields.ExternalFloatField
Return a double from the given byte array buffer, at the bufOffset + offset of this field.
getDouble(byte[]) - Method in class com.ibm.jzos.fields.IbmDoubleField
Return an IEEE (binary) double from the given byte array buffer, at the offset of this field.
getDouble(byte[], int) - Method in class com.ibm.jzos.fields.IbmDoubleField
Return an IEEE (binary) double from the given byte array buffer, at the bufOffset + offset of this field.
getDS1BLKL() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1BLKL() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1CREDT() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1CREDT() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1CREDT_DDDD() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1CREDT_YY() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1DSIND() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1DSIND() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1DSNAM() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1DSNAM() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1DSORG() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1DSORG() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1DSSN() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1DSSN() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1EXPDT() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1EXPDT() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1EXPDT_DDDD() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1EXPDT_YY() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1EXT1() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1EXT1() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1EXT2() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1EXT2() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1EXT3() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1EXT3() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1FLAG1() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1FLAG1() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1FMTID() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1FMTID() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1KEYL() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1KEYL() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1LRECL() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1LRECL() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1LSTAR() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1NOBDB() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1NOBDB() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1NOEPV() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1NOEPV() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1OPTCD() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1OPTCD() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1PTRDS() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1PTRDS() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1RECFM() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1RECFM() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1REFD() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1REFD() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1REFD_DDDD() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1REFD_YY() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1RKP() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1RKP() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1SCAL1() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1SCAL1() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1SCAL3() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1SCAL3() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1SCALO() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1SCALO() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1SCEXT() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1SCEXT() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1SCXTF() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1SCXTF() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1SCXTV() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1SCXTV() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1SMSFG() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1SMSFG() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1STAR() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1SYSCD() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1SYSCD() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1TRBAL() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1TRBAL() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1TTTHI() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1TTTHI() - Method in class com.ibm.jzos.Format8DSCB
 
getDS1VOLSQ() - Method in class com.ibm.jzos.Format1DSCB
 
getDS1VOLSQ() - Method in class com.ibm.jzos.Format8DSCB
 
getDS3ADEXT() - Method in class com.ibm.jzos.Format3DSCB
 
getDS3DSCB() - Method in class com.ibm.jzos.Format3DSCB
 
getDS3EXT1() - Method in class com.ibm.jzos.Format3DSCB
 
getDS3EXTNT() - Method in class com.ibm.jzos.Format3DSCB
 
getDS3FMTID() - Method in class com.ibm.jzos.Format3DSCB
 
getDS3KEYID() - Method in class com.ibm.jzos.Format3DSCB
 
getDS3PTRDS() - Method in class com.ibm.jzos.Format3DSCB
 
getDs5avext() - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
getDs5extav() - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
getDs5fmtid() - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
getDs5keyid() - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
getDs5mavet() - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
getDs5ptrds() - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
getDS9ATRI1() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9ATRI2() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9ATRV1() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9CCPTR() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9F3() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9F3CC() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9F3HH() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9F3P() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9F3R() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9FLAG1() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9FMTID() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9HHPTR() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9JOBNAME() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9KEYID() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9NUMF3() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9NUMF9() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9PTRDS() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9RPTR() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9STEPNAME() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9SUBTY() - Method in class com.ibm.jzos.Format9DSCB
 
getDS9TIME() - Method in class com.ibm.jzos.Format9DSCB
 
getDsn() - Method in class com.ibm.jzos.RecordReader
Answers the native dataset's absolute name, or name(member) if the native dataset is a member of a PDS.
getDsn() - Method in class com.ibm.jzos.RecordWriter
Answers the native dataset's absolute name, or name(member) if the native dataset is a member of a PDS.
getDsn() - Method in class com.ibm.jzos.sample.dfsort.DsInfo
Answers the given unqualified DSN
getDsn() - Method in class com.ibm.jzos.ZFileRecordReader
 
getDsorg() - Method in class com.ibm.jzos.ZFile
Get the native file's dataset organization.
getEnclaveToken() - Method in class com.ibm.jzos.wlm.WorkUnit
 
getEncoder() - Method in class com.ibm.jzos.Transcoder
Return the CharsetEncoder that is in use by this Transcoder.
getEncoding() - Method in class com.ibm.jzos.fields.StringField
Return the configured (EBCDIC variant) encoding for this field.
getEncoding() - Method in class com.ibm.jzos.sample.dfsort.DfSortArguments
Answer an encoding name for encoding/decoding logical records.
getEnqToken() - Method in class com.ibm.jzos.Enqueue
Gets the 32-byte ISGENQ token that resulted from a previous Enqueue.obtain() or Enqueue.test() call.
getEntryLength() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return the total length, in bytes, that this entry comprises in the work area.
getEntryTypes() - Method in class com.ibm.jzos.CatalogSearch
Return the entry types.
getEnv(String) - Static method in class com.ibm.jzos.ZUtil
Get the value of the Environment variable.
getEnvironment() - Static method in class com.ibm.jzos.ZUtil
Return a Properties object containing the current process environment variables.
getErrno() - Method in exception com.ibm.jzos.ErrnoException
 
getErrno() - Method in exception com.ibm.jzos.ZFileException
 
getErrno2() - Method in exception com.ibm.jzos.ErrnoException
 
getErrno2() - Method in exception com.ibm.jzos.ZFileException
 
getErrnoMsg() - Method in exception com.ibm.jzos.ZFileException
 
getErrorCode() - Method in exception com.ibm.jzos.ZFileException
 
getErrorLines() - Method in class com.ibm.jzos.Exec
Answer the error lines buffered from the external process.
getEvent() - Method in class com.ibm.jzos.RauditxParameters
 
getExtent(int) - Method in class com.ibm.jzos.sample.fields.Format5DSCB
Answer one of the available extents from this record
getExternalDecimalAsBigDecimalField(int, int, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a ExternalDecimalAsBigDecimalField, advancing the current offset by its byte length.
getExternalDecimalAsBigDecimalField(int, int, boolean, boolean, boolean, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a ExternalDecimalAsBigDecimalField, advancing the current offset by its byte length.
getExternalDecimalAsBigIntegerField(int, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a ExternalDecimalAsBigIntegerField, advancing the current offset by its byte length.
getExternalDecimalAsBigIntegerField(int, int, boolean, boolean, boolean, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a ExternalDecimalAsBigIntegerField, advancing the current offset by its byte length.
getExternalDecimalAsIntField(int, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a ExternalDecimalAsIntField, advancing the current offset by its byte length.
getExternalDecimalAsIntField(int, boolean, boolean, boolean, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a ExternalDecimalAsIntField, advancing the current offset by its byte length.
getExternalDecimalAsLongField(int, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a ExternalDecimalAsLongField, advancing the current offset by its byte length.
getExternalDecimalAsLongField(int, boolean, boolean, boolean, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a ExternalDecimalAsLongField, advancing the current offset by its byte length.
getExternalDecimalField(int, int, boolean, boolean, boolean, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a ExternalDecimalAs<*>Field, advancing the current offset by its byte length.
getExternalFloatField(int, int, boolean, boolean, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a FloatDisplayField, advancing the current offset by its byte length.
getFeedbackFdbk() - Method in exception com.ibm.jzos.ZFileException
 
getFeedbackFtncd() - Method in exception com.ibm.jzos.ZFileException
 
getFeedbackRc() - Method in exception com.ibm.jzos.ZFileException
 
getField(String) - Method in class com.ibm.jzos.CatalogSearch.Entry
Return the field data associated with a fieldName.
getFieldNames() - Method in class com.ibm.jzos.CatalogSearch
Return the list of field names that have been set via CatalogSearch.addFieldName(String).
GetFileAttributes - Class in com.ibm.jzos.sample.nonvsam.file
This sample demonstrates how to retrieve file attributes.
GetFileAttributes() - Constructor for class com.ibm.jzos.sample.nonvsam.file.GetFileAttributes
 
getFilename() - Method in class com.ibm.jzos.ZFile
Get the name used to open the file.
getFileName() - Method in exception com.ibm.jzos.ZFileException
 
getFilterKey() - Method in class com.ibm.jzos.CatalogSearch
Return the current filter key.
getFirsttrk() - Method in class com.ibm.jzos.sample.fields.Format5Extent
 
getFlag() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return the entry flag byte.
getFlags() - Method in class com.ibm.jzos.WtoMessage
Answer the flags bit mask used to issue the message
getFloat(byte[]) - Method in interface com.ibm.jzos.fields.FloatAccessor
Answer a float from the given byte array buffer, at the offset of this field.
getFloat(byte[], int) - Method in interface com.ibm.jzos.fields.FloatAccessor
Answer a float from the given byte array buffer, at the bufOffset + offset of this field.
getFloat(byte[]) - Method in class com.ibm.jzos.fields.IbmFloatField
Return an IEEE (binary) float from the given byte array buffer, at the offset of this field.
getFloat(byte[], int) - Method in class com.ibm.jzos.fields.IbmFloatField
Return an IEEE (binary) float from the given byte array buffer, at the bufOffset + offset of this field.
getFmid() - Method in class com.ibm.jzos.RauditxParameters
 
getFromDate() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the FromDate.
getFString() - Method in class com.ibm.jzos.CatalogSearchField
Return a String constructed from the entire field using the default EBCDIC encoding of ZFileConstants.DEFAULT_EBCDIC_CODE_PAGE.
getFStringArray(int) - Method in class com.ibm.jzos.CatalogSearchField
Return an array of fixed length Strings constructed from the entire field using the default EBCDIC encoding of ZFileConstants.DEFAULT_EBCDIC_CODE_PAGE.
getFullDays() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the FullDays.
getFullyQualifiedDsn() - Method in class com.ibm.jzos.sample.dfsort.DsInfo
Answers the fully qualified DSN
getFullyQualifiedDSN(String) - Static method in class com.ibm.jzos.ZFile
Returns a fully qualified dataset name.
getFullyQualifiedDSN(String, boolean) - Static method in class com.ibm.jzos.ZFile
Returns a fully qualified dataset name.
getIbmDoubleField() - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return an IbmDoubleField.
getIbmDoubleField() - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return an IbmDoubleField (hex floating point COMP-2), advancing the current offset by its byte length.
getIbmFloatField() - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return an IbmFloatField.
getIbmFloatField() - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return an IbmFloatField (hex floating point COMP-1), advancing the current offset by its byte length.
getInpatientDed() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the InpatientDed.
getInputStream() - Method in class com.ibm.jzos.ZFile
Get an InputStream that can be used to read the native file.
getInputStream() - Method in class com.ibm.jzos.ZLogstream
Create and return an InputStream that can be used to read from this ZLogstream.
getInputStream(byte) - Method in class com.ibm.jzos.ZLogstream
Create and return an InputStream that can be used to read from this ZLogstream.
getInt() - Method in class com.ibm.jzos.CatalogSearchField
Return an integer constructed from the bytes in the field.
getInt(byte[]) - Method in class com.ibm.jzos.fields.BinaryAsIntField
Answer an int from the given byte array buffer, at the offset of this field.
getInt(byte[], int) - Method in class com.ibm.jzos.fields.BinaryAsIntField
Answer an int from the given byte array buffer, at the bufOffset + offset of this field.
getInt(byte[]) - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
Answer an int value from the given byte array buffer, at the offset of this field.
getInt(byte[], int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
Answer an int value from the given byte array buffer, at the bufOffset + offset of this field.
getInt(byte[]) - Method in interface com.ibm.jzos.fields.IntAccessor
Answer an int from the given byte array buffer, at the offset of this field.
getInt(byte[], int) - Method in interface com.ibm.jzos.fields.IntAccessor
Answer an int from the given byte array buffer, at the bufOffset + offset of this field.
getInt(byte[]) - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
Answer a int from the given byte array buffer, at the offset of this field.
getInt(byte[], int) - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
Answer a int from the given byte array buffer, at the bufOffset + offset of this field.
getIntArray(int) - Method in class com.ibm.jzos.CatalogSearchField
Return an array of integers constructed from the bytes in the field.
getIntermediaryCtrlNum() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the IntermediaryCtrlNum.
getIntermediaryNum() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the IntermediaryNum.
getJavaVersionInfo() - Static method in class com.ibm.jzos.ZUtil
Get a multi-line string that contains information about the version of Java that is currently running.
getJfcamcro() - Method in class com.ibm.jzos.JFCB
 
getJfcamptr() - Method in class com.ibm.jzos.JFCB
 
getJfcamstr() - Method in class com.ibm.jzos.JFCB
 
getJfcamsva() - Method in class com.ibm.jzos.JFCB
 
getJfcbabfs() - Method in class com.ibm.jzos.JFCB
 
getJfcbabst() - Method in class com.ibm.jzos.JFCB
 
getJfcbadbf() - Method in class com.ibm.jzos.JFCB
 
getJfcbaxbf() - Method in class com.ibm.jzos.JFCB
 
getJfcbcrdt() - Method in class com.ibm.jzos.JFCB
 
getJfcbctri() - Method in class com.ibm.jzos.JFCB
 
getJfcbdqty() - Method in class com.ibm.jzos.JFCB
 
getJfcbdrlh() - Method in class com.ibm.jzos.JFCB
 
getJfcbdscb() - Method in class com.ibm.jzos.JFCB
 
getJfcbdsnm() - Method in class com.ibm.jzos.JFCB
 
getJfcbelnm() - Method in class com.ibm.jzos.JFCB
 
getJfcbexad() - Method in class com.ibm.jzos.JFCB
 
getJfcbextl() - Method in class com.ibm.jzos.JFCB
 
getJfcbfaln() - Method in class com.ibm.jzos.JFCB
 
getJfcbflg1() - Method in class com.ibm.jzos.JFCB
 
getJfcbflg2() - Method in class com.ibm.jzos.JFCB
 
getJfcbflg3() - Method in class com.ibm.jzos.JFCB
 
getJfcbflsq() - Method in class com.ibm.jzos.JFCB
 
getJfcbfout() - Method in class com.ibm.jzos.JFCB
 
getJfcbfrid() - Method in class com.ibm.jzos.JFCB
 
getJfcbftek() - Method in class com.ibm.jzos.JFCB
 
getJfcbgncp() - Method in class com.ibm.jzos.JFCB
 
getJfcbhiar() - Method in class com.ibm.jzos.JFCB
 
getJfcbind1() - Method in class com.ibm.jzos.JFCB
 
getJfcbind2() - Method in class com.ibm.jzos.JFCB
 
getJfcblksi() - Method in class com.ibm.jzos.JFCB
 
getJfcblsrd() - Method in class com.ibm.jzos.JFCB
 
getJfcbltyp() - Method in class com.ibm.jzos.JFCB
 
getJfcbmask() - Method in class com.ibm.jzos.JFCB
 
getJfcbntcs() - Method in class com.ibm.jzos.JFCB
 
getJfcbnvol() - Method in class com.ibm.jzos.JFCB
 
getJfcbops1() - Method in class com.ibm.jzos.JFCB
 
getJfcbops2() - Method in class com.ibm.jzos.JFCB
 
getJfcbothi() - Method in class com.ibm.jzos.JFCB
 
getJfcbottr() - Method in class com.ibm.jzos.JFCB
 
getJfcbpqty() - Method in class com.ibm.jzos.JFCB
 
getJfcbqnam() - Method in class com.ibm.jzos.JFCB
 
getJfcbrv08() - Method in class com.ibm.jzos.JFCB
 
getJfcbsbnm() - Method in class com.ibm.jzos.JFCB
 
getJfcbspnm() - Method in class com.ibm.jzos.JFCB
 
getJfcbsqty() - Method in class com.ibm.jzos.JFCB
 
getJfcbtdsi() - Method in class com.ibm.jzos.JFCB
 
getJfcbtsdm() - Method in class com.ibm.jzos.JFCB
 
getJfcbufin() - Method in class com.ibm.jzos.JFCB
 
getJfcbufl() - Method in class com.ibm.jzos.JFCB
 
getJfcbufmx() - Method in class com.ibm.jzos.JFCB
 
getJfcbufno() - Method in class com.ibm.jzos.JFCB
 
getJfcbufof() - Method in class com.ibm.jzos.JFCB
 
getJfcbufrq() - Method in class com.ibm.jzos.JFCB
 
getJfcbufsi() - Method in class com.ibm.jzos.JFCB
 
getJfcbvlct() - Method in class com.ibm.jzos.JFCB
 
getJfcbvlsq() - Method in class com.ibm.jzos.JFCB
 
getJfcbvols() - Method in class com.ibm.jzos.JFCB
 
getJfcbxpdt() - Method in class com.ibm.jzos.JFCB
 
getJfccode() - Method in class com.ibm.jzos.JFCB
 
getJfccpri() - Method in class com.ibm.jzos.JFCB
 
getJfccylof() - Method in class com.ibm.jzos.JFCB
 
getJfcdbufn() - Method in class com.ibm.jzos.JFCB
 
getJfcden() - Method in class com.ibm.jzos.JFCB
 
getJfcdsorg() - Method in class com.ibm.jzos.JFCB
 
getJfcdsrg1() - Method in class com.ibm.jzos.JFCB
 
getJfcdsrg2() - Method in class com.ibm.jzos.JFCB
 
getJfceropt() - Method in class com.ibm.jzos.JFCB
 
getJfcfcbid() - Method in class com.ibm.jzos.JFCB
 
getJfcflgs1() - Method in class com.ibm.jzos.JFCB
 
getJfcfunc() - Method in class com.ibm.jzos.JFCB
 
getJfcintvl() - Method in class com.ibm.jzos.JFCB
 
getJfcipltx() - Method in class com.ibm.jzos.JFCB
 
getJfckeyle() - Method in class com.ibm.jzos.JFCB
 
getJfclimct() - Method in class com.ibm.jzos.JFCB
 
getJfclrecl() - Method in class com.ibm.jzos.JFCB
 
getJfcmode() - Method in class com.ibm.jzos.JFCB
 
getJfcmsvgp() - Method in class com.ibm.jzos.JFCB
 
getJfcncp() - Method in class com.ibm.jzos.JFCB
 
getJfcnlrec() - Method in class com.ibm.jzos.JFCB
 
getJfcntm() - Method in class com.ibm.jzos.JFCB
 
getJfcoptcd() - Method in class com.ibm.jzos.JFCB
 
getJfcoutli() - Method in class com.ibm.jzos.JFCB
 
getJfcpci() - Method in class com.ibm.jzos.JFCB
 
getJfcprtsp() - Method in class com.ibm.jzos.JFCB
 
getJfcrbidc() - Method in class com.ibm.jzos.JFCB
 
getJfcrbido() - Method in class com.ibm.jzos.JFCB
 
getJfcrecfm() - Method in class com.ibm.jzos.JFCB
 
getJfcresrv() - Method in class com.ibm.jzos.JFCB
 
getJfcrkp() - Method in class com.ibm.jzos.JFCB
 
getJfcrqid() - Method in class com.ibm.jzos.JFCB
 
getJfcrunit() - Method in class com.ibm.jzos.JFCB
 
getJfcsowa() - Method in class com.ibm.jzos.JFCB
 
getJfcstack() - Method in class com.ibm.jzos.JFCB
 
getJfctdsi1() - Method in class com.ibm.jzos.JFCB
 
getJfctdsi2() - Method in class com.ibm.jzos.JFCB
 
getJfcthrsh() - Method in class com.ibm.jzos.JFCB
 
getJfctrkbl() - Method in class com.ibm.jzos.JFCB
 
getJfctrtch() - Method in class com.ibm.jzos.JFCB
 
getJfcucsid() - Method in class com.ibm.jzos.JFCB
 
getJfcucsop() - Method in class com.ibm.jzos.JFCB
 
getJfcvldq() - Method in class com.ibm.jzos.JFCB
 
getJobid() - Method in class com.ibm.jzos.MvsJobSubmitter
Return the jobid for the submitted job.
getJobid() - Method in class com.ibm.jzos.sample.MvsJob
 
getJobname() - Method in class com.ibm.jzos.sample.MvsJob
 
getJzosDllVersion() - Static method in class com.ibm.jzos.ZUtil
Return a string representing the version of the JZOS shared library.
getJzosJarVersion() - Static method in class com.ibm.jzos.ZUtil
Load the build_version.properties class resource and return a string representing the version of the JZOS Java archive.
getLastOp() - Method in exception com.ibm.jzos.ZFileException
 
getLastRecordRead(byte[], int) - Method in class com.ibm.jzos.ZLogstream
Gets the last record read.
getLen() - Method in class com.ibm.jzos.RauditxMessageHeader
 
getLen() - Method in class com.ibm.jzos.RauditxRelocateHeader
 
getLength() - Method in class com.ibm.jzos.CatalogSearchField
Return the length of the field.
getLength() - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
 
getLength() - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
 
getLength() - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
 
getLength() - Method in class com.ibm.jzos.fields.ExternalFloatField
 
getLifetimeResDays() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the LifetimeResDays.
getLinkval() - Method in class com.ibm.jzos.RauditxParameters
 
getLog() - Method in class com.ibm.jzos.RauditxParameters
 
getLoggingLevel() - Static method in class com.ibm.jzos.ZUtil
Answer the current logging level for the Toolkit native code.
getLogLen() - Method in class com.ibm.jzos.RauditxParameters
 
getLogLevel() - Method in class com.ibm.jzos.sample.dfsort.DfSortArguments
Answer the logging level to use for the child process.
getLogstreamName() - Method in exception com.ibm.jzos.ZLogstreamException
 
getLong(byte[], int) - Method in class com.ibm.jzos.fields.BinaryAsLongField
Answer a long from the given byte array buffer, at the bufOffset + offset of this field.
getLong(byte[]) - Method in class com.ibm.jzos.fields.BinaryAsLongField
Answer a long from the given byte array buffer, at the offset of this field.
getLong(byte[]) - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
Answer a long value from the given byte array buffer, at the offset of this field.
getLong(byte[], int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
Answer a long value from the given byte array buffer, at the bufOffset + offset of this field.
getLong(byte[]) - Method in interface com.ibm.jzos.fields.LongAccessor
Answer a long from the given byte array buffer, at the offset of this field.
getLong(byte[], int) - Method in interface com.ibm.jzos.fields.LongAccessor
Answer a long from the given byte array buffer, at the bufOffset + offset of this field.
getLong(byte[]) - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
Answer a long value from the given byte array buffer, at the offset of this field.
getLong(byte[], int) - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
Answer a long value from the given byte array buffer, at the bufOffset + offset of this field.
getLrecl() - Method in class com.ibm.jzos.RecordReader
Answer the LRECL, which is the maximum record length for variable length files.
getLrecl() - Method in class com.ibm.jzos.RecordWriter
Answer the LRECL, which is the maximum record length for variable length files.
getLrecl() - Method in class com.ibm.jzos.sample.dfsort.DfSortArguments
Answer the LRECL used for the sample.
getLrecl() - Method in class com.ibm.jzos.sample.dfsort.DsInfo
Answers the datasets LRECL
getLrecl() - Method in class com.ibm.jzos.ZFile
Get the native file's logical record length.
getLrecl() - Method in class com.ibm.jzos.ZFileRecordReader
 
getMaxBlockLength() - Method in class com.ibm.jzos.ZLogstream
Answers the maximum block(record) length for this logstream.
getMaxErrorLines() - Method in class com.ibm.jzos.Exec
Answer the current maxErrorLines setting.
getMaximumOffset() - Method in class com.ibm.jzos.fields.DatatypeFactory
Answer the maximum value of the offset
getMedicareProvider() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the MedicareProvider.
getMessage() - Method in exception com.ibm.jzos.ErrnoException
 
getMessage() - Method in exception com.ibm.jzos.RauditxException
Get a message string to decribe the exception.
getMessage() - Method in exception com.ibm.jzos.RcException
 
getMessage() - Method in class com.ibm.jzos.WtoMessage
Answer the message string
getMessage() - Method in exception com.ibm.jzos.ZFileException
Get a message string to decribe the exception.
getMessage() - Method in exception com.ibm.jzos.ZLogstreamException
Get a message string to describe the exception.
getModeFlags() - Method in class com.ibm.jzos.ZFile
Gets the __modeflags from the C-library fldata structure.
getModifyText() - Method in class com.ibm.jzos.MvsConsoleResult
Answer the text received on the MVS modify command
getModuleId() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return the entry reason area module id.
getModuleId() - Method in class com.ibm.jzos.CatalogSearch
Return the reason area module id.
getMsgCnt() - Method in class com.ibm.jzos.RauditxParameters
 
getMsgId() - Method in class com.ibm.jzos.MvsConsoleResult
Answer the message id assigned by __console2()
getName() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return a String containing the 1-44 character name (blanks trimmed)
getName() - Method in class com.ibm.jzos.CatalogSearchField
Return the field name.
getName() - Method in class com.ibm.jzos.PdsDirectory.MemberInfo
Answer a String containing the 1-8 character member name (blanks trimmed)
getName() - Method in class com.ibm.jzos.sample.ZipDatasetSource
Answer the dataset/pattern name.
getName() - Method in class com.ibm.jzos.ZLogstream
Answers the name of the logstream
getNumrecs() - Method in class com.ibm.jzos.sample.dfsort.DfSortArguments
Answer the number of records to be used/generated by the sample.
getOffset() - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
Answer the offset of this field into some array of bytes
getOffset() - Method in class com.ibm.jzos.fields.BinaryAsIntField
Answer the offset of this field into some array of bytes
getOffset() - Method in class com.ibm.jzos.fields.BinaryAsLongField
Answer the offset of this field into some array of bytes
getOffset() - Method in class com.ibm.jzos.fields.ByteArrayField
 
getOffset() - Method in class com.ibm.jzos.fields.DatatypeFactory
Answer the current (next) Field offset
getOffset() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
getOffset() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
 
getOffset() - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
 
getOffset() - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
 
getOffset() - Method in class com.ibm.jzos.fields.ExternalFloatField
 
getOffset() - Method in interface com.ibm.jzos.fields.Field
Answer the offset of this field into some array of bytes
getOffset() - Method in class com.ibm.jzos.fields.IbmDoubleField
 
getOffset() - Method in class com.ibm.jzos.fields.IbmFloatField
 
getOffset() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
Answer the offset of this field into some array of bytes
getOffset() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
Answer the offset of this field into some array of bytes
getOffset() - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
Answer the offset of this field into some array of bytes
getOffset() - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
Answer the offset of this field into some array of bytes
getOffset() - Method in class com.ibm.jzos.fields.StringField
 
getOpenMode() - Method in class com.ibm.jzos.ZFile
Gets the __openmode flags from the C-library fldata structure.
getOptions() - Method in class com.ibm.jzos.ZFile
Get the file options.
getOutputLines() - Method in class com.ibm.jzos.AccessMethodServices
Answer a String containing the output lines, separated by newlines.
getOutputReader() - Method in class com.ibm.jzos.Exec
Return a BufferedReader on the external process stdout stream.
getOutputStream() - Method in class com.ibm.jzos.ZFile
Return an OutputStream that can be used to write the native file.
getOutputStream(boolean) - Method in class com.ibm.jzos.ZLogstream
Create and return an OutputStream that can be used to write this ZLogstream.
getOutputStream(boolean, byte) - Method in class com.ibm.jzos.ZLogstream
Create and return an OutputStream that can be used to write this ZLogstream.
getPackedDecimalAsBigDecimalField(int, int, boolean) - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return a PackedDecimalAsBigDecimalField, advancing the current offset by its byte length.
getPackedDecimalAsBigDecimalField(int, int, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a PackedDecimalAsBigDecimalField, advancing the current offset by its byte length.
getPackedDecimalAsBigIntegerField(int, int, boolean) - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return a PackedDecimalAsBigIntegerField, advancing the current offset by its byte length.
getPackedDecimalAsBigIntegerField(int, int, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a PackedDecimalAsBigIntegerField, advancing the current offset by its byte length.
getPackedDecimalAsIntField(int, boolean) - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return a PackedDecimalAsIntField, advancing the current offset by its byte length.
getPackedDecimalAsIntField(int, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a PackedDecimalAsIntField, advancing the current offset by its byte length.
getPackedDecimalAsLongField(int, boolean) - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return a PackedDecimalAsLongField, advancing the current offset by its byte length.
getPackedDecimalAsLongField(int, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a PackedDecimalAsLongField, advancing the current offset by its byte length.
getPackedDecimalField(int, int, boolean) - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return a PackedDecimalAs<*>Field, depending on the length and scale requested Advance the current offset by its byte length.
getPackedDecimalField(int, int, boolean) - Method in class com.ibm.jzos.fields.CobolDatatypeFactory
Construct and return a PackedDecimalAs<*>Field, advancing the current offset by its byte length.
getPatientStatus() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the PatientStatus.
getPid() - Static method in class com.ibm.jzos.ZUtil
Get the process id of the current process.
getPos() - Method in class com.ibm.jzos.ZFile
Gets the encoded position of the native file.
getPPid() - Static method in class com.ibm.jzos.ZUtil
Get the parent process id of the current process.
getPrecision() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
getPrecision() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
 
getPrecision() - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
 
getPrecision() - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
 
getPrecision() - Method in class com.ibm.jzos.fields.ExternalFloatField
 
getPrecision() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
 
getPrecision() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
Answer the number of decimal digits of precision.
getPrecision() - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
Answer the number of decimal digits of precision.
getPrecision() - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
Answer the number of decimal digits of precision.
getPrintStream(String, boolean) - Method in class com.ibm.jzos.ZLogstream
Create and return a PrintStream that can be used to write this ZLogstream.
getQName() - Method in class com.ibm.jzos.Enqueue
Answers the QNAME
getQualifier() - Method in class com.ibm.jzos.RauditxParameters
 
getRacfCls() - Method in class com.ibm.jzos.RauditxParameters
 
getRacfReasonCode() - Method in exception com.ibm.jzos.RauditxException
 
getRacfReturnCode() - Method in exception com.ibm.jzos.RauditxException
 
getRc() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return the entry reason area return code.
getRc() - Method in class com.ibm.jzos.CatalogSearch
Return the reason area return code.
getRc() - Method in exception com.ibm.jzos.JesVsamException
The return code.
getRc() - Method in exception com.ibm.jzos.RcException
 
getRdrClass() - Method in class com.ibm.jzos.MvsJobSubmitter
Return the SYSOUT class of the internal reader allocation.
getRdrLrecl() - Method in class com.ibm.jzos.MvsJobSubmitter
Return the internal reader allocation's LRECL.
getReason() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return the entry reason area reason code.
getReason() - Method in class com.ibm.jzos.CatalogSearch
Return the reason area reason code.
getReason() - Method in exception com.ibm.jzos.JesVsamException
The reason code.
getReasonCode() - Method in exception com.ibm.jzos.ErrnoException
 
getReasonCode() - Method in exception com.ibm.jzos.ZLogstreamException
 
getRecfm() - Method in class com.ibm.jzos.RecordReader
Get the native file's record format.
getRecfm() - Method in class com.ibm.jzos.RecordWriter
Get the native file's record format.
getRecfm() - Method in class com.ibm.jzos.ZFile
Get the native file's record format.
getRecfm() - Method in class com.ibm.jzos.ZFileRecordReader
 
getRecfmBits() - Method in class com.ibm.jzos.RecordReader
Answer the RECFM bits
getRecfmBits() - Method in class com.ibm.jzos.RecordWriter
Answer the RECFM bits
getRecfmBits() - Method in class com.ibm.jzos.ZFile
Get the native file's record format.
getRecfmBits() - Method in class com.ibm.jzos.ZFileRecordReader
 
getRecordCount() - Method in class com.ibm.jzos.ZFile
Get the number of records read/written.
getRelCnt() - Method in class com.ibm.jzos.RauditxParameters
 
getRes() - Method in class com.ibm.jzos.RauditxParameters
 
getReserved() - Method in class com.ibm.jzos.RauditxMessageHeader
 
getReserved() - Method in class com.ibm.jzos.RauditxRelocateHeader
 
getResLen() - Method in class com.ibm.jzos.RauditxParameters
 
getResumeName() - Method in class com.ibm.jzos.CatalogSearch
Return the resume name.
getRetrySleepTimeMs() - Method in class com.ibm.jzos.ZLogstream
Answers the time to sleep in ms between retries
getReturnCode() - Method in class com.ibm.jzos.DfSort
Wait for DFSORT to complete.
getReturnCode() - Method in class com.ibm.jzos.Exec
Once all output is read (stderr and stdout), this method is called to wait for the process to complete and retrieve the exit value.
getReturnCode() - Method in exception com.ibm.jzos.ZLogstreamException
 
getReturnedDSN() - Method in class com.ibm.jzos.DatasetVolumeList
Answer a String containing the DSN returned from the LOCATE macro.
getRName() - Method in class com.ibm.jzos.Enqueue
Answers the RNAME
getRoutcdes() - Method in class com.ibm.jzos.WtoMessage
Answer the route codes
getSafReturnCode() - Method in exception com.ibm.jzos.RauditxException
 
getScale() - Method in class com.ibm.jzos.fields.BinaryAsBigDecimalField
 
getScale() - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
 
getScale() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
getScale() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
 
getScale() - Method in class com.ibm.jzos.fields.ExternalFloatField
 
getScale() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
 
getScale() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
 
getSequenceCounter() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the SequenceCounter.
getSlashSlashQuotedDSN(String) - Static method in class com.ibm.jzos.ZFile
Given a dataset name, answers the fully-qualified dataset name enclosed in single quotes and preceded by "//".
getSlashSlashQuotedDSN(String, boolean) - Static method in class com.ibm.jzos.ZFile
Given a dataset name, answers the fully-qualified dataset name enclosed in single quotes and preceded by "//".
getSmf83ath() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83au2() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83cnt() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83des() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83df1() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83df2() - Method in class com.ibm.jzos.sample.fields.Smf83Product
 
getSmf83df3() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83dte() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83err() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83evq() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83evt() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83flg() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83gr2() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83grp() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83jbn() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83ld1() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83ld2() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83len() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83lnk() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83lpd() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83nd1() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83nd2() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83npd() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83od1() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83od2() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83opd() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83pnm() - Method in class com.ibm.jzos.sample.fields.Smf83Product
 
getSmf83re2() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83rea() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83rel() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83rsd() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83rst() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83rsv() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83rty() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83rvn() - Method in class com.ibm.jzos.sample.fields.Smf83Product
 
getSmf83sds() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83sec() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83seg() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83sid() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83ssi() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83tlv() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83tme() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83trm() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83trp() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83typ() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSmf83uid() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83us2() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83usr() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83ver() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83vrm() - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
getSmf83xxx() - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
getSortinDataset() - Method in class com.ibm.jzos.sample.dfsort.DfSortArguments
Answer a description of the sortin dataset.
getSortoutDataset() - Method in class com.ibm.jzos.sample.dfsort.DfSortArguments
Answer a description of the sortout dataset.
getSourceCharset() - Method in class com.ibm.jzos.Transcoder
Answer the source CharSet
getStartParameters() - Static method in class com.ibm.jzos.MvsConsole
Answer a String contain any parameters on the MVS Start command that started the current started task.
getStatistics() - Method in class com.ibm.jzos.PdsDirectory.MemberInfo
Answer SPF statistics from the member's userdata.
getStatus() - Method in class com.ibm.jzos.sample.MvsJob
 
getStatus(MvsJob) - Static method in class com.ibm.jzos.sample.MvsJobOutput
Returns the job status using the TSO "status" command, which is invoked via the "jobStatus" REXX USS script.
getStderrLines() - Method in class com.ibm.jzos.DfSort
Return a list of stderr output lines (Strings) from the spawned DfSort process.
getStdinStream() - Method in class com.ibm.jzos.Exec
Answer an OutputStream which is connected to the stdin input of the external process.
getStdinWriter() - Method in class com.ibm.jzos.Exec
Return a BufferedWriter to the child's stdin.
getStdoutStream() - Method in class com.ibm.jzos.Exec
Return an InputStream on the external process stdout stream.
getString(byte[]) - Method in class com.ibm.jzos.fields.StringField
Return a String from the given byte array buffer, at the offset of this field.
getString(byte[], int) - Method in class com.ibm.jzos.fields.StringField
Return a String from the given byte array buffer, at the bufOffset + offset of this field.
getString(String) - Static method in class com.ibm.jzos.Messages
 
getStringEncoding() - Method in class com.ibm.jzos.fields.DatatypeFactory
Gets the current String encoding used for construction of StringFields.
getStringField(int) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a StringField, advancing the current offset by its byte length.
getStringField(int, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a StringField, advancing the current offset by its byte length.
getStringField(int, boolean, boolean, boolean, String) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a StringField, advancing the current offset by its byte length.
getStringField(int, boolean, boolean, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a StringField, advancing the current offset by its byte length.
getStringField(int, boolean, boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
Construct and return a StringField, advancing the current offset by its byte length.
getStringTrimDefault() - Method in class com.ibm.jzos.fields.DatatypeFactory
Answer the default setting for StringField trimming if not explicitly given.
getSubtype() - Method in class com.ibm.jzos.RauditxParameters
 
getSynadMsg() - Method in exception com.ibm.jzos.ZFileException
Answer the SYNAD message, or null if not present in the __amrc structure
getTargetCharset() - Method in class com.ibm.jzos.Transcoder
Answer the target Charset
getThruDate() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the ThruDate.
getTimestamp() - Method in class com.ibm.jzos.ZLogstream
Answers as a long the 8-byte timestamp in TOD clock format from the last block read or written.
getTodClock() - Static method in class com.ibm.jzos.ZUtil
A JNI wrapper for the z/architecture STORE CLOCK (STCK) instruction

Refer to SA22-7832 z/Architecture Principles of Operations for more information.

getTodClock(byte[]) - Static method in class com.ibm.jzos.ZUtil
A JNI wrapper for the z/architecture STORE CLOCK (STCK) instruction

Refer to SA22-7832 z/Architecture Principles of Operations for more information.

getTodClockExtended() - Static method in class com.ibm.jzos.ZUtil
A JNI wrapper for the z/architecture STORE CLOCK EXTENDED (STCKE) instruction

Refer to SA22-7832 z/Architecture Principles of Operations for more information.

getTodClockExtended(byte[]) - Static method in class com.ibm.jzos.ZUtil
A JNI wrapper for the z/architecture STORE CLOCK EXTENDED (STCKE) instruction

Refer to SA22-7832 z/Architecture Principles of Operations for more information.

getToken() - Method in class com.ibm.jzos.WtoMessage
Answer the int token used to find this message for deletion
getToken() - Method in class com.ibm.jzos.ZLogstream
Answers the 16-byte logstream token.
getTotalCharges() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the TotalCharges.
getTotalVolumesCount() - Method in class com.ibm.jzos.DatasetVolumeList
Answer the total number of volume entries found in the catalog.
getTransactionInd() - Method in class com.ibm.jzos.sample.fields.MedicareRecord
Get the TransactionInd.
getTranslateTable() - Method in class com.ibm.jzos.TranscodingPrintStream
Answer the translate table in place.
getTTR() - Method in class com.ibm.jzos.PdsDirectory.MemberInfo
Answer a byte array containing the TTR field of the directory entry (track/record address of member on disk)
getType() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return the entry type.
getType() - Method in class com.ibm.jzos.RauditxRelocateHeader
 
getUnusedcyl() - Method in class com.ibm.jzos.sample.fields.Format5Extent
 
getUnusedtrk() - Method in class com.ibm.jzos.sample.fields.Format5Extent
 
getUserData() - Method in class com.ibm.jzos.PdsDirectory.MemberInfo
Answer a byte array containing raw user data from the member
getVolumes() - Method in class com.ibm.jzos.DatasetVolumeList
Answer a String array containing the volume serial numbers.
getVsamKeyLength() - Method in class com.ibm.jzos.ZFile
Gets the __vsamkeylen from the C-library fldata structure.
getVsamRBA() - Method in class com.ibm.jzos.ZFile
Returns the RBA of the last VSAM record inserted or updated.
getVsamType() - Method in class com.ibm.jzos.ZFile
Return the VSAM type from the __vsamtype fieldof the C-library fldata structure.
getVString() - Method in class com.ibm.jzos.CatalogSearchField
Return a String constructed from the field using the default EBCDIC encoding of ZFileConstants.DEFAULT_EBCDIC_CODE_PAGE, skipping the lengthField.
getVStringArray() - Method in class com.ibm.jzos.CatalogSearchField
Return an array of Strings constructed from the entire field using the default EBCDIC encoding of ZFileConstants.DEFAULT_EBCDIC_CODE_PAGE skipping the lengthField.
getWriteRetryCount() - Method in class com.ibm.jzos.ZLogstream
Answers the default retry count for certain kinds of write errors
getZFileDsn() - Method in class com.ibm.jzos.sample.dfsort.DsInfo
Answers the fully-qualified, //-quoted, DSN
getZonedDecimalField(int, int, boolean) - Method in class com.ibm.jzos.fields.AssemblerDatatypeFactory
Construct and return a ExternalDecimalAs<*>Field, depending on the length and scale requested.

H

handleModify(String) - Method in interface com.ibm.jzos.MvsCommandCallback
Handle an MVS MODIFY (F) command.
handleStart(String) - Method in interface com.ibm.jzos.MvsCommandCallback
Handle an MVS START (S) command.
handleStop() - Method in interface com.ibm.jzos.MvsCommandCallback
Handle an MVS STOP (P) command.
hasBrowseSession() - Method in class com.ibm.jzos.ZLogstream
Answer true if there is a browse session; false otherwise
hasError() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return true if the entry has an error.
hasNext() - Method in class com.ibm.jzos.CatalogSearch
Return true if there is at least one more entry available from the search, false otherwise.
hasReasonArea() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return true if the entry has a valid reason area.
HelloWorld - Class in com.ibm.jzos.sample
Simple class that says hello on System.out and System.err
HelloWorld() - Constructor for class com.ibm.jzos.sample.HelloWorld
 
HFP_BIAS - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
HFP_EXP_MASK - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
HFP_FRACTION_LENGTH - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
HFP_FRACTION_MASK - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
HFP_MAX_EXP - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
HIGH_VALUE - Static variable in class com.ibm.jzos.fields.StringField
The Unicode character that translates to EBCDIC 0xFF using Cp1047

I

IbmDoubleField - Class in com.ibm.jzos.fields
An extended IBM hexadecimal floating point Field with double accessors.
IbmDoubleField(int) - Constructor for class com.ibm.jzos.fields.IbmDoubleField
Construct an instance.
IbmFloatField - Class in com.ibm.jzos.fields
An IBM hexadecimal floating point Field with double accessors.
IbmFloatField(int) - Constructor for class com.ibm.jzos.fields.IbmFloatField
Construct an instance.
IECSDSF1 - Static variable in class com.ibm.jzos.Format8DSCB
IECSDSF1 EQU IECSDSL1 SAME AS IECSDSL1 @P1C
IECSDSF3 - Static variable in class com.ibm.jzos.Format3DSCB
IECSDSF3 EQU IECSDSL3 SAME AS IECSDSL3 @P1C
IECSDSF5 - Static variable in class com.ibm.jzos.sample.fields.Format5DSCBBase
IECSDSF5 EQU IECSDSL5 SAME AS IECSDSL5 @P1C
IECSDSF9 - Static variable in class com.ibm.jzos.Format9DSCB
IECSDSF9 EQU IECSDSL9 SAME AS IECSDSL9 FORMAT 9 DSCB MAPPING *
IECSDSL1 - Static variable in class com.ibm.jzos.Format8DSCB
IECSDSL1 EQU * FORMAT 1/8 DSCB @LvC
IECSDSL3 - Static variable in class com.ibm.jzos.Format3DSCB
IECSDSL3 EQU * FORMAT 3 DSCB
IECSDSL5 - Static variable in class com.ibm.jzos.sample.fields.Format5DSCBBase
IECSDSL1 (5)
VALID ONLY IF DS4EFVLD AND DS4DOSBT ARE OFF.
IECSDSL9 - Static variable in class com.ibm.jzos.Format9DSCB
IECSDSL9 EQU * FORMAT 9 DSCB
incrementOffset(int) - Method in class com.ibm.jzos.fields.DatatypeFactory
Increments the current Field offset
INFMJFCB - Static variable in class com.ibm.jzos.JFCB
INFMJFCB EQU *
initialLines - Variable in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 
IntAccessor - Interface in com.ibm.jzos.fields
An interface which describes a Field which has int accessors.
intAsBytes(int) - Static method in class com.ibm.jzos.ByteUtil
Convert an int to four bytes (big-endian).
interact(String, String, int[], int[], long, int, int, int[], boolean) - Static method in class com.ibm.jzos.MvsConsole
Interact with the system console by issuing/deleting WTO messages and/or waiting for modify/stop commands.
isActive() - Method in class com.ibm.jzos.TranscodingPrintStream
Answer whether this PrintStream is actively transcoding.
isAlias() - Method in class com.ibm.jzos.PdsDirectory.MemberInfo
Answer true if the member is an alias, false otherwise
isAllowTruncation() - Method in class com.ibm.jzos.fields.StringField
 
isAutoFlush() - Method in class com.ibm.jzos.Transcoder
Answer true if autoFlush is enabled
isBlankWhenZero() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
isBlankWhenZero() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
 
isBlankWhenZero() - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
 
isBlankWhenZero() - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
 
isBlockNotFound() - Method in exception com.ibm.jzos.ZLogstreamException
Answers true if RC=8/0x0804, which occurs when you try to reference a block by blockid or search by timestamp and a matching block is not found.
isCatalogEntry() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return true if this entry is a Catalog entry.
isClosed() - Method in class com.ibm.jzos.ZLogstream
Answer true if closed, false if open
isClusterNameMatch() - Method in class com.ibm.jzos.CatalogSearch
Return true if the cluster name match flag is set
isDatasetEntry() - Method in class com.ibm.jzos.CatalogSearch.Entry
Return true if this entry is a Dataset entry.
isDeleted() - Method in class com.ibm.jzos.wlm.WorkUnit
 
isDestroyed() - Method in class com.ibm.jzos.Exec
Answer true if the external process has been destroyed.
isEndReached() - Method in exception com.ibm.jzos.ZLogstreamException
Answers true if RC=8/0x0807, which occurs when you browse and there are no more records found.
isFixedMissing() - Method in class com.ibm.jzos.CatalogSearchField
Convenience method to test if a fixed field is 0x'FF' filled, indicating that the requested data is missing.
isFixedRecfm() - Method in class com.ibm.jzos.sample.dfsort.DsInfo
Answers true if the dataset has fixed length records
isFullwordLengths() - Method in class com.ibm.jzos.CatalogSearch
Return true if the variable field data lengths are fullwords (4 bytes).
ISGENQ_CONTROL_EXCLUSIVE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_CONTROL_SHARED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_QNAME_MAX_LEN - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RNAME_MAX_LEN - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_ABENDINEXIT - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_ANSLENTOOSMALL - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADANSAREAADDRESS - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADANSAREAALET - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADCOND - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADCONTENTIONACT - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADCONTROL - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADENQTOKEN - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADENQTOKENADDRESS - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADENQTOKENALET - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADENQTOKENTBLADDRESS - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADENQTOKENTBLALET - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADEXITUCB - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADNUMRES - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADOWNINGTTOKEN - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADPLISTADDRESS - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADPLISTALET - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADPLISTVERSION - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADREQUEST - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADRESTABLE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADRESTABLEADDRESS - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADRESTABLEALET - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADRETURNTABLEADDRESS - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADRETURNTABLEALET - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADRNAMEADDRESS - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADRNAMEALET - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADRNAMELEN - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADSCOPE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADSYNCHRES - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_BADUCB - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_CANNOTOBTAINCOMMONSTORAGE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_CANNOTOBTAINDSQE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_CANNOTOBTAINHOMESTORAGE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_CANNOTOBTAINPRIMARYALET - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_DEVICENOTALLOCATED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_ECBATLEASTONEREQUESTFAILED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_ECBWILLBEPOSTED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_EXITDEVICENOTALLOCATED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_FRRHELD - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_LOCKHELD - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_MUTUALLYEXCLUSIVE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_NONZERORETURNCODES - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_NOTAUTHORIZEDFORECB - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_NOTAUTHORIZEDFOREXITQNAME - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_NOTAUTHORIZEDFOROWNINGTTOKEN - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_NOTAUTHORIZEDFORQNAME - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_NOTENABLED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_NOTIMMEDIATELYAVAILABLE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_OTHERSHAREDOWNERS - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_REQUESTLIMITEXCEEDED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_REQUESTNOTPROCESSED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_RESERVECOUNTOVERFLOW - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_RESERVEDFIELDNOTNULL - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_RESERVEDONEFAILED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_RESERVESTARTFAILED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_SRBMODE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_SYNCHRESFLUSHFAILED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_TASKDOESNOTOWN - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_TASKENDING - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_TASKOWNSEXCLUSIVE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_TASKOWNSSHARED - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_TASKSUSPENDEDFORRESOURCE - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_TASKWAITING - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_UNPROTECTEDEXITQNAME - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_RSN_UNPROTECTEDQNAME - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_SCOPE_STEP - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_SCOPE_SYSSPLEX - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_SCOPE_SYSTEM - Static variable in class com.ibm.jzos.Enqueue
 
ISGENQ_SCOPE_SYSTEMS - Static variable in class com.ibm.jzos.Enqueue
 
isGMT() - Method in class com.ibm.jzos.ZLogstream
Answer true if timestamps are in GMT(UTC).
isImpliedDecimal() - Method in class com.ibm.jzos.fields.ExternalFloatField
 
isListening() - Static method in class com.ibm.jzos.MvsConsole
Returns true if an MvsCommandListener has been established.
isModifyCmd() - Method in class com.ibm.jzos.MvsConsoleResult
Answer true if the command received is a MVS modify command
isOpen() - Method in class com.ibm.jzos.ZLogstream
Answer true if open, false if closed
isPadLeft() - Method in class com.ibm.jzos.fields.StringField
 
isRdrFixedRecfm() - Method in class com.ibm.jzos.MvsJobSubmitter
Return true of the internal reader has been allocated with a fixed RECFM, false otherwise.
isResume() - Method in class com.ibm.jzos.CatalogSearch
Return the resume flag, set by catalog search when more search results exist than could fit in the supplied work area.
isSameAddressSpace() - Method in class com.ibm.jzos.DfSort
Answer true if the child jdfsort process will be spawned in the same address space that is running the Java JVM.
isSameAddressSpace() - Method in class com.ibm.jzos.sample.dfsort.DfSortArguments
Answer true if DFSORT should be spawned in the same address space.
isShowExponentPlusSign() - Method in class com.ibm.jzos.fields.ExternalFloatField
 
isShowMantissaPlusSign() - Method in class com.ibm.jzos.fields.ExternalFloatField
 
isSigned() - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
 
isSigned() - Method in class com.ibm.jzos.fields.BinaryAsIntField
Answer true if this field described a signed binary int, false if unsigned.
isSigned() - Method in class com.ibm.jzos.fields.BinaryAsLongField
Answer true if this field described a signed binary int, false if unsigned.
isSigned() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
isSigned() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
 
isSigned() - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
Answer whether the field is signed
isSigned() - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
Answer whether the field is signed
isSigned() - Method in interface com.ibm.jzos.fields.IntAccessor
Answer whether the field is signed
isSigned() - Method in interface com.ibm.jzos.fields.LongAccessor
Answer whether the field is signed
isSigned() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
Answer true if the field is signed.
isSigned() - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
 
isSigned() - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
Answer whether the field is signed
isSigned() - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
Answer whether the field is signed
isSignExternal() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
isSignExternal() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
 
isSignExternal() - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
 
isSignExternal() - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
 
isSignTrailing() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
isSignTrailing() - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
 
isSignTrailing() - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
 
isSignTrailing() - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
 
isSingleCatalog() - Method in class com.ibm.jzos.CatalogSearch
Return true if the single catalog flag is set.
isStagingDatasetFull() - Method in exception com.ibm.jzos.ZLogstreamException
Answers true if RC=8/0x0865, which occurs if the staging dataset is full, which can be temporary.
isStagingFormattingNotFinished() - Method in exception com.ibm.jzos.ZLogstreamException
Answers true if RC=8/0x0868, which occurs the first time to try to write to a logger.
isStopCmd() - Method in class com.ibm.jzos.MvsConsoleResult
Answer true if the command received is a MVS stop command
isStreamEmpty() - Method in exception com.ibm.jzos.ZLogstreamException
Answers true if RC=8/0x0846, which occurs when you browseStart and the stream is empty.
issue() - Method in class com.ibm.jzos.Rauditx
Issue the call to the R_auditx callable service.
isSuppressed() - Method in class com.ibm.jzos.CatalogSearchField
Convenience method to test if a field has been suppressed due to insufficient access permission.
isTimedOut() - Method in class com.ibm.jzos.Exec
Answer true if the external process was destroyed due to timeout.
isTokenInvalidError() - Method in exception com.ibm.jzos.ZLogstreamException
Answers true if RC=8/0x082D, which occurs if the thread that connected to the logstream terminates.
isTrim() - Method in class com.ibm.jzos.fields.StringField
 
isVariableRecfm() - Method in class com.ibm.jzos.sample.dfsort.DsInfo
Answers true if the dataset has variable length records
iterator() - Method in class com.ibm.jzos.PdsDirectory
Answer an Iterator over the PDS directory, which returns a PdsDirectory.MemberInfo object for each entry in the directory.

J

JesVsamException - Exception in com.ibm.jzos
Exception class used to convey JES exceptions.
JesVsamException(int, int, int, String) - Constructor for exception com.ibm.jzos.JesVsamException
General Constructor for JesExceptions
JFC128TK - Static variable in class com.ibm.jzos.JFCB
JFC128TK EQU X'30' - 128 track recording mode - (hex value) @04A
JFC1600 - Static variable in class com.ibm.jzos.JFCB
JFC1600 EQU X'C3' - 3 - 1600 BPI (9-track)
JFC18TRK - Static variable in class com.ibm.jzos.JFCB
JFC18TRK EQU X'10' - 18 track recording mode - (hex value) @L7A
JFC1TRAK - Static variable in class com.ibm.jzos.JFCB
JFC1TRAK EQU X'42' - TBD - RESERVED FUTURE DEVELOPMENT @T1A
JFC200 - Static variable in class com.ibm.jzos.JFCB
JFC200 EQU X'03' - 0 - 200 BPI (7-track)
JFC256TK - Static variable in class com.ibm.jzos.JFCB
JFC256TK EQU X'40' - 256 track recording mode - (hex value) @07A
JFC2TRAK - Static variable in class com.ibm.jzos.JFCB
JFC2TRAK EQU X'82' - TBD - RESERVED FUTURE DEVELOPMENT @T1A
JFC36TRK - Static variable in class com.ibm.jzos.JFCB
JFC36TRK EQU X'20' - 36 track recording mode - (hex value) @L7A
JFC384TK - Static variable in class com.ibm.jzos.JFCB
JFC384TK EQU X'50' - 384 track recording mode - (hex value) @L9A
JFC4TRAK - Static variable in class com.ibm.jzos.JFCB
JFC4TRAK EQU X'C2' - TBD - RESERVED FUTURE DEVELOPMENT @T1A
JFC556 - Static variable in class com.ibm.jzos.JFCB
JFC556 EQU X'43' - 1 - 556 BPI (7-track)
JFC6250 - Static variable in class com.ibm.jzos.JFCB
JFC6250 EQU X'D3' - 4 - 6250 BPI (9-track) ICB474
JFC800 - Static variable in class com.ibm.jzos.JFCB
JFC800 EQU X'83' - 2 - 800 BPI (7-track and 9-track)
JFCABN - Static variable in class com.ibm.jzos.JFCB
JFCABN EQU X'20' - ABE - ABNORMAL END OF TASK
JFCACC - Static variable in class com.ibm.jzos.JFCB
JFCACC EQU X'80' - ACC - ACCEPT
JFCACT - Static variable in class com.ibm.jzos.JFCB
JFCACT EQU X'08' - A - ACTUAL ADDRESSING
JFCADDED - Static variable in class com.ibm.jzos.JFCB
JFCADDED EQU X'0C' - NEW VOLUME HAS BEEN ADDED TO THE DATA SET
JFCALLOW - Static variable in class com.ibm.jzos.JFCB
JFCALLOW EQU X'40' - U - ALLOW A DATA CHECK CAUSED BY AN INVALID CHARACTER (1403 PRINTER WITH UCS FEATURE)
JFCALX - Static variable in class com.ibm.jzos.JFCB
JFCALX EQU X'02' - ALX REQUEST (SPACE=(x,(x,x,),,ALX))
JFCASA - Static variable in class com.ibm.jzos.JFCB
JFCASA EQU X'04' - A - AMERICAN NATIONAL STANDARD (ASA) CONTROL CHARACTER (IOS/ANSI)
JFCASCII - Static variable in class com.ibm.jzos.JFCB
JFCASCII EQU X'04' - A - ASCII (8-TRACK) ** RESERVED-O **
JFCB - Class in com.ibm.jzos
An object which provides read-only access to a JFCB (Job File Control Block), which is information regarding an allocated DD.
JFCB(byte[]) - Constructor for class com.ibm.jzos.JFCB
 
JFCB - Static variable in class com.ibm.jzos.JFCB
 
JFCBABS - Static variable in class com.ibm.jzos.JFCB
JFCBABS EQU X'00' - ABSTR REQUEST (SPACE=(ABSTR,(...)))
JFCBADSP - Static variable in class com.ibm.jzos.JFCB
JFCBADSP EQU X'20' - AUTOMATIC DATA SET PROTECTION INDICATOR (MDC310) @Z40RP9A
JFCBAL - Static variable in class com.ibm.jzos.JFCB
JFCBAL EQU X'40' - AL - ISO/ANSI (ver 1) ISO/ANSI/FIPS (ver 3) X'48' - AUL - User labels ans AL type labels
JFCBAVR - Static variable in class com.ibm.jzos.JFCB
JFCBAVR EQU X'40' - AVRAGE BLOCK LENGTH (blklgth) REQUEST (SPACE=(blklgth,(x,x)))
JFCBBFTA - Static variable in class com.ibm.jzos.JFCB
JFCBBFTA EQU X'60' - A - AUTOMATIC RECORD AREA CONSTRUCTION FOR QSAM LOCATE MODE PROCESSING OF SPANNED RECORDS.
JFCBBFTK - Static variable in class com.ibm.jzos.JFCB
JFCBBFTK EQU X'20' - LRECL=NNNNNK WAS SPECIFIED @L1C
JFCBBFTR - Static variable in class com.ibm.jzos.JFCB
JFCBBFTR EQU X'20' - R - FOR BSAM CREATE BDAM PROCESSING OR BDAM PROCESSING OF UNBLOCKED SPANNED RECORDS, SOFTWARE TRACK OVERFLOW.
JFCBBUFF - Static variable in class com.ibm.jzos.JFCB
JFCBBUFF EQU X'02' - If ON, JFCBUFOF contains either a user-coded buffer offset or invalid data resulting from a JFCB-to-JFCB merge.
JFCBCD - Static variable in class com.ibm.jzos.JFCB
JFCBCD EQU X'40' - I - IBM BCD ** RESERVED-O **
JFCBCEOV - Static variable in class com.ibm.jzos.JFCB
JFCBCEOV EQU X'08' - CHKPT=EOV SPECIFIED FOR THIS DATA SET (MDC312) @Z30JP9A
JFCBCKDS - Static variable in class com.ibm.jzos.JFCB
JFCBCKDS EQU X'02' - DATA SET IS CHECKPOINT DATASET @ZA52824
JFCBCKPT - Static variable in class com.ibm.jzos.JFCB
JFCBCKPT EQU X'10' - H - BYPASS EMBEDDED DOS CHECKPOINT RECORDS ON TAPE ICB398
JFCBCMPY - Static variable in class com.ibm.jzos.JFCB
JFCBCMPY EQU X'20' - Compaction = YES - (hex value) @04A
JFCBCYL - Static variable in class com.ibm.jzos.JFCB
JFCBCYL EQU X'C0' - CYL REQUEST (SPACE=(CYL,(...)))
JFCBDDTK - Static variable in class com.ibm.jzos.JFCB
JFCBDDTK EQU X'04' - Set on by IEFAB434 and IEFAB492 (Alloc) only across a DADSM ALLOCATE call to indicate register 6 contains a pointer to the DD token @09C
JFCBDLET - Static variable in class com.ibm.jzos.JFCB
JFCBDLET EQU X'80' - ** RESERVED-O ** (OS/VS1) (MDC305) @XM05457
JFCBEND - Static variable in class com.ibm.jzos.JFCB
JFCBEND EQU * POP PRINT END
JFCBEXP - Static variable in class com.ibm.jzos.JFCB
JFCBEXP EQU X'40' - EXPIRATION DATE SPECIFIED (MDC318) @ZA27139
JFCBEXTP - Static variable in class com.ibm.jzos.JFCB
JFCBEXTP EQU X'80' - JFCB EXTENSION PRESENT FOR 3800 DEVICE The SVA in JFCBEXAD points to a JFCBE (MDC302) @Z40MP9A
JFCBFOFL - Static variable in class com.ibm.jzos.JFCB
JFCBFOFL EQU X'80' - L - Specifies that the block prefix is 4bytes and contains the block length NOTE: If the BUFOFF=number format was specified, JFCBUFOF will contain the length of the block prefix (in bytes)
JFCBGDGA - Static variable in class com.ibm.jzos.JFCB
JFCBGDGA EQU X'04' - ** RESERVED-O **
JFCBIDRC - Static variable in class com.ibm.jzos.JFCB
JFCBIDRC EQU X'20' - Compaction type=IDRC - (hex value) @L7A
JFCBIN - Static variable in class com.ibm.jzos.JFCB
JFCBIN EQU X'80' - C - Card Image (COLUMN BINARY MODE)
JFCBLGTH - Static variable in class com.ibm.jzos.JFCB
JFCBLGTH EQU 176 - LENGTH OF JFCB (x'B0')
JFCBLKSZ - Static variable in class com.ibm.jzos.JFCB
JFCBLKSZ EQU X'10' - ON indicates that the JFCBLKSI has been set to zero via external interface.
JFCBLOCT - Static variable in class com.ibm.jzos.JFCB
JFCBLOCT EQU X'10' - ** RESERVED-O **
JFCBLP - Static variable in class com.ibm.jzos.JFCB
JFCBLP EQU X'10' - BLP - BYPASS LABEL PROCESSING
JFCBLSR - Static variable in class com.ibm.jzos.JFCB
JFCBLSR EQU X'80' - Batch/LSR dataset @P5A
JFCBLTM - Static variable in class com.ibm.jzos.JFCB
JFCBLTM EQU X'20' - LTM - LEADING TAPE MARK NOTE: OPEN/CLOSE/EOV AND RESTART must space over a tape mark if one exists.
JFCBME10 - Static variable in class com.ibm.jzos.JFCB
JFCBME10 EQU X'0A' - Enterprise Extended WORM Cartridge Tape @LEA
JFCBMED1 - Static variable in class com.ibm.jzos.JFCB
JFCBMED1 EQU X'01' - Cartridge System Tape - (hex value) @L7A
JFCBMED2 - Static variable in class com.ibm.jzos.JFCB
JFCBMED2 EQU X'02' - Enhanced Capacity Cartridge System Tape @L7A - (hex value) @L7A
JFCBMED3 - Static variable in class com.ibm.jzos.JFCB
JFCBMED3 EQU X'03' - 1/2 inch / 320 meter particle media @04A
JFCBMED4 - Static variable in class com.ibm.jzos.JFCB
JFCBMED4 EQU X'04' - Reserved for future media type @04A
JFCBMED5 - Static variable in class com.ibm.jzos.JFCB
JFCBMED5 EQU X'05' - Enterprise Cartridge Tape @LBC
JFCBMED6 - Static variable in class com.ibm.jzos.JFCB
JFCBMED6 EQU X'06' - Enterprise WORM Cartridge Tape @LDC
JFCBMED7 - Static variable in class com.ibm.jzos.JFCB
JFCBMED7 EQU X'07' - Enterprise Economy Cartridge Tape @LDC
JFCBMED8 - Static variable in class com.ibm.jzos.JFCB
JFCBMED8 EQU X'08' - Enterprise Economy WORM Cartridge Tape @LDC
JFCBMED9 - Static variable in class com.ibm.jzos.JFCB
JFCBMED9 EQU X'09' - Enterprise Extended Cartridge Tape @LEA
JFCBMSGP - Static variable in class com.ibm.jzos.JFCB
JFCBMSGP EQU X'20' - ** RESERVED-O ** (MSVGP) (MDC307) @Z30LP9A
JFCBNEWV - Static variable in class com.ibm.jzos.JFCB
JFCBNEWV EQU X'04' - ** RESERVED-O **
JFCBPMEM - Static variable in class com.ibm.jzos.JFCB
JFCBPMEM EQU X'01' - ** RESERVED-O **
JFCBPROT - Static variable in class com.ibm.jzos.JFCB
JFCBPROT EQU X'10' - RACF PROTECT REQUESTED (OS/VS2) (MDC314) @G32HP9A
JFCBPWBP - Static variable in class com.ibm.jzos.JFCB
JFCBPWBP EQU X'01' - PASSWORD BYPASS INDICATOR MDC010
JFCBRLSE - Static variable in class com.ibm.jzos.JFCB
JFCBRLSE EQU X'40' - ** RESERVED-O **
JFCBRV06 - Static variable in class com.ibm.jzos.JFCB
JFCBRV06 EQU X'02',,C'X' - RESERVED @ZA18180
JFCBRV07 - Static variable in class com.ibm.jzos.JFCB
JFCBRV07 EQU X'01',,C'X' - RESERVED @ZA18180
JFCBRWPW - Static variable in class com.ibm.jzos.JFCB
JFCBRWPW EQU X'30' - PASSWORD IS REQUIRED TO WRITE BUT NOT TO READ (DATA SET SECURITY) (LABEL=(,,NOPWREAD))
JFCBSCTY - Static variable in class com.ibm.jzos.JFCB
JFCBSCTY EQU X'10' - ** RESERVED-O **
JFCBSPAC - Static variable in class com.ibm.jzos.JFCB
JFCBSPAC EQU X'C0' - BIT PATTERN FOR SPACE REQUESTS
JFCBSTAT - Static variable in class com.ibm.jzos.JFCB
JFCBSTAT EQU X'40' - ** RESERVED-O **
JFCBTRK - Static variable in class com.ibm.jzos.JFCB
JFCBTRK EQU X'80' - TRK REQUEST (SPACE=(TRK,(...)))
JFCBUAFF - Static variable in class com.ibm.jzos.JFCB
JFCBUAFF EQU X'01' - UNIT AFFINITY SPECIFIED FOR THIS DATA SET (ICB488) SA53458
JFCBUR - Static variable in class com.ibm.jzos.JFCB
JFCBUR EQU X'10' - B - BURROUGHS ** RESERVED-O **
JFCCAT - Static variable in class com.ibm.jzos.JFCB
JFCCAT EQU X'80' - DATA SET IS CATALOGED
JFCCBWU - Static variable in class com.ibm.jzos.JFCB
JFCCBWU EQU X'20' - C - CONTROL BYTE PRECEDES WORK UNIT SPACE 1 VSAM X'12' - IL - AMP=('OPTCD=IL') X'10' - I - AMP=('OPTCD=I') X'02' - L - AMP=('OPTCD=L') X'00' - - AMP=('OPTCD=')
JFCCHAR - Static variable in class com.ibm.jzos.JFCB
JFCCHAR EQU X'06' - - CONTROL CHARACTER
JFCCMPNS - Static variable in class com.ibm.jzos.JFCB
JFCCMPNS EQU X'00' - Compaction type unknown or not specified @L7A
JFCCOMP - Static variable in class com.ibm.jzos.JFCB
JFCCOMP EQU X'08' - COMP - ENHANCED 3480 DATA RECORDING @T2A
JFCCONV - Static variable in class com.ibm.jzos.JFCB
JFCCONV EQU X'13' - C - DATA CONVERSION (7-track)
JFCCYL - Static variable in class com.ibm.jzos.JFCB
JFCCYL EQU X'08' - Y - CYLINDER OVERFLOW AREA
JFCDEFER - Static variable in class com.ibm.jzos.JFCB
JFCDEFER EQU X'20' - SET ONLY IN A JFCB RECORDED IN A DATA SET DESCRIPTOR RECORD (DSDR) BY THE CHECKPOINT ROUTINE.
JFCDEL - Static variable in class com.ibm.jzos.JFCB
JFCDEL EQU X'02' - L - DELETE OPTION
JFCDISP - Static variable in class com.ibm.jzos.JFCB
JFCDISP EQU X'C0' - BIT PATTERN FOR NEW, MOD, OLD
JFCDQDSP - Static variable in class com.ibm.jzos.JFCB
JFCDQDSP EQU X'80' - REQUEST DEQUEUE OF TAPE VOLUME WHEN DEMOUNTED (MDC317) @ZA18180
JFCDSEQN - Static variable in class com.ibm.jzos.JFCB
JFCDSEQN EQU X'80' - DATASET SEQUENCE NUMBER Specified (LABEL=(ds-seq#,label)) @YA03334
JFCDUAL - Static variable in class com.ibm.jzos.JFCB
JFCDUAL EQU X'10' - DUAL-DENSITY CHECK DETECTED
JFCDWORD - Static variable in class com.ibm.jzos.JFCB
JFCDWORD EQU X'02' - D - DOUBLE WORD BOUNDARY
JFCDYN - Static variable in class com.ibm.jzos.JFCB
JFCDYN EQU X'08' - D - DYNAMIC BUFFERING
JFCEBCD - Static variable in class com.ibm.jzos.JFCB
JFCEBCD EQU X'40' - E - EBCDIC MODE
JFCEEFM2 - Static variable in class com.ibm.jzos.JFCB
JFCEEFM2 EQU X'80' - Enterprise Encryption Format 2 - (hex @LGA value) @LGA
JFCEEFM3 - Static variable in class com.ibm.jzos.JFCB
JFCEEFM3 EQU X'A0' - Enterprise Encryption Format 3 - (hex @0CA value) @0CA
JFCEFMT1 - Static variable in class com.ibm.jzos.JFCB
JFCEFMT1 EQU X'60' - Enterprise Format 1 - (hex value) @LBA
JFCEFMT2 - Static variable in class com.ibm.jzos.JFCB
JFCEFMT2 EQU X'70' - Enterprise Format 2 - (hex value) @LEA
JFCEFMT3 - Static variable in class com.ibm.jzos.JFCB
JFCEFMT3 EQU X'90' - Enterprise Format 3 - (hex value) @0CA
JFCENT - Static variable in class com.ibm.jzos.JFCB
JFCENT EQU X'04' - DELETE THIS JFCB BEFORE ALLOCATION FOR A RESTARTED GENERATION DATA GROUP
JFCEQUAL - Static variable in class com.ibm.jzos.JFCB
JFCEQUAL EQU X'02' - E - EQUAL PRIORITY MDC019
JFCEVEN - Static variable in class com.ibm.jzos.JFCB
JFCEVEN EQU X'23' - E - EVEN PARITY (7-track)
JFCEXC - Static variable in class com.ibm.jzos.JFCB
JFCEXC EQU X'10' - E - EXCHANGE BUFFERING
JFCEXT - Static variable in class com.ibm.jzos.JFCB
JFCEXT EQU X'20' - E - EXTENDED SEARCH
JFCFCBAL - Static variable in class com.ibm.jzos.JFCB
JFCFCBAL EQU X'08' - FORMS ARE TO BE ALIGNED (FCB=x,ALIGN)
JFCFCBVR - Static variable in class com.ibm.jzos.JFCB
JFCFCBVR EQU X'04' - FORMS CONTROL BUFFER (FCB) IMAGE IS TO BE VERIFIED (FCB=x,x,VERIFY)
JFCFEED - Static variable in class com.ibm.jzos.JFCB
JFCFEED EQU X'10' - F - FEEDBACK
JFCFIX - Static variable in class com.ibm.jzos.JFCB
JFCFIX EQU X'80' - F - FIXED
JFCFMREC - Static variable in class com.ibm.jzos.JFCB
JFCFMREC EQU X'C0' - - HIGH-ORDER TWO BITS OF JFCRECFM TO BE TESTED FOR RECORD FORMAT
JFCFNCBD - Static variable in class com.ibm.jzos.JFCB
JFCFNCBD EQU X'08' - D - DATA PROTECTION - PUNCH ICB392
JFCFNCBI - Static variable in class com.ibm.jzos.JFCB
JFCFNCBI EQU X'80' - I - INTERPRET (PUNCH AND PRINT) ICB392
JFCFNCBP - Static variable in class com.ibm.jzos.JFCB
JFCFNCBP EQU X'20' - P - PUNCH ICB392
JFCFNCBR - Static variable in class com.ibm.jzos.JFCB
JFCFNCBR EQU X'40' - R - READ ICB392
JFCFNCBT - Static variable in class com.ibm.jzos.JFCB
JFCFNCBT EQU X'02' - T - TWO-LINE PRINT SUPPORT REQUEST.
JFCFNCBW - Static variable in class com.ibm.jzos.JFCB
JFCFNCBW EQU X'10' - W - PRINT ICB392
JFCFNCBX - Static variable in class com.ibm.jzos.JFCB
JFCFNCBX EQU X'04' - X - THIS DATA SET IS TO BE PRINTED.
JFCFOLD - Static variable in class com.ibm.jzos.JFCB
JFCFOLD EQU X'40' - UCS IMAGE IS TO BE LOADED IN THE FOLD MODE (UCS=x,FOLD)
JFCFRI - Static variable in class com.ibm.jzos.JFCB
JFCFRI EQU X'20' - F - FRIDEN ** RESERVED-O **
JFCFWORD - Static variable in class com.ibm.jzos.JFCB
JFCFWORD EQU X'01' - F - FULL WORD BOUNDARY
JFCGDG - Static variable in class com.ibm.jzos.JFCB
JFCGDG EQU X'02' - DATA SET IS A MEMBER OF A GENERATION DATA GROUP
JFCHIER - Static variable in class com.ibm.jzos.JFCB
JFCHIER EQU X'84' - ** RESERVED-O **
JFCHIER1 - Static variable in class com.ibm.jzos.JFCB
JFCHIER1 EQU X'04' - ** RESERVED-O **
JFCIND - Static variable in class com.ibm.jzos.JFCB
JFCIND EQU X'10' - I - INDEPENDENT OVERFLOW AREA
JFCINOP - Static variable in class com.ibm.jzos.JFCB
JFCINOP EQU X'80' - TREAT THE INOUT OPTION OF OPEN AS INPUT (LABEL=(,,,IN))
JFCLOC - Static variable in class com.ibm.jzos.JFCB
JFCLOC EQU X'30' - DATA SET HAS BEEN LOCATED
JFCMAC - Static variable in class com.ibm.jzos.JFCB
JFCMAC EQU X'02' - M - MACHINE CODE CONTROL CHARACTER
JFCMAST - Static variable in class com.ibm.jzos.JFCB
JFCMAST EQU X'20' - M - MASTER INDEXES
JFCMEDIA - Static variable in class com.ibm.jzos.JFCB
JFCMEDIA EQU X'0F' - Media type @L7A
JFCMIXG - Static variable in class com.ibm.jzos.JFCB
JFCMIXG EQU X'04' - MXIG REQUEST (SPACE=(x,(x,x,),,MXIG))
JFCMOD - Static variable in class com.ibm.jzos.JFCB
JFCMOD EQU X'80' - MOD DATA SET (DISP=MOD)
JFCMODEO - Static variable in class com.ibm.jzos.JFCB
JFCMODEO EQU X'20' - O - OPTICAL MARK READ MODE (3505 ONLY) ICB394
JFCMODER - Static variable in class com.ibm.jzos.JFCB
JFCMODER EQU X'10' - R - READ COLUMN ELIMINATE MODE (3505 AND 3525 WITH READ FEATURE) ICB394
JFCMODNW - Static variable in class com.ibm.jzos.JFCB
JFCMODNW EQU X'10' - DISPOSITION OF THIS DATA SET HAS BEEN CHANGED FROM MOD TO NEW.
JFCNCOMP - Static variable in class com.ibm.jzos.JFCB
JFCNCOMP EQU X'04' - NOCOMP - ENHANCED 3480 DATA RECORDING @T2A
JFCNCR - Static variable in class com.ibm.jzos.JFCB
JFCNCR EQU X'08' - C - NATIONAL CASH REGISTER ** RESERVED-O **
JFCNDCB - Static variable in class com.ibm.jzos.JFCB
JFCNDCB EQU X'02' - DO NOT MERGE DCB FIELDS INTO THIS JFCB
JFCNDSCB - Static variable in class com.ibm.jzos.JFCB
JFCNDSCB EQU X'04' - DO NOT MERGE DSCB OR LABEL FIELDS INTO THIS JFCB
JFCNEW - Static variable in class com.ibm.jzos.JFCB
JFCNEW EQU X'C0' - NEW DATA SET (DISP=NEW)
JFCNL - Static variable in class com.ibm.jzos.JFCB
JFCNL EQU X'01' - NL - NO LABEL
JFCNOCC - Static variable in class com.ibm.jzos.JFCB
JFCNOCC EQU X'00' - - NO CONTROL CHARACTER
JFCNOCMP - Static variable in class com.ibm.jzos.JFCB
JFCNOCMP EQU X'10' - Compaction not used - (hex value) @L7A
JFCNOCON - Static variable in class com.ibm.jzos.JFCB
JFCNOCON EQU X'80' - N - NO CONVERSION ** RESERVED-O **
JFCNOMED - Static variable in class com.ibm.jzos.JFCB
JFCNOMED EQU X'00' - Media type unknown or not specified @L7A
JFCNOREC - Static variable in class com.ibm.jzos.JFCB
JFCNOREC EQU X'00' - Recording technology unknown or not @L7A specified @L7A
JFCNOSPC - Static variable in class com.ibm.jzos.JFCB
JFCNOSPC EQU X'00' - Volume has no special attributes @L7A
JFCNRPS - Static variable in class com.ibm.jzos.JFCB
JFCNRPS EQU X'20' - USE BY OPEN ROUTINES - SET TO INDICATE THAT THIS DATA SET RESIDES ON A NON-RPS DEVICE.
JFCNSL - Static variable in class com.ibm.jzos.JFCB
JFCNSL EQU X'04' - NSL - NONSTANDARD LABEL
JFCNWRIT - Static variable in class com.ibm.jzos.JFCB
JFCNWRIT EQU X'08' - DO NOT WRITE BACK THE JFCB DURING OPEN PROCESSING
JFCOLD - Static variable in class com.ibm.jzos.JFCB
JFCOLD EQU X'40' - OLD DATA SET (DISP=OLD)
JFCOMPTY - Static variable in class com.ibm.jzos.JFCB
JFCOMPTY EQU X'F0' - Compaction type.
JFCONE - Static variable in class com.ibm.jzos.JFCB
JFCONE EQU X'01' - 1 - STACKER ONE
JFCONTIG - Static variable in class com.ibm.jzos.JFCB
JFCONTIG EQU X'08' - CONTIG REQUEST (SPACE=(x,(x,x,),,CONTIG))
JFCOPEN - Static variable in class com.ibm.jzos.JFCB
JFCOPEN EQU X'0F' - OPEN ROUTINE INTERNAL SWITCHES
JFCOPTJ - Static variable in class com.ibm.jzos.JFCB
JFCOPTJ EQU X'01' - J - 3800 CONTROL CHARACTER (MDC301) @Z40MP9A SPACE 1 BISAM - QISAM
JFCOPTQ - Static variable in class com.ibm.jzos.JFCB
JFCOPTQ EQU X'08' - - EBCDIC TO ASCII OR ASCII TO EBCDIC TRANSLATION REQUIRED SPACE 1 TCAM
JFCORGAM - Static variable in class com.ibm.jzos.JFCB
JFCORGAM EQU X'08' - - VSAM ICB438
JFCORGCQ - Static variable in class com.ibm.jzos.JFCB
JFCORGCQ EQU X'08' - CQ - ** RESERVED-O ** MDC012
JFCORGCX - Static variable in class com.ibm.jzos.JFCB
JFCORGCX EQU X'10' - CX - COMM.
JFCORGDA - Static variable in class com.ibm.jzos.JFCB
JFCORGDA EQU X'20' - DA - DIRECT ACCESS X'21' - DAU - DIRECT ACCESS Unmovable
JFCORGGS - Static variable in class com.ibm.jzos.JFCB
JFCORGGS EQU X'80' - GS - GRAPHICS
JFCORGIS - Static variable in class com.ibm.jzos.JFCB
JFCORGIS EQU X'80' - IS - INDEXED SEQUENTIAL X'81' - ISU - INDEXED SEQUENTIAL Unmovable
JFCORGMQ - Static variable in class com.ibm.jzos.JFCB
JFCORGMQ EQU X'04' - MQ - ** RESERVED-O ** MDC013
JFCORGPO - Static variable in class com.ibm.jzos.JFCB
JFCORGPO EQU X'02' - PO - PARTITIONED X'03' - POU - PARTITIONED Unmovable
JFCORGPS - Static variable in class com.ibm.jzos.JFCB
JFCORGPS EQU X'40' - PS - PHYSICAL SEQUENTIAL X'41' - PSU - PHYSICAL SEQUENTIAL Unmovable
JFCORGTQ - Static variable in class com.ibm.jzos.JFCB
JFCORGTQ EQU X'20' - - TCAM MESSAGE QUEUE MDC015
JFCORGTR - Static variable in class com.ibm.jzos.JFCB
JFCORGTR EQU X'04' - - TCAM 3705 MDC016
JFCORGTX - Static variable in class com.ibm.jzos.JFCB
JFCORGTX EQU X'40' - - TCAM LINE GROUP MDC014
JFCORGU - Static variable in class com.ibm.jzos.JFCB
JFCORGU EQU X'01' - ..U - UNMOVABLE - THE DATA CONTAINS LOCATION DEPENDENT INFORMATION (used in conjunction with other settings)
JFCOUTOP - Static variable in class com.ibm.jzos.JFCB
JFCOUTOP EQU X'40' - TREAT THE OUTIN OPTION OF OPEN AS OUTPUT (LABEL=(,,,OUT))
JFCOVER - Static variable in class com.ibm.jzos.JFCB
JFCOVER EQU X'40' - - TRACK OVERFLOW
JFCPAT - Static variable in class com.ibm.jzos.JFCB
JFCPAT EQU X'01' - THE PATTERNING DSCB IS COMPLETE
JFCPCIA1 - Static variable in class com.ibm.jzos.JFCB
JFCPCIA1 EQU X'20' - PCI=(A,) RECEIVE OPERATIONS
JFCPCIA2 - Static variable in class com.ibm.jzos.JFCB
JFCPCIA2 EQU X'10' - PCI=(,A) SEND OPERATIONS A INDICATES THAT AFTER THE FIRST BUFFER IS FILLED (ON RECEIVE OPERATIONS) OR EMPTIED (ON SEND OPERATIONS), A PCI OCCURS DURING THE FILLING OR EMPTYING OF THE NEXT BUFFER.
JFCPCIBT - Static variable in class com.ibm.jzos.JFCB
JFCPCIBT EQU X'20' - C - CHAINED SCHEDULING USING THE PROGRAM CONTROLLED INTERRUPTION
JFCPCIN1 - Static variable in class com.ibm.jzos.JFCB
JFCPCIN1 EQU X'08' - PCI=(N,) RECEIVE OPERATIONS
JFCPCIN2 - Static variable in class com.ibm.jzos.JFCB
JFCPCIN2 EQU X'04' - PCI=(,N) SEND OPERATIONS N INDICATES THAT NO PCI'S ARE TAKEN DURING FILLING (ON RECEIVE OPERATIONS) OR EMPTYING (ON SEND OPERATIONS) OF BUFFERS.
JFCPCIR1 - Static variable in class com.ibm.jzos.JFCB
JFCPCIR1 EQU X'02' - PCI=(R,) RECEIVE OPERATIONS
JFCPCIR2 - Static variable in class com.ibm.jzos.JFCB
JFCPCIR2 EQU X'01' - PCI=(,R) SEND OPERATIONS R INDICATES THAT AFTER THE FIRST BUFFER IS FILLED (ON RECEIVE OPERATIONS) OR EMPTIED (ON SEND OPERATIONS), A PCI OCCURS DURING THE FILLING OR EMPTYING OF EACH SUCCEEDING BUFFER.
JFCPCIX1 - Static variable in class com.ibm.jzos.JFCB
JFCPCIX1 EQU X'80' - PCI=(X,) RECEIVE OPERATIONS ICB473
JFCPCIX2 - Static variable in class com.ibm.jzos.JFCB
JFCPCIX2 EQU X'40' - PCI=(,X) SEND OPERATIONS X INDICATES THAT AFTER THE FIRST BUFFER IS FILLED (ON RECEIVE OPERATIONS) OR EMPTIED (ON SEND OPERATIONS), A PCI OCCURS DURING THE FILLING OR EMPTYING OF THE NEXT BUFFER.
JFCPDS - Static variable in class com.ibm.jzos.JFCB
JFCPDS EQU X'01' - DATA SET IS A MEMBER OF A PARTITIONED DATA SET
JFCPOSID - Static variable in class com.ibm.jzos.JFCB
JFCPOSID EQU X'10' - JFCRBIDO CONTAINS THE PHYSICAL LOCATION @H1A ON THE TAPE OF THE FIRST STANDARD-LABEL @H1A HEADER RECORD TO BE PROCESSED BY OPEN @H1A
JFCRCFM - Static variable in class com.ibm.jzos.JFCB
JFCRCFM EQU X'E0' - - RECORD FORMAT (USASI/USASCII)
JFCRCTLG - Static variable in class com.ibm.jzos.JFCB
JFCRCTLG EQU X'01' - OPEN HAS UPDATED THE TTR.
JFCRDCOM - Static variable in class com.ibm.jzos.JFCB
JFCRDCOM EQU X'01' - Read compatibility attribute.
JFCRECV - Static variable in class com.ibm.jzos.JFCB
JFCRECV EQU X'04' - R - RECEIVE PRIORITY MDC018
JFCREDUC - Static variable in class com.ibm.jzos.JFCB
JFCREDUC EQU X'04' - Z - USE REDUCED ERROR RECOVERY PROCEDURE (MAGNETIC TAPE) (EXCP ALSO)
JFCREL - Static variable in class com.ibm.jzos.JFCB
JFCREL EQU X'01' - R - RELATIVE BLOCK ADDRESSING SPACE 1 USASI/USASCII
JFCREORG - Static variable in class com.ibm.jzos.JFCB
JFCREORG EQU X'01' - R - REORGANIZATION CRITERIA SPACE 1 BDAM
JFCREQ - Static variable in class com.ibm.jzos.JFCB
JFCREQ EQU X'02' - STORAGE VOLUME REQUESTED
JFCRFB - Static variable in class com.ibm.jzos.JFCB
JFCRFB EQU X'10' - B - BLOCKED - MAY NOT OCCUR WITH UNDEFINED
JFCRFO - Static variable in class com.ibm.jzos.JFCB
JFCRFO EQU X'20' - T - TRACK OVERFLOW
JFCRFS - Static variable in class com.ibm.jzos.JFCB
JFCRFS EQU X'08' - S - FOR FIXED LENGTH RECORD FORMAT, STANDARD BLOCKS.
JFCRLSE - Static variable in class com.ibm.jzos.JFCB
JFCRLSE EQU X'C0' - RELEASE EXTERNAL STORAGE (SPACE=(,(,),RLSE))
JFCROUND - Static variable in class com.ibm.jzos.JFCB
JFCROUND EQU X'01' - ROUND REQUEST (SPACE=(x,(x,x,),,,ROUND))
JFCRSV02 - Static variable in class com.ibm.jzos.JFCB
JFCRSV02 EQU X'08',,C'X' RESERVED
JFCRSV03 - Static variable in class com.ibm.jzos.JFCB
JFCRSV03 EQU X'04',,C'X' RESERVED
JFCRSV04 - Static variable in class com.ibm.jzos.JFCB
JFCRSV04 EQU X'02',,C'X' RESERVED
JFCRSV05 - Static variable in class com.ibm.jzos.JFCB
JFCRSV05 EQU X'01',,C'X' RESERVED
JFCRSV06 - Static variable in class com.ibm.jzos.JFCB
JFCRSV06 EQU X'08',,C'X' RESERVED
JFCRSV07 - Static variable in class com.ibm.jzos.JFCB
JFCRSV07 EQU X'04',,C'X' RESERVED
JFCRSV13 - Static variable in class com.ibm.jzos.JFCB
JFCRSV13 EQU X'10',,C'X' RESERVED, BINARY ZERO
JFCRSV15 - Static variable in class com.ibm.jzos.JFCB
JFCRSV15 EQU X'02',,C'X' RESERVED, BINARY ZERO
JFCRSV16 - Static variable in class com.ibm.jzos.JFCB
JFCRSV16 EQU X'01',,C'X' RESERVED, BINARY ZERO
JFCRSV17 - Static variable in class com.ibm.jzos.JFCB
JFCRSV17 EQU X'40',,C'X' RESERVED
JFCRSV18 - Static variable in class com.ibm.jzos.JFCB
JFCRSV18 EQU X'08',,C'X' RESERVED
JFCRSV19 - Static variable in class com.ibm.jzos.JFCB
JFCRSV19 EQU X'04',,C'X' RESERVED
JFCRSV20 - Static variable in class com.ibm.jzos.JFCB
JFCRSV20 EQU X'04',,C'X' RESERVED
JFCRSV21 - Static variable in class com.ibm.jzos.JFCB
JFCRSV21 EQU X'02',,C'X' RESERVED
JFCRSV22 - Static variable in class com.ibm.jzos.JFCB
JFCRSV22 EQU X'02',,C'X' RESERVED
JFCRSV25 - Static variable in class com.ibm.jzos.JFCB
JFCRSV25 EQU X'20',,C'X' RESERVED
JFCRSV26 - Static variable in class com.ibm.jzos.JFCB
JFCRSV26 EQU X'02',,C'X' RESERVED
JFCRSV27 - Static variable in class com.ibm.jzos.JFCB
JFCRSV27 EQU X'01',,C'X' RESERVED END OF 108 PRINTER SEGMENT
JFCRSV31 - Static variable in class com.ibm.jzos.JFCB
JFCRSV31 EQU X'01',,C'X' RESERVED
JFCRSV32 - Static variable in class com.ibm.jzos.JFCB
JFCRSV32 EQU X'01',,C'X' RESERVED
JFCRSV33 - Static variable in class com.ibm.jzos.JFCB
JFCRSV33 EQU X'10',,C'X' RESERVED
JFCRSV34 - Static variable in class com.ibm.jzos.JFCB
JFCRSV34 EQU X'08',,C'X' RESERVED
JFCRSV53 - Static variable in class com.ibm.jzos.JFCB
JFCRSV53 EQU X'80',,C'X' RESERVED MDC020
JFCRSV54 - Static variable in class com.ibm.jzos.JFCB
JFCRSV54 EQU X'40',,C'X' RESERVED MDC019
JFCRSV55 - Static variable in class com.ibm.jzos.JFCB
JFCRSV55 EQU X'20',,C'X' RESERVED MDC018
JFCSDNAM - Static variable in class com.ibm.jzos.JFCB
JFCSDNAM EQU X'80' - W - SOURCE OR DESTINATION NAME PRECEDES MESSAGE (AFTER CONTROL BYTE)
JFCSDRPS - Static variable in class com.ibm.jzos.JFCB
JFCSDRPS EQU X'08' - USE SEARCH DIRECT FOR ROTATIONAL POSITION SENSING (RPS) DEVICES ICB398
JFCSDS - Static variable in class com.ibm.jzos.JFCB
JFCSDS EQU X'20' - SUBSYSTEM DATA SET - This dataset is either a SYSIN/SYSOUT dataset, or SUBSYS= was specified on the DD statement @L4C
JFCSECUR - Static variable in class com.ibm.jzos.JFCB
JFCSECUR EQU X'10' - PASSWORD IS REQUIRED TO READ OR TO WRITE (DATA SET SECURITY) (LABEL=(,,PASSWORD))
JFCSEND - Static variable in class com.ibm.jzos.JFCB
JFCSEND EQU X'01' - S - SEND PRIORITY MDC020
JFCSHARE - Static variable in class com.ibm.jzos.JFCB
JFCSHARE EQU X'08' - SHARED DATA SET
JFCSIM - Static variable in class com.ibm.jzos.JFCB
JFCSIM EQU X'40' - S - SIMPLE BUFFERING
JFCSKP - Static variable in class com.ibm.jzos.JFCB
JFCSKP EQU X'40' - SKP - SKIP
JFCSL - Static variable in class com.ibm.jzos.JFCB
JFCSL EQU X'02' - SL - STANDARD LABEL (default)
JFCSLCRE - Static variable in class com.ibm.jzos.JFCB
JFCSLCRE EQU X'40' - CREATION OF A STANDARD LABEL IS NECESSARY
JFCSLDES - Static variable in class com.ibm.jzos.JFCB
JFCSLDES EQU X'20' - DESTRUCTION OF A STANDARD LABEL IS NECESSARY
JFCSNSVL - Static variable in class com.ibm.jzos.JFCB
JFCSNSVL EQU X'08' - VOLID EXTRACTED FROM SENSE @LFA
JFCSPECL - Static variable in class com.ibm.jzos.JFCB
JFCSPECL EQU X'0F' - Special attributes @L7A
JFCSPNO - Static variable in class com.ibm.jzos.JFCB
JFCSPNO EQU X'01' - 0 - NO SPACING
JFCSPONE - Static variable in class com.ibm.jzos.JFCB
JFCSPONE EQU X'09' - 1 - SPACE ONE LINE
JFCSPTHR - Static variable in class com.ibm.jzos.JFCB
JFCSPTHR EQU X'19' - 3 - SPACE THREE LINES
JFCSPTWO - Static variable in class com.ibm.jzos.JFCB
JFCSPTWO EQU X'11' - 2 - SPACE TWO LINES
JFCSRCHD - Static variable in class com.ibm.jzos.JFCB
JFCSRCHD EQU X'04' - - USE SEARCH DIRECT (SD), INSTEAD OF SEARCH PREVIOUS, ON ROTATIONAL POSITION SENSING (RPS) DEVICE.
JFCSTAND - Static variable in class com.ibm.jzos.JFCB
JFCSTAND EQU X'80' - VOLUME LABEL PROCESSING STANDARD
JFCSUL - Static variable in class com.ibm.jzos.JFCB
JFCSUL EQU X'0A' - SUL - STANDARD and USER LABELs
JFCTEMP - Static variable in class com.ibm.jzos.JFCB
JFCTEMP EQU X'01' - DATA SET WILL BE DELETED WHEN JOB COMPLETES WITH A NORMAL CONDITION CODE @02A
JFCTEMPS - Static variable in class com.ibm.jzos.JFCB
JFCTEMPS EQU X'08' - This flag identifies a Temporary, SMS Managed DASD dataset.
JFCTOPEN - Static variable in class com.ibm.jzos.JFCB
JFCTOPEN EQU X'40' - TAPE DATA SET HAS BEEN OPENED MDC026
JFCTOPT - Static variable in class com.ibm.jzos.JFCB
JFCTOPT EQU X'10' - T - ON-LINE TERMINAL TEST (BTAM) ICB349
JFCTRACE - Static variable in class com.ibm.jzos.JFCB
JFCTRACE EQU X'04' - GTF TRACE IS TO OCCUR DURING OPEN/CLOSE/EOV AND DYNAMIC ALLOCATION PROCESSING OF DCB (AMP='TRACE') ICB392
JFCTRAN - Static variable in class com.ibm.jzos.JFCB
JFCTRAN EQU X'3B' - T - EOD/EBCDIC TRANSLATION (7-track)
JFCTREV - Static variable in class com.ibm.jzos.JFCB
JFCTREV EQU X'2B' - ET - EVEN PARITY AND TRANSLATION (7-track)
JFCTRKNO - Static variable in class com.ibm.jzos.JFCB
JFCTRKNO EQU X'F0' - Track recording technique @L7A
JFCTTR - Static variable in class com.ibm.jzos.JFCB
JFCTTR EQU X'10' - A JOB STEP IS TO BE RESTARTED.
JFCTTY - Static variable in class com.ibm.jzos.JFCB
JFCTTY EQU X'02' - T - TELETYPE ** RESERVED-O **
JFCTWO - Static variable in class com.ibm.jzos.JFCB
JFCTWO EQU X'02' - 2 - STACKER TWO
JFCUND - Static variable in class com.ibm.jzos.JFCB
JFCUND EQU X'C0' - U - UNDEFINED
JFCVAR - Static variable in class com.ibm.jzos.JFCB
JFCVAR EQU X'40' - V - VARIABLE
JFCVARD - Static variable in class com.ibm.jzos.JFCB
JFCVARD EQU X'20' - D - VARIABLE (FORMAT D FOR USASI/USASCII)
JFCVER - Static variable in class com.ibm.jzos.JFCB
JFCVER EQU X'10' - UCS IMAGE IS TO BE VERIFIED (UCS=x,x,VERIFY)
JFCVLDQ1 - Static variable in class com.ibm.jzos.JFCB
JFCVLDQ1 EQU X'80' First volser in JFCAVOLS has been dequeued @05A
JFCVLDQ2 - Static variable in class com.ibm.jzos.JFCB
JFCVLDQ2 EQU X'40' Second volser in JFCAVOLS has been dequeued @05A
JFCVLDQ3 - Static variable in class com.ibm.jzos.JFCB
JFCVLDQ3 EQU X'20' Third volser in JFCAVOLS has been dequeued @05A
JFCVLDQ4 - Static variable in class com.ibm.jzos.JFCB
JFCVLDQ4 EQU X'10' Fourth volser in JFCAVOLS has been dequeued @05A
JFCVLDQ5 - Static variable in class com.ibm.jzos.JFCB
JFCVLDQ5 EQU X'08' Fifth volser in JFCAVOLS has been dequeued @05A
JFCVRDS - Static variable in class com.ibm.jzos.JFCB
JFCVRDS EQU X'04' - VIO DATA SET MDC006
JFCVSL - Static variable in class com.ibm.jzos.JFCB
JFCVSL EQU X'40' - VOLUME SERIAL LIST HAS BEEN CHANGED
JFCWUMSG - Static variable in class com.ibm.jzos.JFCB
JFCWUMSG EQU X'40' - U - WORK UNIT IS A MESSAGE (DEFAULT WORK UNIT IS A RECORD)
JFCWVCBD - Static variable in class com.ibm.jzos.JFCB
JFCWVCBD EQU X'80' - W - WRITE VALIDITY CHECK
JFCWVCIS - Static variable in class com.ibm.jzos.JFCB
JFCWVCIS EQU X'80' - W - WRITE VALIDITY CHECK
JFCWVCSP - Static variable in class com.ibm.jzos.JFCB
JFCWVCSP EQU X'80' - W - WRITE VALIDITY CHECK
JOB_OUTPUT_CMD - Static variable in class com.ibm.jzos.sample.MvsJobOutput
 
JOB_STATUS_CMD - Static variable in class com.ibm.jzos.sample.MvsJobOutput
 
join() - Method in class com.ibm.jzos.wlm.WorkUnit
Join the WLM work unit.
JR_BAD_ADDRESS - Static variable in exception com.ibm.jzos.ErrnoException
 
JR_INTERNAL_ERROR - Static variable in exception com.ibm.jzos.ErrnoException
 
JR_NO_STORAGE - Static variable in exception com.ibm.jzos.ErrnoException
 
JR_SMF_BAD_RECORD_LENGTH - Static variable in exception com.ibm.jzos.ErrnoException
 
JR_SMF_ERROR - Static variable in exception com.ibm.jzos.ErrnoException
 
JR_SMF_NOT_ACCEPTING - Static variable in exception com.ibm.jzos.ErrnoException
 
JR_SMF_NOT_ACTIVE - Static variable in exception com.ibm.jzos.ErrnoException
 
JR_SMF_NOT_AUTHORIZED - Static variable in exception com.ibm.jzos.ErrnoException
 
JZOS_MERGE_SYSOUT_PROPERTY - Static variable in class com.ibm.jzos.ZUtil
Property name used by batch launcher to cause stderr/stdout to be merged to DD:SYSOUT
JzosPermission - Class in com.ibm.jzos
Simple Permission class to allow JZOS to operate with a SecurityManager.
JzosPermission(String) - Constructor for class com.ibm.jzos.JzosPermission
 
JzosPermission(String, String) - Constructor for class com.ibm.jzos.JzosPermission
 

L

LAST_OP_BSAM_BLDL - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_BSAM_CLOSE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_BSAM_CLOSE_T - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_BSAM_NOTE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_BSAM_OPEN - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_BSAM_POINT - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_BSAM_READ - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_BSAM_STOW - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_BSAM_WRITE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_C_CANNOT_EXTEND - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_C_DBCS_SI_TRUNCATE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_C_DBCS_SO_TRUNCATE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_C_DBCS_TRUNCATE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_C_DBCS_UNEVEN - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_C_FCBCHECK - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_C_TRUNCATE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_HSP_CREATE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_HSP_DELETE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_HSP_EXTEND - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_HSP_READ - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_HSP_WRITE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_CATALOG - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_DEVTYPE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_LOCATE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_OBTAIN - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_RDJFCB - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_RENAME - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_SCRATCH - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_SWAREQ - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_TRKCALC - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_IO_UNCATALOG - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_QSAM_FREEPOOL - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_QSAM_GET - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_QSAM_PUT - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_QSAM_RELSE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_QSAM_TRUNC - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_SVC99_ALLOC - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_SVC99_ALLOC_NEW - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_SVC99_UNALLOC - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_TGET_READ - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_TGET_WRITE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_CLOSE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_ENDREQ - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_ERASE - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_GENCB - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_GET - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_MODCB - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_OPEN_ESDS - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_OPEN_ESDS_PATH - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_OPEN_FAIL - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_OPEN_KSDS - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_OPEN_KSDS_PATH - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_OPEN_RRDS - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_POINT - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_PUT - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_SHOWCB - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
LAST_OP_VSAM_TESTCB - Static variable in interface com.ibm.jzos.ZFileConstants
ZFileException getLastOp() constant (__amrc.__last_op)
leave() - Method in class com.ibm.jzos.wlm.WorkUnit
Leave the WLM work unit.
LEN - Static variable in class com.ibm.jzos.RauditxMessageHeader
LEN DS F
LEN - Static variable in class com.ibm.jzos.RauditxRelocateHeader
LEN DS F
LINKVAL - Static variable in class com.ibm.jzos.RauditxParameters
LINKVAL DS XL8
ListDirectory - Class in com.ibm.jzos.sample.nonvsam.directory
This sample demonstrates how to list the contents of a directory in two different ways.
ListDirectory() - Constructor for class com.ibm.jzos.sample.nonvsam.directory.ListDirectory
 
listSubdirectories(String) - Static method in class com.ibm.jzos.sample.nonvsam.directory.ListDirectory
Lists only the sub-directories.
locate(long, int) - Method in class com.ibm.jzos.ZFile
Locate a record using its record number or RBA.
locate(byte[], int) - Method in class com.ibm.jzos.ZFile
Locate a record given a key.
locate(byte[], int, int, int) - Method in class com.ibm.jzos.ZFile
Locate a record given a key.
LOCATE_KEY_EQ - Static variable in interface com.ibm.jzos.ZFileConstants
locate() option constant
LOCATE_KEY_EQ_BWD - Static variable in interface com.ibm.jzos.ZFileConstants
locate() option constant
LOCATE_KEY_FIRST - Static variable in interface com.ibm.jzos.ZFileConstants
locate() option constant
LOCATE_KEY_GE - Static variable in interface com.ibm.jzos.ZFileConstants
locate() option constant
LOCATE_KEY_LAST - Static variable in interface com.ibm.jzos.ZFileConstants
locate() option constant
LOCATE_RBA_EQ - Static variable in interface com.ibm.jzos.ZFileConstants
locate() option constant
LOCATE_RBA_EQ_BWD - Static variable in interface com.ibm.jzos.ZFileConstants
locate() option constant
locateDSN(String) - Static method in class com.ibm.jzos.ZFile
Lookup a dataset name entry in the catalog using the operating system LOCATE CAMLST.
locateDSN(String, DatasetVolumeList) - Static method in class com.ibm.jzos.ZFile
Lookup a dataset name entry in the catalog using the operating system LOCATE CAMLST.
LOG - Static variable in class com.ibm.jzos.RauditxParameters
LOG DS CL255 END
LOG_DEBUG - Static variable in class com.ibm.jzos.ZUtil
Debug level logging @see ZUtil.setLoggingLevel(int)
LOG_ERR - Static variable in class com.ibm.jzos.ZUtil
Error level logging @see ZUtil.setLoggingLevel(int)
LOG_INFO - Static variable in class com.ibm.jzos.ZUtil
Informational level logging @see ZUtil.setLoggingLevel(int)
LOG_LEN - Static variable in class com.ibm.jzos.RauditxParameters
LOG_LEN DS XL4
LOG_NOTICE - Static variable in class com.ibm.jzos.ZUtil
Notice level logging @see ZUtil.setLoggingLevel(int)
LOG_TRACE - Static variable in class com.ibm.jzos.ZUtil
Trace level logging @see ZUtil.setLoggingLevel(int)
LOG_WARN - Static variable in class com.ibm.jzos.ZUtil
Warning level logging @see ZUtil.setLoggingLevel(int)
logDiagnostic(int, String) - Static method in class com.ibm.jzos.ZUtil
Send a message to the JZOS toolkit's log, which goes to the Language Environment messages file, which is usually stderr or DD SYSOUT.
LongAccessor - Interface in com.ibm.jzos.fields
An interface which describes a Field which has long accessors.
longAsBytes(long) - Static method in class com.ibm.jzos.ByteUtil
Convert a long to eight bytes (big-endian).

M

main(String[]) - Static method in class com.ibm.jzos.Exec
An example main method for launching a command from main args
main(String[]) - Static method in class com.ibm.jzos.sample.CatalogSearchSample
 
main(String[]) - Static method in class com.ibm.jzos.sample.dfsort.DfSortCopyFixedDataset
 
main(String[]) - Static method in class com.ibm.jzos.sample.dfsort.DfSortCopyFixedDatasetToJava
 
main(String[]) - Static method in class com.ibm.jzos.sample.dfsort.DfSortCopyVariableDataset
 
main(String[]) - Static method in class com.ibm.jzos.sample.dfsort.DfSortFixedDatasetToFixedDataset
 
main(String[]) - Static method in class com.ibm.jzos.sample.dfsort.DfSortFixedDatasetToJava
 
main(String[]) - Static method in class com.ibm.jzos.sample.dfsort.DfSortFixedJavaToDataset
 
main(String[]) - Static method in class com.ibm.jzos.sample.dfsort.DfSortVariableDatasetToJava
 
main(String[]) - Static method in class com.ibm.jzos.sample.dfsort.DfSortVariableDatasetToVariableDataset
 
main(String[]) - Static method in class com.ibm.jzos.sample.dfsort.DfSortVariableJavaToDataset
 
main(String[]) - Static method in class com.ibm.jzos.sample.DynallocCopyDataset
 
main(String[]) - Static method in class com.ibm.jzos.sample.EnqUpdatePdsMember
 
main(String[]) - Static method in class com.ibm.jzos.sample.FileFactoryCopy
 
main(String[]) - Static method in class com.ibm.jzos.sample.HelloWorld
 
main(String[]) - Static method in class com.ibm.jzos.sample.MvsConsoleInteraction
This program issues a WTO requesting that a dataset name be sent via an operator modify command.
main(String[]) - Static method in class com.ibm.jzos.sample.MvsConsoleWrapper
The main method accepts as arguments the name of the wrapped class followed by its arguments.
main(String[]) - Static method in class com.ibm.jzos.sample.MvsJobOutput
A sample main method that writes sysout output for a job to System.out (STDOUT).
main(String[]) - Static method in class com.ibm.jzos.sample.MvsSubmitJob
A sample main method that submits JCL read from a file and then polls its status (for up to a minute) until it is complete.
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.directory.DeleteDirectory
 
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.directory.ListDirectory
The main method accepts a directory name as the only argument and calls both listAll(String) and listSubdirectories(String) to list the directory contents.
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.directory.MakeDirectory
The main method accepts a directory name as the only argument and calls makeDirectory(String) to create that directory.
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.directory.MakeDirectoryLike
The main method accepts the name of the new directory and the name of an existing directory, and then calls makeDirectoryLike(String, String) to create the new directory using the attributes of the existing directory.
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.CopyFile
The main method accepts two file names as the only arguments and calls copy(String, String) to copy records from the source file to the destination file.
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.CreateFile
 
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.CreateFileLike
 
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.CreateFileWithFileAttributes
The main method accepts a file name as the only argument and calls createFileWithAttributes(String) to create the file.
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.DeleteFile
 
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.GetFileAttributes
 
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.RandomAccessFile
 
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.ReadFile
 
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.RenameFile
 
main(String[]) - Static method in class com.ibm.jzos.sample.nonvsam.file.WriteFile
 
main(String[]) - Static method in class com.ibm.jzos.sample.PdsLister
 
main(String[]) - Static method in class com.ibm.jzos.sample.PeekOSMemory
 
main(String[]) - Static method in class com.ibm.jzos.sample.ShowJavaProperties
 
main(String[]) - Static method in class com.ibm.jzos.sample.StdinTester
 
main(String[]) - Static method in class com.ibm.jzos.sample.vsam.cluster.DefineKsdsAIX
The main method accepts the VSAM cluster name, AIX dataset name, and a flag indicating key uniqueness as the only arguments and calls defineAltIndex(String,String,String,int,int) to create the Alternate Index (AIX).
main(String[]) - Static method in class com.ibm.jzos.sample.vsam.cluster.DefineKsdsCluster
 
main(String[]) - Static method in class com.ibm.jzos.sample.vsam.cluster.DeleteKsdsAIX
 
main(String[]) - Static method in class com.ibm.jzos.sample.vsam.cluster.DeleteKsdsCluster
 
main(String[]) - Static method in class com.ibm.jzos.sample.vsam.file.DeleteKsdsRecords
 
main(String[]) - Static method in class com.ibm.jzos.sample.vsam.file.SeqReadKsds
 
main(String[]) - Static method in class com.ibm.jzos.sample.vsam.file.SeqWriteKsds
 
main(String[]) - Static method in class com.ibm.jzos.sample.vsam.file.UpdateKsdsRecords
 
main(String[]) - Static method in class com.ibm.jzos.sample.ZFileCopy
 
main(String[]) - Static method in class com.ibm.jzos.sample.ZFileKSDS
 
main(String[]) - Static method in class com.ibm.jzos.sample.ZFilePrint
 
main(String[]) - Static method in class com.ibm.jzos.sample.ZipDatasets
A Java main method for invoking this class.
MakeDirectory - Class in com.ibm.jzos.sample.nonvsam.directory
This sample demonstrates how to create a new directory.
MakeDirectory() - Constructor for class com.ibm.jzos.sample.nonvsam.directory.MakeDirectory
 
MakeDirectoryLike - Class in com.ibm.jzos.sample.nonvsam.directory
This sample demonstrates how to create a directory using the attributes of an existing directory.
MakeDirectoryLike() - Constructor for class com.ibm.jzos.sample.nonvsam.directory.MakeDirectoryLike
 
makeDirectoryLike(String, String) - Static method in class com.ibm.jzos.sample.nonvsam.directory.MakeDirectoryLike
Creates a new directory using an existing directory as a model.
makeFifo(String, int) - Static method in class com.ibm.jzos.ZFile
Makes a named pipe (fifo).
makeString(int, char) - Static method in class com.ibm.jzos.fields.StringField
A static helper method which answers a new String of a given size and filled with a given character.
MAX_ENTRIES - Static variable in class com.ibm.jzos.DatasetVolumeList
The maximum number of volume entries
MAX_FIELD_NAMES - Static variable in class com.ibm.jzos.CatalogSearch
The maximum number of field names that may be specified on a search
MAX_FIELD_WIDTH - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
MAX_FIELD_WIDTH - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
MAX_INPUT_LINE_LEN - Static variable in class com.ibm.jzos.AccessMethodServices
 
MAX_WORK_AREA_LENGTH - Static variable in class com.ibm.jzos.CatalogSearch
The maximum allowable work area size
MedicareRecord - Class in com.ibm.jzos.sample.fields
A class which maps a fictional Medicare Record.
MedicareRecord() - Constructor for class com.ibm.jzos.sample.fields.MedicareRecord
 
MedicareRecord(byte[]) - Constructor for class com.ibm.jzos.sample.fields.MedicareRecord
 
Messages - Class in com.ibm.jzos
Accessor class for externalized NLS messages in the com.ibm.jzos java package.
MIN_WORK_AREA_LENGTH - Static variable in class com.ibm.jzos.CatalogSearch
The minimum allowable work area size
mod - Variable in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 
MODE_FLAG_APPEND - Static variable in interface com.ibm.jzos.ZFileConstants
getModeFlags() bit mask constant (fldata.modeflag)
MODE_FLAG_READ - Static variable in interface com.ibm.jzos.ZFileConstants
getModeFlags() bit mask constant (fldata.modeflag)
MODE_FLAG_UPDATE - Static variable in interface com.ibm.jzos.ZFileConstants
getModeFlags() bit mask constant (fldata.modeflag)
MODE_FLAG_WRITE - Static variable in interface com.ibm.jzos.ZFileConstants
getModeFlags() bit mask constant (fldata.modeflag)
modificationDate - Variable in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 
modifiedLines - Variable in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 
MSG_CNT - Static variable in class com.ibm.jzos.RauditxParameters
MSG_CNT DS F
MvsCommandCallback - Interface in com.ibm.jzos
Implement this interface to control how MVS operator commands are handled.
MvsConsole - Class in com.ibm.jzos
A class with static methods to interface with the MVS console.
MvsConsole() - Constructor for class com.ibm.jzos.MvsConsole
 
MvsConsoleInteraction - Class in com.ibm.jzos.sample
This sample shows how JZOS can be used to interact with the MVS console.
MvsConsoleInteraction() - Constructor for class com.ibm.jzos.sample.MvsConsoleInteraction
 
MvsConsoleResult - Class in com.ibm.jzos
A object containing results from the MvsConsole native calls to the C library __console2() api.
MvsConsoleResult(int, int, String) - Constructor for class com.ibm.jzos.MvsConsoleResult
Construct an instance
MvsConsoleWrapper - Class in com.ibm.jzos.sample
This sample demonstrates a main program that can be used to wrap another main program while redirecting System.in and System.out to the MVS console.
MvsConsoleWrapper() - Constructor for class com.ibm.jzos.sample.MvsConsoleWrapper
 
MvsJob - Class in com.ibm.jzos.sample
Simple bean which holds a MVS jobname and id.
MvsJob(String, String) - Constructor for class com.ibm.jzos.sample.MvsJob
 
MvsJobOutput - Class in com.ibm.jzos.sample
Sample program which reads all sysout data for a MvsJob (jobname and jobid), and writes the output to a specified Writer.
MvsJobOutput() - Constructor for class com.ibm.jzos.sample.MvsJobOutput
 
MvsJobSubmitter - Class in com.ibm.jzos
Class to submit a job to the internal reader, returning the jobid.
MvsJobSubmitter() - Constructor for class com.ibm.jzos.MvsJobSubmitter
Construct and open an internal reader using default parameters (recfm=fixed, lrecl=80, rdrclass='*').
MvsJobSubmitter(int, boolean, char) - Constructor for class com.ibm.jzos.MvsJobSubmitter
Construct and open an internal reader using supplied parameters.
MvsSubmitJob - Class in com.ibm.jzos.sample
Sample program which submits a job to the internal reader.
MvsSubmitJob() - Constructor for class com.ibm.jzos.sample.MvsSubmitJob
 

N

newBufferedInputStream(String, int) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedInputStream on a file with the given name.
newBufferedInputStream(String) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedInputStream on a file with the given name.
newBufferedOutputStream(String, int) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedOutputStream on a file with the given name and buffer size.
newBufferedOutputStream(String) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedOutputStream on a file with the given name.
newBufferedReader(String, String, int) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedReader on a file with the given name, encoding, and buffersize.
newBufferedReader(String, String) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedReader on a file with the given name, encoding, and a default buffersize.
newBufferedReader(String) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedReader on a file with the given name, default encoding, and a default buffersize.
newBufferedWriter(String, String, int) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedWriter on a file with the given name, encoding, and buffersize.
newBufferedWriter(String, String) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedWriter on a file with the given name, encoding, and default buffersize.
newBufferedWriter(String) - Static method in class com.ibm.jzos.FileFactory
Open a new BufferedWriter on a file with the given name, default encoding, and default buffersize.
newEncodedPrintStream(OutputStream, boolean) - Static method in class com.ibm.jzos.ZUtil
Construct a PrintStream which is configured to transcode from the current Java file encoding to the current default platform encoding.
newEncodedPrintStream(OutputStream, boolean, String) - Static method in class com.ibm.jzos.ZUtil
Construct a PrintStream which is configured to transcode from the current Java file encoding to the given encoding
newEncodedPrintStream(OutputStream, boolean, String, boolean) - Static method in class com.ibm.jzos.ZUtil
Construct a PrintStream which which can be used to transcode characters and bytes from the current Java file encoding to the given encoding
newInputStream(String) - Static method in class com.ibm.jzos.FileFactory
Open a new unbuffered InputStream on a file with the given name.
newOutputStream(String) - Static method in class com.ibm.jzos.FileFactory
Open a new unbuffered OutputStream on a file with the given name.
newReader(String, int) - Static method in class com.ibm.jzos.RecordReader
Construct a new RecordReader for the given dataset name.
newReader(ZFile) - Static method in class com.ibm.jzos.ZFileRecordReader
Deprecated.
This method no longer provides the most efficient way to perform dataset I/O.
newReaderForDD(String) - Static method in class com.ibm.jzos.RecordReader
Construct a new RecordReader on the given DD.
newWriter(String, int) - Static method in class com.ibm.jzos.RecordWriter
Construct a new RecordWriter for an existing z/OS data set.
newWriterForDD(String) - Static method in class com.ibm.jzos.RecordWriter
Construct a new RecordWriter on the given DD.
next() - Method in class com.ibm.jzos.CatalogSearch
Return the next Entry from the search.

O

obtain() - Method in class com.ibm.jzos.Enqueue
Obtain (ENQ on) the resource described by this object by invoking the ISGENQ macro.
obtainDSN(String, String) - Static method in class com.ibm.jzos.ZFile
Read the Format-1 DSCB for a DSN/volume using the OBTAIN/CAMLST SEARCH macro.
ONE_MINUTE - Static variable in class com.ibm.jzos.sample.MvsSubmitJob
 
ONE_SECOND - Static variable in class com.ibm.jzos.sample.MvsSubmitJob
 
OPEN_MODE_BINARY - Static variable in interface com.ibm.jzos.ZFileConstants
getOpenMode() constant (fldata._openmode _BINARY)
OPEN_MODE_RECORD - Static variable in interface com.ibm.jzos.ZFileConstants
getOpenMode() constant (fldata._openmode _RECORD)
OPEN_MODE_TEXT - Static variable in interface com.ibm.jzos.ZFileConstants
getOpenMode() constant (fldata._openmode _TEXT)

P

PackedDecimalAsBigDecimalField - Class in com.ibm.jzos.fields
A packed decimal Field with BigDecimal accessors.
PackedDecimalAsBigDecimalField(int, int, int, boolean) - Constructor for class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
Construct an instance.
PackedDecimalAsBigIntegerField - Class in com.ibm.jzos.fields
A packed decimal Field up to 31 digits with BigInteger accessors.
PackedDecimalAsBigIntegerField(int, int, int, boolean) - Constructor for class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
Construct an instance
PackedDecimalAsIntField - Class in com.ibm.jzos.fields
A packed decimal Field up to 9 digits (5 bytes) with int accessors.
PackedDecimalAsIntField(int, int, boolean) - Constructor for class com.ibm.jzos.fields.PackedDecimalAsIntField
Construct an instance
PackedDecimalAsLongField - Class in com.ibm.jzos.fields
A packed decimal Field up to 18 digits (10 bytes) with long accessors.
PackedDecimalAsLongField(int, int, boolean) - Constructor for class com.ibm.jzos.fields.PackedDecimalAsLongField
Construct an instance
PdsDirectory - Class in com.ibm.jzos
A class for opening a PDS directory and iterating over its members.
PdsDirectory(String) - Constructor for class com.ibm.jzos.PdsDirectory
Open a ZFile with the given name as a PDS directory.
PdsDirectory.MemberInfo - Class in com.ibm.jzos
A static inner class of PdsDirectory which defines/maps a member directory entry.
PdsDirectory.MemberInfo(byte[], int) - Constructor for class com.ibm.jzos.PdsDirectory.MemberInfo
Construct a MemberInfo object on bytes read from a PDS directory block at a given offset.
PdsDirectory.MemberInfo.Statistics - Class in com.ibm.jzos
A nested inner class of MemberInfo which defines/maps ISPF directory entry statistics.
PdsDirectory.MemberInfo.Statistics() - Constructor for class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 
PdsLister - Class in com.ibm.jzos.sample
Sample program that lists a PDS directory.
PdsLister() - Constructor for class com.ibm.jzos.sample.PdsLister
 
PeekOSMemory - Class in com.ibm.jzos.sample
Sample program that dumps 500 bytes from the CVT to System.out
PeekOSMemory() - Constructor for class com.ibm.jzos.sample.PeekOSMemory
 
peekOSMemory(long, int) - Static method in class com.ibm.jzos.ZUtil
Peek (read) a long from OS memory.
peekOSMemory(long, byte[]) - Static method in class com.ibm.jzos.ZUtil
Peek bytes from OS memory.
peekOSMemory(long, byte[], int, int) - Static method in class com.ibm.jzos.ZUtil
Peek bytes from OS memory.
popOffset() - Method in class com.ibm.jzos.fields.DatatypeFactory
Pop the Field offset from the top of an internal stack.
printOn(Writer) - Method in class com.ibm.jzos.Format1DSCB
Print a formatted dump of the fields in this DSCB
pushOffset() - Method in class com.ibm.jzos.fields.DatatypeFactory
Push the current Field offset onto an internal stack.
putBigDecimal(BigDecimal, byte[]) - Method in interface com.ibm.jzos.fields.BigDecimalAccessor
Put a BigDecimal into the given byte array buffer, at the offset of this field.
putBigDecimal(BigDecimal, byte[], int) - Method in interface com.ibm.jzos.fields.BigDecimalAccessor
Put a BigDecimal into the given byte array buffer, at the bufOffset + offset of this field.
putBigDecimal(BigDecimal, byte[]) - Method in class com.ibm.jzos.fields.BinaryAsBigDecimalField
Put a BigDecimal into the given byte array buffer, at the offset of this field.
putBigDecimal(BigDecimal, byte[], int) - Method in class com.ibm.jzos.fields.BinaryAsBigDecimalField
Put a BigDecimal into the given byte array buffer, at the bufOffset + offset of this field.
putBigDecimal(BigDecimal, byte[]) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
putBigDecimal(BigDecimal, byte[], int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
putBigDecimal(BigDecimal, byte[]) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
Put a BigDecimal into the given byte array buffer, at the offset of this field.
putBigDecimal(BigDecimal, byte[], int) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
Put a BigDecimal into the given byte array buffer, at the bufOffset + offset of this field.
putBigInteger(BigInteger, byte[]) - Method in interface com.ibm.jzos.fields.BigIntegerAccessor
Put a BigInteger into the given byte array buffer, at the offset of this field.
putBigInteger(BigInteger, byte[], int) - Method in interface com.ibm.jzos.fields.BigIntegerAccessor
Put a BigInteger into the given byte array buffer, at the bufOffset + offset of this field.
putBigInteger(BigInteger, byte[], int) - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
Put a BigInteger into the given byte array buffer, at the bufOffset + offset of this field.
putBigInteger(BigInteger, byte[]) - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
Put a BigInteger into the given byte array buffer, at the offset of this field.
putBigInteger(BigInteger, byte[]) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
Put a BigInteger value into the given byte array buffer, at the offset of this field.
putBigInteger(BigInteger, byte[], int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
Put a BigInteger value into the given byte array buffer, at the bufOffset + offset of this field.
putBigInteger(BigInteger, byte[]) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
Put a BigInteger value into the given byte array buffer, at the offset of this field.
putBigInteger(BigInteger, byte[], int) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
Put a BigInteger value into the given byte array buffer, at the bufOffset + offset of this field.
putByteArray(byte[], byte[]) - Method in class com.ibm.jzos.fields.ByteArrayField
Put a byte array into the given buffer, at the offset of this field.
putByteArray(byte[], int, byte[]) - Method in class com.ibm.jzos.fields.ByteArrayField
Put a byte array into the given buffer, starting at an offset in the valueByte array.
putByteArray(byte[], byte[], int) - Method in class com.ibm.jzos.fields.ByteArrayField
Put a byte array into the given buffer, starting at the specified offset in the buffer.
putByteArray(byte[], int, byte[], int) - Method in class com.ibm.jzos.fields.ByteArrayField
Put a byte array into the given buffer, starting at an offset in the valueByte array and at the specified offset in the buffer.
putDouble(double, byte[]) - Method in interface com.ibm.jzos.fields.DoubleAccessor
Put a double into the given byte array buffer, at the offset of this field.
putDouble(double, byte[], int) - Method in interface com.ibm.jzos.fields.DoubleAccessor
Put a double into the given byte array buffer, at the bufOffset + offset of this field.
putDouble(double, byte[]) - Method in class com.ibm.jzos.fields.ExternalFloatField
Put a double value into the given byte array buffer, at the offset of this field.
putDouble(double, byte[], int) - Method in class com.ibm.jzos.fields.ExternalFloatField
Put a double value into the given byte array buffer, at the bufOffset + offset of this field.
putDouble(double, byte[]) - Method in class com.ibm.jzos.fields.IbmDoubleField
Put a double into the given byte array buffer, at the offset of this field.
putDouble(double, byte[], int) - Method in class com.ibm.jzos.fields.IbmDoubleField
Put a double into the given byte array buffer, at the bufOffset + offset of this field.
putFloat(float, byte[]) - Method in interface com.ibm.jzos.fields.FloatAccessor
Put a float into the given byte array buffer, at the offset of this field.
putFloat(float, byte[], int) - Method in interface com.ibm.jzos.fields.FloatAccessor
Put a float into the given byte array buffer, at the bufOffset + offset of this field.
putFloat(float, byte[]) - Method in class com.ibm.jzos.fields.IbmFloatField
Put a float into the given byte array buffer, at the offset of this field.
putFloat(float, byte[], int) - Method in class com.ibm.jzos.fields.IbmFloatField
Put a float into the given byte array buffer, at the bufOffset + offset of this field.
putInt(int, byte[], int) - Static method in class com.ibm.jzos.ByteUtil
Convert an int to four bytes (big-endian) and put into a byte array
putInt(int, byte[]) - Method in class com.ibm.jzos.fields.BinaryAsIntField
Put a signed int into thegiven byte array buffer, at the offset of this field.
putInt(int, byte[], int) - Method in class com.ibm.jzos.fields.BinaryAsIntField
Put a signed int into thegiven byte array buffer, at the bufOffset + offset of this field.
putInt(int, byte[]) - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
Put an int value into the given byte array buffer, at the offset of this field.
putInt(int, byte[], int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
Put an int value into the given byte array buffer, at the bufOffset + offset of this field.
putInt(int, byte[]) - Method in interface com.ibm.jzos.fields.IntAccessor
Put an int into thegiven byte array buffer, at the offset of this field.
putInt(int, byte[], int) - Method in interface com.ibm.jzos.fields.IntAccessor
Put an int into thegiven byte array buffer, at the bufOffset + offset of this field.
putInt(int, byte[]) - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
Put a int into the given byte array buffer, at the offset of this field.
putInt(int, byte[], int) - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
Put a int into the given byte array buffer, at the bufOffset + offset of this field.
putLong(long, byte[], int, int) - Static method in class com.ibm.jzos.ByteUtil
Convert a long to eight bytes (big-endian) and put into a byte array.
putLong(long, byte[], int) - Static method in class com.ibm.jzos.ByteUtil
Convert a long to eight bytes (big-endian) and put into a byte array.
putLong(long, byte[], int) - Method in class com.ibm.jzos.fields.BinaryAsLongField
Put a signed long into thegiven byte array buffer, at the bufOffset + offset of this field.
putLong(long, byte[]) - Method in class com.ibm.jzos.fields.BinaryAsLongField
Put a signed long into thegiven byte array buffer, at the bufOffset of this field.
putLong(long, byte[]) - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
Put a long value into the given byte array buffer, at the offset of this field.
putLong(long, byte[], int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
Put a long value into the given byte array buffer, at the bufOffset + offset of this field.
putLong(long, byte[]) - Method in interface com.ibm.jzos.fields.LongAccessor
Put a long into the given byte array buffer, at the offset of this field.
putLong(long, byte[], int) - Method in interface com.ibm.jzos.fields.LongAccessor
Put a long into the given byte array buffer, at the bufOffset + offset of this field.
putLong(long, byte[]) - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
Put a long value into the given byte array buffer, at the offset of this field.
putLong(long, byte[], int) - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
Put a long value into the given byte array buffer, at the bufOffset + offset of this field.
putString(String, byte[], int, int, String) - Static method in class com.ibm.jzos.ByteUtil
Convert a String into a byte array using the supplied encoding.
putString(String, byte[]) - Method in class com.ibm.jzos.fields.StringField
Put a String into the given byte array buffer, at the offset of this field.
putString(String, byte[], int) - Method in class com.ibm.jzos.fields.StringField
Put a String into the given byte array buffer, at the bufOffset + offset of this field.

Q

QUALIFIER - Static variable in class com.ibm.jzos.RauditxParameters
QUALIFIER DS F

R

RACF_CLS - Static variable in class com.ibm.jzos.RauditxParameters
RACF_CLS DS CL8
randomAccess(String) - Static method in class com.ibm.jzos.sample.nonvsam.file.RandomAccessFile
 
RandomAccessFile - Class in com.ibm.jzos.sample.nonvsam.file
This sample demonstrates how to randomly access a file.
RandomAccessFile() - Constructor for class com.ibm.jzos.sample.nonvsam.file.RandomAccessFile
 
Rauditx - Class in com.ibm.jzos
A JNI Wrapper for r_auditx, IRRSAX00 and IRRSAX64.
Rauditx() - Constructor for class com.ibm.jzos.Rauditx
Construct an instance
RAUDITX_MSG - Static variable in class com.ibm.jzos.RauditxMessageHeader
RAUDITX_MSG DSECT
RAUDITX_PARMS - Static variable in class com.ibm.jzos.RauditxParameters
RAUDITX_PARMS DSECT
RAUDITX_RELOCATE - Static variable in class com.ibm.jzos.RauditxRelocateHeader
RAUDITX_RELOCATE DSECT
RauditxException - Exception in com.ibm.jzos
A customized RuntimeException to carry return codes for RAuditx errors.
RauditxException(int, int, int) - Constructor for exception com.ibm.jzos.RauditxException
Construct a RAuditxException.
RauditxMessageHeader - Class in com.ibm.jzos
 
RauditxMessageHeader() - Constructor for class com.ibm.jzos.RauditxMessageHeader
 
RauditxMessageHeader(byte[]) - Constructor for class com.ibm.jzos.RauditxMessageHeader
 
RauditxParameters - Class in com.ibm.jzos
 
RauditxParameters() - Constructor for class com.ibm.jzos.RauditxParameters
 
RauditxParameters(byte[]) - Constructor for class com.ibm.jzos.RauditxParameters
 
RauditxRelocateHeader - Class in com.ibm.jzos
 
RauditxRelocateHeader() - Constructor for class com.ibm.jzos.RauditxRelocateHeader
 
RauditxRelocateHeader(byte[]) - Constructor for class com.ibm.jzos.RauditxRelocateHeader
 
RcException - Exception in com.ibm.jzos
Exception class that holds a return code and message resulting from a native call error.
RcException(String, int) - Constructor for exception com.ibm.jzos.RcException
 
RDWInputRecordStream - Class in com.ibm.jzos
This class is a wrapper that returns RDW delineated records from an InputStream.
RDWInputRecordStream(InputStream) - Constructor for class com.ibm.jzos.RDWInputRecordStream
Construct an instance of RDWInputRecordStream.
RDWOutputRecordStream - Class in com.ibm.jzos
This class is a wrapper that writes RDW delineated records to an OutputStream.
RDWOutputRecordStream(OutputStream) - Constructor for class com.ibm.jzos.RDWOutputRecordStream
Construct an instance of RDWOutputRecordStream.
read(byte[]) - Method in class com.ibm.jzos.RDWInputRecordStream
Read the next record into the supplied byte array.
read(byte[], int) - Method in class com.ibm.jzos.RDWInputRecordStream
Read the next record into the supplied byte array starting at offset.
read() - Method in class com.ibm.jzos.RDWInputRecordStream
Read the next record and return as a new byte array
read(byte[]) - Method in class com.ibm.jzos.RecordReader
Read a record from the dataset into a buffer.
read(byte[], int, int) - Method in class com.ibm.jzos.RecordReader
Read a record from the dataset into a buffer.
read(byte[]) - Method in class com.ibm.jzos.ZFile
Read a record from the file into a buffer.
read(byte[], int, int) - Method in class com.ibm.jzos.ZFile
Read from the native file into the supplied buffer.
read(byte[]) - Method in class com.ibm.jzos.ZFileRecordReader
Read a record from the native file into a buffer.
read(byte[], int, int) - Method in class com.ibm.jzos.ZFileRecordReader
Read a record from the native file into a buffer.
readBlockID(long, byte[], int) - Method in class com.ibm.jzos.ZLogstream
Reads a record (block) from the logstream with a given blockID.
readCursor(byte[], int, boolean) - Method in class com.ibm.jzos.ZLogstream
Reads a record (block) from the logstream at the current cursor position.
readDSCBChain(String, String) - Static method in class com.ibm.jzos.ZFile
Read the entire DSCB structure for a DSN/volume using the OBTAIN/CAMLST SEARCH macro.
ReadFile - Class in com.ibm.jzos.sample.nonvsam.file
This sample demonstrates how to read a file sequentially.
ReadFile() - Constructor for class com.ibm.jzos.sample.nonvsam.file.ReadFile
 
readFile(String) - Static method in class com.ibm.jzos.sample.nonvsam.file.ReadFile
 
readJFCB(String) - Static method in class com.ibm.jzos.ZFile
A static method for issuing RDJFCB for a given DDNAME.
readLine() - Method in class com.ibm.jzos.Exec
Reads a line from the external process stdout stream.
readRecords(String) - Static method in class com.ibm.jzos.sample.vsam.file.SeqReadKsds
 
readSearch(long, byte[], int) - Method in class com.ibm.jzos.ZLogstream
Reads a record (block) from the logstream using a given timestamp as a search argument.
RECFM_A - Static variable in interface com.ibm.jzos.ZFileConstants
getRecfmBits() bit mask value (fldata.__recfmASA)
RECFM_B - Static variable in interface com.ibm.jzos.ZFileConstants
getRecfmBits() bit mask value (fldata.__recfmBlk)
RECFM_F - Static variable in interface com.ibm.jzos.ZFileConstants
getRecfmBits() bit mask value (fldata.__recfmF)
RECFM_M - Static variable in interface com.ibm.jzos.ZFileConstants
getRecfmBits() bit mask value (fldata.__recfmM)
RECFM_S - Static variable in interface com.ibm.jzos.ZFileConstants
getRecfmBits() bit mask value (fldata.__recfmS)
RECFM_U - Static variable in interface com.ibm.jzos.ZFileConstants
getRecfmBits() bit mask value (fldata.__recfmU)
RECFM_V - Static variable in interface com.ibm.jzos.ZFileConstants
getRecfmBits() bit mask value (fldata.__recfmV)
reconnect() - Method in class com.ibm.jzos.ZLogstream
Reconnect this logstream.
RecordReader - Class in com.ibm.jzos
This class provides record mode read access to z/OS datasets.
RecordWriter - Class in com.ibm.jzos
This class provides record mode write access to z/OS datasets.
redirectStandardStreams() - Static method in class com.ibm.jzos.ZUtil
A convenience method to redirect the standard streams using the default character encoding.
redirectStandardStreams(String, boolean) - Static method in class com.ibm.jzos.ZUtil
A static method which redirects the standard streams as follows: System.out is redirected to DD:STDOUT (required) System.err is redirected to DD:STDERR (required) System.in is redirected from DD:STDIN (optional) This method is invoked by the JZOSVM launcher to redirect the standard Java streams to MVS DDs.
registerMvsCommandCallback(MvsCommandCallback) - Static method in class com.ibm.jzos.MvsConsole
Register an MVS operator command callback.
REL_CNT - Static variable in class com.ibm.jzos.RauditxParameters
REL_CNT DS F
release() - Method in class com.ibm.jzos.Enqueue
Release (DEQ) the resource described by this object's 'enqToken' property, which was previous enqueued using a successful Enqueue.obtain() call.
remove() - Method in class com.ibm.jzos.CatalogSearch
Unsupported Iterator interface method
remove(String) - Static method in class com.ibm.jzos.ZFile
Removes (deletes) a file (a dataset)
removeFieldName(String) - Method in class com.ibm.jzos.CatalogSearch
Remove a field name that had previously been set.
rename(String, String) - Static method in class com.ibm.jzos.sample.nonvsam.file.RenameFile
 
rename(String, String) - Static method in class com.ibm.jzos.ZFile
Renames a file (a dataset)
RenameFile - Class in com.ibm.jzos.sample.nonvsam.file
This sample demonstrates how to rename a file.
RenameFile() - Constructor for class com.ibm.jzos.sample.nonvsam.file.RenameFile
 
reopen(String) - Method in class com.ibm.jzos.ZFile
Reopen the file with different mode options.
RES - Static variable in class com.ibm.jzos.RauditxParameters
RES DS CL246
RES_LEN - Static variable in class com.ibm.jzos.RauditxParameters
RES_LEN DS XL4
RESERVED - Static variable in class com.ibm.jzos.RauditxMessageHeader
RESERVED DS F
RESERVED - Static variable in class com.ibm.jzos.RauditxRelocateHeader
RESERVED DS H Reserved
reset() - Method in class com.ibm.jzos.Transcoder
Rest the encoding state
reset() - Method in class com.ibm.jzos.wlm.ServerClassification
Reset a server classification instance to its initial state.
rewind() - Method in class com.ibm.jzos.ZFile
Seeks the file to the beginning and resets the counts.
ROUTCDE_DASD_POOL - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 4 Direct access pool.
ROUTCDE_DISK_LIBRARY - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 6 Disk library.
ROUTCDE_EMULATORS - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 12 Emulation.
ROUTCDE_MASTER_CONSOLE_ACTION - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 1 Operator action.
ROUTCDE_MASTER_CONSOLE_INFORMATION - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 2 Operator information.
ROUTCDE_PROGRAMMER_INFORMATION - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 11 Programmer information.
ROUTCDE_SYSPROG_INFORMATION - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 10 System/Error maintenance.
ROUTCDE_SYSTEM_SECURITY - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 9 System security.
ROUTCDE_TAPE_LIBRARY - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 5 Tape library.
ROUTCDE_TAPE_POOL - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 3 Tape pool.
ROUTCDE_TELEPROCESSING_CONTROL - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 8 Teleprocessing control.
ROUTCDE_UNIT_RECORD_POOL - Static variable in interface com.ibm.jzos.WtoConstants
WTO routing code 7 Unit record pool.
run() - Method in class com.ibm.jzos.Exec
Create (and start) the Runtime.exec process.
run() - Method in class com.ibm.jzos.sample.ZipDatasets
Process the given input datasets and create a Zip archive on the given output file or dataset.
run(Runnable) - Method in class com.ibm.jzos.wlm.WorkUnit
Execute the supplied Runnable against this WorkUnit.

S

S_IRGRP - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IROTH - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IRUSR - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IRWXG - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IRWXO - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IRWXU - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_ISGID - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_ISUID - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_ISVTX - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IWGRP - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IWOTH - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IWUSR - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IXGRP - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IXOTH - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
S_IXUSR - Static variable in interface com.ibm.jzos.ZFileConstants
mkfifo() mode constant
search() - Method in class com.ibm.jzos.CatalogSearch
Initiate the catalog search.
seek(long, int) - Method in class com.ibm.jzos.ZFile
Seek the file to the specified offset from origin.
SEEK_CUR - Static variable in interface com.ibm.jzos.ZFileConstants
seek() option contant
SEEK_END - Static variable in interface com.ibm.jzos.ZFileConstants
seek() option contant
SEEK_SET - Static variable in interface com.ibm.jzos.ZFileConstants
seek() option contant
SeqReadKsds - Class in com.ibm.jzos.sample.vsam.file
Sample program that reads records in a VSAM using ZFile.
SeqReadKsds() - Constructor for class com.ibm.jzos.sample.vsam.file.SeqReadKsds
 
SeqWriteKsds - Class in com.ibm.jzos.sample.vsam.file
Sample program that writes records in a VSAM using ZFile.
SeqWriteKsds() - Constructor for class com.ibm.jzos.sample.vsam.file.SeqWriteKsds
 
ServerClassification - Class in com.ibm.jzos.wlm
Class used to represent the server classification needed for WLM Work Unit creation.
setAccountInfo(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the account information.
setAddr(byte[]) - Method in class com.ibm.jzos.RauditxMessageHeader
 
setAddr(byte[]) - Method in class com.ibm.jzos.RauditxRelocateHeader
 
setAdmissionDate(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setAllowTruncation(boolean) - Method in class com.ibm.jzos.fields.StringField
Set whether or not to allow truncation of String values larger than the underlying byte length.
setAlwaysLogFailures() - Method in class com.ibm.jzos.Rauditx
Set the callable service to always log failures.
setAlwaysLogSuccesses() - Method in class com.ibm.jzos.Rauditx
Set the callable service to always log successes.
setAttr(long) - Method in class com.ibm.jzos.RauditxParameters
 
setAttributes(long) - Method in class com.ibm.jzos.Rauditx
Set the Attribute flag word with the supplied bit mask.
setAuthenticationEvent() - Method in class com.ibm.jzos.Rauditx
Set the event type to Authentication.
setAuthorizationEvent() - Method in class com.ibm.jzos.Rauditx
Set the event type to Authorization.
setAutoAdjustmentInd(String) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setAutoFlush(boolean) - Method in class com.ibm.jzos.Transcoder
Enable or disable autoflush
setAutoFree(boolean) - Method in class com.ibm.jzos.RecordReader
Sets a flag that will cause the DD to automatically be freed after close().
setAutoFree(boolean) - Method in class com.ibm.jzos.RecordWriter
Sets a flag that will cause the DD to automatically be freed after close().
setBenefitsExhaustInd(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setBenefitsPayInd(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setBillSource(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setBloodDed(BigDecimal) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setBloodPintsFurnished(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setBloodPintsReplaced(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setByteLength(int) - Method in class com.ibm.jzos.fields.ByteArrayField
Sets the byte length of the field
setByteLength(int) - Method in class com.ibm.jzos.fields.StringField
Sets the byte length of the field
setBytes(byte[]) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setCatalogName(String) - Method in class com.ibm.jzos.CatalogSearch
Set the name of the catalog to search.
setCategory(int) - Method in exception com.ibm.jzos.JesVsamException
Set the category (component) responsible for the exception.
setCheckWarningMode() - Method in class com.ibm.jzos.Rauditx
Set the callable service check warning mode.
setClaimNumber(String) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setClassifyInt(int, int) - Method in class com.ibm.jzos.wlm.ServerClassification
Generic method for setting a server classification integer.
setClassifyString(int, String) - Method in class com.ibm.jzos.wlm.ServerClassification
Generic method for setting a server classification string.
setClusterNameMatch(boolean) - Method in class com.ibm.jzos.CatalogSearch
Sets the cluster name match flag.
setCoinsuranceDays(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setCollection(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the customer defined name for a group of associated packages.
setComp(String) - Method in class com.ibm.jzos.RauditxParameters
 
setCompLen(long) - Method in class com.ibm.jzos.RauditxParameters
 
setComponent(String) - Method in class com.ibm.jzos.Rauditx
Set the component name (Required).
setConnection(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the name associated with the environment creating the workunit.
setContentionActFail() - Method in class com.ibm.jzos.Enqueue
Specifies that the ISGENQ call should fail with a RcException if there is a contention for the resource.
setContentionActWait() - Method in class com.ibm.jzos.Enqueue
Specifies that the ISGENQ call should wait if there is a contention for the resource.
setControl(int) - Method in class com.ibm.jzos.Enqueue
Configures the ENQ for shared or exclusive control (See ISGENQ_CONTROL_* constants).
setCorrelation(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the name associated with the user/program creating the work unit.
setDefaultPlatformEncoding(String) - Static method in class com.ibm.jzos.ZUtil
Set the default output encoding for this instance of the JVM.
setDescrs(int) - Method in class com.ibm.jzos.WtoMessage
Set the descriptor codes using a bit mask
setDescrs(int[]) - Method in class com.ibm.jzos.WtoMessage
Set the descriptor codes using an int array
setDischargeDate(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setDS1BLKL(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1BLKL(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1CREDT(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1CREDT(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1DSIND(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1DSIND(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1DSNAM(String) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1DSNAM(String) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1DSORG(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1DSORG(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1DSSN(String) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1DSSN(String) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1EXPDT(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1EXPDT(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1EXT1(byte[]) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1EXT1(byte[]) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1EXT2(byte[]) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1EXT2(byte[]) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1EXT3(byte[]) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1EXT3(byte[]) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1FLAG1(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1FLAG1(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1FMTID(String) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1FMTID(String) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1KEYL(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1KEYL(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1LRECL(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1LRECL(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1LSTAR(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1NOBDB(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1NOBDB(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1NOEPV(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1NOEPV(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1OPTCD(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1OPTCD(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1PTRDS(byte[]) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1PTRDS(byte[]) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1RECFM(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1RECFM(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1REFD(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1REFD(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1RKP(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1RKP(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1SCAL1(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1SCAL1(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1SCAL3(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1SCAL3(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1SCALO(byte[]) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1SCALO(long) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1SCEXT(byte[]) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1SCEXT(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1SCXTF(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1SCXTF(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1SCXTV(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1SCXTV(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1SMSFG(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1SMSFG(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1STAR(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1SYSCD(String) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1SYSCD(String) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1TRBAL(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1TRBAL(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1TTTHI(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1TTTHI(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS1VOLSQ(int) - Method in class com.ibm.jzos.Format1DSCB
 
setDS1VOLSQ(int) - Method in class com.ibm.jzos.Format8DSCB
 
setDS3ADEXT(byte[]) - Method in class com.ibm.jzos.Format3DSCB
 
setDS3DSCB(byte[]) - Method in class com.ibm.jzos.Format3DSCB
 
setDS3EXT1(byte[]) - Method in class com.ibm.jzos.Format3DSCB
 
setDS3EXTNT(byte[]) - Method in class com.ibm.jzos.Format3DSCB
 
setDS3FMTID(String) - Method in class com.ibm.jzos.Format3DSCB
 
setDS3KEYID(long) - Method in class com.ibm.jzos.Format3DSCB
 
setDS3PTRDS(byte[]) - Method in class com.ibm.jzos.Format3DSCB
 
setDs5avext(byte[]) - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
setDs5extav(byte[]) - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
setDs5fmtid(String) - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
setDs5keyid(long) - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
setDs5mavet(byte[]) - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
setDs5ptrds(byte[]) - Method in class com.ibm.jzos.sample.fields.Format5DSCBBase
 
setDS9ATRI1(String) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9ATRI2(byte[]) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9ATRV1(byte[]) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9CCPTR(int) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9F3(byte[]) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9F3CC(String) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9F3HH(String) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9F3P(byte[]) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9F3R(String) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9FLAG1(int) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9FMTID(String) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9HHPTR(int) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9JOBNAME(String) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9KEYID(int) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9NUMF3(int) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9NUMF9(int) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9PTRDS(byte[]) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9RPTR(int) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9STEPNAME(String) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9SUBTY(int) - Method in class com.ibm.jzos.Format9DSCB
 
setDS9TIME(byte[]) - Method in class com.ibm.jzos.Format9DSCB
 
setEncoding(String) - Method in class com.ibm.jzos.fields.StringField
Set the (EBCDIC variant) encoding for this field.
setEntryTypes(String) - Method in class com.ibm.jzos.CatalogSearch
Set the entry types to be returned with the search.
setEnv(String, String) - Static method in class com.ibm.jzos.ZUtil
Set an Environment variable.
setEvent(int) - Method in class com.ibm.jzos.Rauditx
Set the event code (Required).
setEvent(int) - Method in class com.ibm.jzos.RauditxParameters
 
setEventFailure() - Method in class com.ibm.jzos.Rauditx
Set the Event Result to failure.
setEventSuccess() - Method in class com.ibm.jzos.Rauditx
Set the Event Result to success.
setFilterKey(String) - Method in class com.ibm.jzos.CatalogSearch
Sets the filter key for the search.
setFirsttrk(int) - Method in class com.ibm.jzos.sample.fields.Format5Extent
 
setFlags(long) - Method in class com.ibm.jzos.WtoMessage
Answer the flags bit mask used to issue the message
setFmid(String) - Method in class com.ibm.jzos.Rauditx
Set the FMID of the product or component.
setFmid(String) - Method in class com.ibm.jzos.RauditxParameters
 
setFromDate(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setFullDays(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setFullwordLengths(boolean) - Method in class com.ibm.jzos.CatalogSearch
Specify whether the data lengths for variable field data are 4 bytes or 2 bytes.
setGMT(boolean) - Method in class com.ibm.jzos.ZLogstream
Sets whether timestamps are in GMT(UTC) or LOCAL TOD clock format.
setIgnoreSuccessWithNoAuditLogRecord(boolean) - Method in class com.ibm.jzos.Rauditx
Sets a flag to not throw an exception when the R_auditx callable service is successful, but no audit record is logged.
setInpatientDed(BigDecimal) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setInputStreamHasRdws() - Method in class com.ibm.jzos.DfSort
Indicate that the records to be sent as input to DFSORT are variable length, and that each record will prefixed by a 4 byte (big endian) RDW.
setInputStreamRecLen(int) - Method in class com.ibm.jzos.DfSort
Set a fixed record length for the records that will be sent as input to DFSORT.
setIntermediaryCtrlNum(String) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setIntermediaryNum(long) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setLen(int) - Method in class com.ibm.jzos.RauditxMessageHeader
 
setLen(int) - Method in class com.ibm.jzos.RauditxRelocateHeader
 
setLifetimeResDays(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setLinkval(byte[]) - Method in class com.ibm.jzos.RauditxParameters
 
setLinkValue(byte[]) - Method in class com.ibm.jzos.Rauditx
Set the link value, used to correlate SMF records.
setLinkValue(String) - Method in class com.ibm.jzos.Rauditx
Set the link value, used to correlate SMF records.
setLog(String) - Method in class com.ibm.jzos.RauditxParameters
 
setLoggingLevel(int) - Method in class com.ibm.jzos.DfSort
Set the logging level for the jdfsort child process.
setLoggingLevel(int) - Static method in class com.ibm.jzos.ZUtil
Sets the logging level for the Toolkit native code.
setLogLen(long) - Method in class com.ibm.jzos.RauditxParameters
 
setLogstreamName(String) - Method in exception com.ibm.jzos.ZLogstreamException
Sets the logstreamName
setLogString(String) - Method in class com.ibm.jzos.Rauditx
Sets the log string - character data to be written with the audit information.
setLUName(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the local LU name associated with the requester.
setMaxErrorLines(int) - Method in class com.ibm.jzos.Exec
Set the limit for how many of the external process stderr lines will be kept.
setMedicareProvider(String) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setMsgCnt(int) - Method in class com.ibm.jzos.RauditxParameters
 
setNetworkID(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the network ID associated with the requester.
setNeverLogFailures() - Method in class com.ibm.jzos.Rauditx
Set the callable service to never log failures.
setNeverLogSuccesses() - Method in class com.ibm.jzos.Rauditx
Set the callable service to never log successes.
setOffset(int) - Method in class com.ibm.jzos.fields.BinaryAsBigIntegerField
 
setOffset(int) - Method in class com.ibm.jzos.fields.BinaryAsIntField
 
setOffset(int) - Method in class com.ibm.jzos.fields.BinaryAsLongField
 
setOffset(int) - Method in class com.ibm.jzos.fields.ByteArrayField
 
setOffset(int) - Method in class com.ibm.jzos.fields.DatatypeFactory
 
setOffset(int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigDecimalField
 
setOffset(int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsBigIntegerField
 
setOffset(int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsIntField
 
setOffset(int) - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
 
setOffset(int) - Method in class com.ibm.jzos.fields.ExternalFloatField
 
setOffset(int) - Method in interface com.ibm.jzos.fields.Field
 
setOffset(int) - Method in class com.ibm.jzos.fields.IbmDoubleField
 
setOffset(int) - Method in class com.ibm.jzos.fields.IbmFloatField
 
setOffset(int) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigDecimalField
 
setOffset(int) - Method in class com.ibm.jzos.fields.PackedDecimalAsBigIntegerField
 
setOffset(int) - Method in class com.ibm.jzos.fields.PackedDecimalAsIntField
 
setOffset(int) - Method in class com.ibm.jzos.fields.PackedDecimalAsLongField
 
setOffset(int) - Method in class com.ibm.jzos.fields.StringField
 
setOutputBufLen(int) - Method in class com.ibm.jzos.AccessMethodServices
Sets the output buffer length.
setOutputDDName(String) - Method in class com.ibm.jzos.AccessMethodServices
Sets a pre-allocated DDNAME to be used to write IDCAMS SYSPRINT output.
setOutputStreamHasRdws() - Method in class com.ibm.jzos.DfSort
Indicate that the records sent from DFSORT to java are variable length, and that each record will prefixed by a 4 byte (big endian) RDW.
setOutputStreamRecLen(int) - Method in class com.ibm.jzos.DfSort
Set a fixed record length for the records that will be received from DFSORT.
setPackage(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the package name for a set of associated SQL statements.
setPadLeft(boolean) - Method in class com.ibm.jzos.fields.StringField
Set to true if the field will right-justify String values that are shorter than the underlying field length.
setPatientStatus(String) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setPerformanceGroup(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the performance group number (PGN) associated with the work unit.
setPlan(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the access plan name for a set of associated SQL statements.
setPos(byte[]) - Method in class com.ibm.jzos.ZFile
Sets the position of the native file.
setPriority(int) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the priority associated with the work unit to be created.
setProcedureName(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the DB2 Stored SQL Procedure name associated with the work unit.
setProcessName(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the process name associated with the work unit.
setQualifier(int) - Method in class com.ibm.jzos.Rauditx
Sets the Event Code Qualifier.
setQualifier(int) - Method in class com.ibm.jzos.RauditxParameters
 
setRacfClass(String) - Method in class com.ibm.jzos.Rauditx
Set the RACF class name.
setRacfCls(String) - Method in class com.ibm.jzos.RauditxParameters
 
setRc(int) - Method in exception com.ibm.jzos.JesVsamException
Set the category specific return code.
setReason(int) - Method in exception com.ibm.jzos.JesVsamException
Set the category specific reason code.
setRelCnt(int) - Method in class com.ibm.jzos.RauditxParameters
 
setRes(String) - Method in class com.ibm.jzos.RauditxParameters
 
setReserved(int) - Method in class com.ibm.jzos.RauditxMessageHeader
 
setReserved(int) - Method in class com.ibm.jzos.RauditxRelocateHeader
 
setResLen(long) - Method in class com.ibm.jzos.RauditxParameters
 
setResource(String) - Method in class com.ibm.jzos.Rauditx
Sets the resource name covered by a profile defined in the RACF class specified by Rauditx.setRacfClass(String).
setResumeName(String) - Method in class com.ibm.jzos.CatalogSearch
Set the resume name for an active, resumable search.
setRetrySleepTimeMs(long) - Method in class com.ibm.jzos.ZLogstream
Sets the time to sleep in ms between retries
setRoutcdes(int) - Method in class com.ibm.jzos.WtoMessage
Set the route codes using a integer bit mask.
setRoutcdes(int[]) - Method in class com.ibm.jzos.WtoMessage
Set the route codes using a integer array.
setSameAddressSpace(boolean) - Method in class com.ibm.jzos.DfSort
Sets whether the child DFSORT process will be spawned in the same address space as the Java JVM, or in a separate/new BPX address space.
setSchedulingEnvironment(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the scheduling environment information.
setScope(int) - Method in class com.ibm.jzos.Enqueue
Configures the ENQ scope (See ISGENQ_SCOPE_* constants).
setSequenceCounter(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setSigned(boolean) - Method in class com.ibm.jzos.fields.BinaryAsIntField
 
setSigned(boolean) - Method in class com.ibm.jzos.fields.BinaryAsLongField
 
setSignExternal(boolean) - Method in class com.ibm.jzos.fields.ExternalDecimalAsLongField
 
setSingleCatalog(boolean) - Method in class com.ibm.jzos.CatalogSearch
Specify whether a single catalog is to be searched.
setSmf83ath(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83au2(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83cnt(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83des(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83df1(byte[]) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83df2(String) - Method in class com.ibm.jzos.sample.fields.Smf83Product
 
setSmf83df3(long) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83dte(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83err(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83evq(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83evt(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83flg(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83gr2(String) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83grp(String) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83jbn(String) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83ld1(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83ld2(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83len(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83lnk(long) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83lpd(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83nd1(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83nd2(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83npd(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83od1(long) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83od2(long) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83opd(long) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83pnm(String) - Method in class com.ibm.jzos.sample.fields.Smf83Product
 
setSmf83re2(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83rea(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83rel(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83rsd(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83rst(long) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83rsv(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83rty(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83rvn(String) - Method in class com.ibm.jzos.sample.fields.Smf83Product
 
setSmf83sds(byte[]) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83sec(String) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83seg(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83sid(String) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83ssi(String) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83tlv(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83tme(long) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83trm(String) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83trp(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83typ(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSmf83uid(String) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83us2(String) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83usr(String) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83ver(int) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83vrm(String) - Method in class com.ibm.jzos.sample.fields.Smf83Security
 
setSmf83xxx(int) - Method in class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
setSourceLU(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the source LU name associated with the requester.
setStringEncoding(String) - Method in class com.ibm.jzos.fields.DatatypeFactory
 
setStringTrimDefault(boolean) - Method in class com.ibm.jzos.fields.DatatypeFactory
 
setSubsystemCollectionName(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the subsystem collection name.
setSubsystemParameter(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the transaction subsystem parameter.
setSubtype(int) - Method in class com.ibm.jzos.Rauditx
Sets the SMF type 83 record subtype assigned to the component (Required).
setSubtype(int) - Method in class com.ibm.jzos.RauditxParameters
 
setTargetEncoding(String) - Method in class com.ibm.jzos.sample.ZipDatasets
Sets the name of the codepage used to encode the text data written to the Zip file.
setThruDate(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setTimeout(int) - Method in class com.ibm.jzos.Exec
Sets the length of time, in milliseconds, to wait for the external process if no response (stdout or stderr) is received.
setToken(int) - Method in class com.ibm.jzos.WtoMessage
Set the int token used to find this message for deletion
setTotalCharges(BigDecimal) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setTransactionClass(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the transaction class.
setTransactionInd(int) - Method in class com.ibm.jzos.sample.fields.MedicareRecord
 
setTransactionName(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the transaction name.
setTrim(boolean) - Method in class com.ibm.jzos.fields.StringField
Set to true if the String value obtained from the underlying byte array are to be blank trimmed.
setType(int) - Method in class com.ibm.jzos.RauditxRelocateHeader
 
setUnusedcyl(int) - Method in class com.ibm.jzos.sample.fields.Format5Extent
 
setUnusedtrk(int) - Method in class com.ibm.jzos.sample.fields.Format5Extent
 
setUserid(String) - Method in class com.ibm.jzos.wlm.ServerClassification
Set the user ID.
setWaitTypeECB() - Method in class com.ibm.jzos.Enqueue
Specifies that the ISGENQ call should wait on an internal ECB if there is a contention for the resource.
setWaitTypeSuspend() - Method in class com.ibm.jzos.Enqueue
Specifies that the ISGENQ call should suspend the current thread if there is a contention for the resource.
setWriteRetryCount(int) - Method in class com.ibm.jzos.ZLogstream
Sets the default retry count for certain kinds of write errors
ShowJavaProperties - Class in com.ibm.jzos.sample
Simple class used to display Java system properties and selected system environment variables
ShowJavaProperties() - Constructor for class com.ibm.jzos.sample.ShowJavaProperties
 
SIGN_BIT - Static variable in class com.ibm.jzos.fields.IbmDoubleField
 
SIGNED_MAX_LEN1_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
SIGNED_MAX_LEN1_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MAX_LEN2_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
SIGNED_MAX_LEN2_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MAX_LEN3_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
SIGNED_MAX_LEN3_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MAX_LEN4_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
SIGNED_MAX_LEN4_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MAX_LEN5_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MAX_LEN6_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MAX_LEN7_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MAX_LEN8_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MIN_LEN1_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
SIGNED_MIN_LEN1_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MIN_LEN2_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
SIGNED_MIN_LEN2_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MIN_LEN3_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
SIGNED_MIN_LEN3_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MIN_LEN4_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
SIGNED_MIN_LEN4_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MIN_LEN5_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MIN_LEN6_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MIN_LEN7_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
SIGNED_MIN_LEN8_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
Smf83BaseRecord - Class in com.ibm.jzos.sample.fields
Base class to map the fixed portion of SMF record 83 (RACF Security information).
Smf83BaseRecord(byte[]) - Constructor for class com.ibm.jzos.sample.fields.Smf83BaseRecord
 
SMF83DS1 - Static variable in class com.ibm.jzos.sample.fields.Smf83Security
 
Smf83Product - Class in com.ibm.jzos.sample.fields
Maps a Product/Subsystem section of SMF record 83 (RACF Security information).
Smf83Product(byte[], int) - Constructor for class com.ibm.jzos.sample.fields.Smf83Product
 
SMF83PSS - Static variable in class com.ibm.jzos.sample.fields.Smf83Product
 
Smf83Record - Class in com.ibm.jzos.sample.fields
A class which maps an SMF 83 Record (RACF security information).
Smf83Record(byte[]) - Constructor for class com.ibm.jzos.sample.fields.Smf83Record
Construct an instance using the given raw bytes
Smf83Security - Class in com.ibm.jzos.sample.fields
Maps a Security section of SMF record 83 (RACF Security information).
Smf83Security(byte[], int) - Constructor for class com.ibm.jzos.sample.fields.Smf83Security
 
SMF_HEADER_PREFIX_LEN - Static variable in class com.ibm.jzos.ZUtil
The length of an SMF header prefix
SMFRCD83 - Static variable in class com.ibm.jzos.sample.fields.Smf83BaseRecord
IFASMFR 83
%IFABGN1: ;
SMF RECORD FIXED HEADER SECTION @D6A
smfRecord(int, int, byte[]) - Static method in class com.ibm.jzos.ZUtil
Write a System Management Facility (SMF) record.
startMvsCommandListener() - Static method in class com.ibm.jzos.MvsConsole
Called by JZOS to allow this Java application intercept MVS Operator commands.
StdinTester - Class in com.ibm.jzos.sample
Simple class which reads from System.in (//STDIN DD in batch), and copies to System.out (//STDOUT)
StdinTester() - Constructor for class com.ibm.jzos.sample.StdinTester
 
StringField - Class in com.ibm.jzos.fields
A String Field.
StringField(int, int) - Constructor for class com.ibm.jzos.fields.StringField
Construct an instance with trim=true, padLeft=false, and allowTruncation=true.
StringField(int, int, boolean) - Constructor for class com.ibm.jzos.fields.StringField
Construct an instance with padLeft=false and allowTruncation=true.
StringField(int, int, boolean, boolean) - Constructor for class com.ibm.jzos.fields.StringField
Construct an instance with allowTruncation=true.
StringField(int, int, boolean, boolean, boolean) - Constructor for class com.ibm.jzos.fields.StringField
Construct an instance.
StringField(int, int, boolean, boolean, boolean, String) - Constructor for class com.ibm.jzos.fields.StringField
Construct an instance.
substituteSystemSymbols(String, boolean) - Static method in class com.ibm.jzos.ZUtil
Substitute text for MVS system symbols.
substituteSystemSymbols(String) - Static method in class com.ibm.jzos.ZUtil
Substitute text for MVS system symbols.
SUBTYPE - Static variable in class com.ibm.jzos.RauditxParameters
SUBTYPE DS F

T

tell() - Method in class com.ibm.jzos.ZFile
Returns the position of the file.
test() - Method in class com.ibm.jzos.Enqueue
Obtain (ENQ on) the resource described by this object by invoking the ISGENQ macro, using the TEST=YES option.
toHexString(int, int) - Static method in class com.ibm.jzos.ByteUtil
Return a hex string encoding of an integer to a given width.
toHexString(byte[]) - Static method in class com.ibm.jzos.ByteUtil
Return a hex string encoding of a byte array.
toHexString(byte[], int, int) - Static method in class com.ibm.jzos.ByteUtil
Return a hex string encoding of a byte array.
toString() - Method in exception com.ibm.jzos.JesVsamException
Diagnostic string used by logging framework.
toString() - Method in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
Answer a string representation of the receiver.
toString() - Method in class com.ibm.jzos.PdsDirectory.MemberInfo
Answer a String representation of the receiver, which includes the member name and ISPF statistics (if present).
toString() - Method in class com.ibm.jzos.sample.MvsJob
 
toString() - Method in class com.ibm.jzos.ZLogstream
Answer a String representation of the receiver
touch() - Static method in class com.ibm.jzos.ZUtil
 
Transcoder - Class in com.ibm.jzos
This class provides conversions from a source Charset (Codepage) to a target Charset.
Transcoder(String, String, OutputStream) - Constructor for class com.ibm.jzos.Transcoder
Construct an instnace
Transcoder(String, String, OutputStream, int, int, boolean) - Constructor for class com.ibm.jzos.Transcoder
Construct an instance
TranscodingPrintStream - Class in com.ibm.jzos
A subclass of PrintStream that sets an encoding on its OutputStreamWriter and also transcodes any write(byte[]) messages that are sent to it when it is treated as an OutputStream.
TranscodingPrintStream(OutputStream, boolean, String, boolean) - Constructor for class com.ibm.jzos.TranscodingPrintStream
Create a new transcoding print stream.
TranscodingPrintStream(OutputStream, boolean, String, String, boolean) - Constructor for class com.ibm.jzos.TranscodingPrintStream
Create a new transcoding print stream.
translate(byte[]) - Method in class com.ibm.jzos.Transcoder
Transcode a byte array
translate(byte[], int, int) - Method in class com.ibm.jzos.Transcoder
Transcode a byte array at a given offset and length
TWO_SECONDS - Static variable in class com.ibm.jzos.sample.MvsSubmitJob
 
TYPE - Static variable in class com.ibm.jzos.RauditxRelocateHeader
TYPE DS H

U

unpackLong(byte[], int, int, boolean) - Static method in class com.ibm.jzos.ByteUtil
Unpack length bytes from the supplied byte array starting at offset.
UNSIGNED_MAX_LEN1_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
UNSIGNED_MAX_LEN1_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
UNSIGNED_MAX_LEN2_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
UNSIGNED_MAX_LEN2_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
UNSIGNED_MAX_LEN3_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
UNSIGNED_MAX_LEN3_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
UNSIGNED_MAX_LEN4_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsIntField
 
UNSIGNED_MAX_LEN4_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
UNSIGNED_MAX_LEN5_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
UNSIGNED_MAX_LEN6_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
UNSIGNED_MAX_LEN7_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
UNSIGNED_MAX_LEN8_VAL - Static variable in class com.ibm.jzos.fields.BinaryAsLongField
 
update() - Method in class com.ibm.jzos.sample.EnqUpdatePdsMember
Update a given fully qualified PDS name and membername.
update(byte[]) - Method in class com.ibm.jzos.ZFile
Update a VSAM record.
update(byte[], int, int) - Method in class com.ibm.jzos.ZFile
Update a VSAM record.
updateHealthTimer() - Method in class com.ibm.jzos.Exec
Reset the health timer for the external process.
UpdateKsdsRecords - Class in com.ibm.jzos.sample.vsam.file
Sample program that updates records in a VSAM using ZFile.
UpdateKsdsRecords() - Constructor for class com.ibm.jzos.sample.vsam.file.UpdateKsdsRecords
 
updateRecords(String) - Static method in class com.ibm.jzos.sample.vsam.file.UpdateKsdsRecords
 
usage() - Static method in class com.ibm.jzos.sample.ZipDatasets
Display usage syntax for invoking this class as a java main() method.
userid - Variable in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 

V

version - Variable in class com.ibm.jzos.PdsDirectory.MemberInfo.Statistics
 
VSAM_API_BUF_TOO_SMALL - Static variable in exception com.ibm.jzos.JesVsamException
 
VSAM_API_MALLOC_ERROR - Static variable in exception com.ibm.jzos.JesVsamException
 
VSAM_API_STATE_ERR - Static variable in exception com.ibm.jzos.JesVsamException
 
VSAM_API_STATE_ERR_BAD_RECORD_LENGTH - Static variable in exception com.ibm.jzos.JesVsamException
 
VSAM_API_STATE_ERR_FILE_NOT_OPEN - Static variable in exception com.ibm.jzos.JesVsamException
 
VSAM_API_STATE_ERR_INVALID_HANDLE - Static variable in exception com.ibm.jzos.JesVsamException
 
VSAM_API_STATE_ERR_WRITE_ERROR - Static variable in exception com.ibm.jzos.JesVsamException
 
VSAM_SYS_ERROR_OPENING_NONVSAM - Static variable in exception com.ibm.jzos.JesVsamException
 
VSAM_SYS_REASON_NOT_AUTHORIZED - Static variable in exception com.ibm.jzos.JesVsamException
 
VSAM_TYPE_ESDS - Static variable in interface com.ibm.jzos.ZFileConstants
getVsamType() value contant (fldata._vsamtype)
VSAM_TYPE_ESDS_PATH - Static variable in interface com.ibm.jzos.ZFileConstants
getVsamType() value contant (fldata._vsamtype)
VSAM_TYPE_KSDS - Static variable in interface com.ibm.jzos.ZFileConstants
getVsamType() value contant (fldata._vsamtype)
VSAM_TYPE_KSDS_PATH - Static variable in interface com.ibm.jzos.ZFileConstants
getVsamType() value contant (fldata._vsamtype)
VSAM_TYPE_NOTVSAM - Static variable in interface com.ibm.jzos.ZFileConstants
getVsamType() value contant (fldata._vsamtype)
VSAM_TYPE_RRDS - Static variable in interface com.ibm.jzos.ZFileConstants
getVsamType() value contant (fldata._vsamtype)
VSAM_VOLUME - Static variable in class com.ibm.jzos.sample.vsam.cluster.DefineKsdsAIX
 
VSAM_VOLUME - Static variable in class com.ibm.jzos.sample.vsam.cluster.DefineKsdsCluster
 

W

waitForCmd() - Static method in class com.ibm.jzos.MvsConsole
Wait for a command from the operators console.
workAreaHasNext() - Method in class com.ibm.jzos.CatalogSearch
Indicates if the current work area has been completely processed.
WorkloadManager - Class in com.ibm.jzos.wlm
A class with methods to interface with the WorkloadManager (WLM).
WorkloadManager(String, String) - Constructor for class com.ibm.jzos.wlm.WorkloadManager
Connect to WLM as a work manager to perform Workload Manager work manager functions.
WorkUnit - Class in com.ibm.jzos.wlm
A class with methods to interface with WorkloadManager (WLM) Work Units.
WorkUnit() - Constructor for class com.ibm.jzos.wlm.WorkUnit
Create a WLM work unit that represents a continuation of the work unit associated with the current home address space.
WorkUnit(ServerClassification, String) - Constructor for class com.ibm.jzos.wlm.WorkUnit
Create a WLM work unit.
WorkUnit(ServerClassification, byte[], String) - Constructor for class com.ibm.jzos.wlm.WorkUnit
Create a WLM work unit.
wrap(Runnable) - Method in class com.ibm.jzos.wlm.WorkUnit
Convenience method for wrapping an existing Runnable with a WorkUnit.run() wrapper.
write(String) - Method in class com.ibm.jzos.MvsJobSubmitter
Write the supplied string as a record to the allocated internal reader.
write(byte[]) - Method in class com.ibm.jzos.MvsJobSubmitter
Write the supplied byte array as a record to the allocated internal reader.
write(byte[], int, int) - Method in class com.ibm.jzos.MvsJobSubmitter
Write the supplied byte array as a record to the allocated internal reader.
write(byte[]) - Method in class com.ibm.jzos.RDWOutputRecordStream
Write the supplied bytes to the underlying OutputStream preceeded by a 4 byte RDW.
write(byte[], int, int) - Method in class com.ibm.jzos.RDWOutputRecordStream
Write the supplied bytes to the underlying OutputStream preceeded by a 4 byte RDW.
write(byte[]) - Method in class com.ibm.jzos.RecordWriter
Write a record from the buffer to the native file.
write(byte[], int, int) - Method in class com.ibm.jzos.RecordWriter
Write a record from the buffer to the native file.
write(int) - Method in class com.ibm.jzos.TranscodingPrintStream
Override PrintStream.write(int b) to transcode bytes from the default encoding to the target encoding.
write(byte[], int, int) - Method in class com.ibm.jzos.TranscodingPrintStream
Override PrintStream.write(byte[], int, int) to transcode bytes from the default encoding to the target encoding.
write(byte[]) - Method in class com.ibm.jzos.ZFile
Write a record to the native file.
write(byte[], int, int) - Method in class com.ibm.jzos.ZFile
Write the buffer to the native file.
write(byte[], int, int, boolean) - Method in class com.ibm.jzos.ZLogstream
Writes bytes to the z/OS Logstream.
WriteFile - Class in com.ibm.jzos.sample.nonvsam.file
This sample demonstrates how to write data to a file sequentially.
WriteFile() - Constructor for class com.ibm.jzos.sample.nonvsam.file.WriteFile
 
writeFile(String, int) - Static method in class com.ibm.jzos.sample.nonvsam.file.WriteFile
 
writeJobOutput(MvsJob, Writer) - Static method in class com.ibm.jzos.sample.MvsJobOutput
Writes all of the output for a given job to a writer.
writeRecords(String) - Static method in class com.ibm.jzos.sample.vsam.file.SeqWriteKsds
 
wto(String, int, int) - Static method in class com.ibm.jzos.MvsConsole
Convenience method for writing a WTO.
wto(WtoMessage) - Static method in class com.ibm.jzos.MvsConsole
Write a WTO message.
wto(WtoMessage, String) - Static method in class com.ibm.jzos.MvsConsole
Write a WTO message with a specific encoding.
WtoConstants - Interface in com.ibm.jzos
Defines constants used by MvsConsole and WtoMessage.
WtoMessage - Class in com.ibm.jzos
A simple data object/bean for holding a WTO message and its parameters.
WtoMessage(String) - Constructor for class com.ibm.jzos.WtoMessage
Construct an instance with a given WTO message
WtoMessage(String, int, int) - Constructor for class com.ibm.jzos.WtoMessage
Construct an instance with a given WTO message, routecode and descripter mask

Z

ZFile - Class in com.ibm.jzos
JNI Wrapper for z/OS C-Library IO routines.
ZFile(String, String) - Constructor for class com.ibm.jzos.ZFile
Constructor that creates a wrapper around a z/OS file based on the supplied name and options.
ZFile(String, String, int) - Constructor for class com.ibm.jzos.ZFile
Constructor that creates a wrapper around a z/OS file based on the supplied name and options.
ZFileConstants - Interface in com.ibm.jzos
Constants used by ZFile and ZFile clients.
ZFileCopy - Class in com.ibm.jzos.sample
Sample program that uses the ZFile class to copy an MVS dataset in record mode from DD INPUT to DD OUTPUT.
ZFileCopy() - Constructor for class com.ibm.jzos.sample.ZFileCopy
 
ZFileException - Exception in com.ibm.jzos
A customized IOException to carry detailed native file error information.
ZFileException(String, String, String, int, int, int, byte[]) - Constructor for exception com.ibm.jzos.ZFileException
Construct a ZFileException.
ZFileException(String, String, int) - Constructor for exception com.ibm.jzos.ZFileException
Construct a ZFileException.
ZFileKSDS - Class in com.ibm.jzos.sample
Sample program that inserts, updates, locates, and deletes records in a VSAM KSDS using ZFile.
ZFileKSDS() - Constructor for class com.ibm.jzos.sample.ZFileKSDS
 
ZFilePrint - Class in com.ibm.jzos.sample
Sample program that prints an EBCDIC MVS dataset pointed to by //INPUT DD to System.out (stdout).
ZFilePrint() - Constructor for class com.ibm.jzos.sample.ZFilePrint
 
ZFileRecordReader - Class in com.ibm.jzos
This ZFile wrapper is no longer the most efficient way to read dataset records.
ZipDatasets - Class in com.ibm.jzos.sample
A sample Java main class that can be invoked to create a Zip archive from one or more datasets or PDS members.
ZipDatasets(String, String[]) - Constructor for class com.ibm.jzos.sample.ZipDatasets
Construct an instance
ZipDatasetSource - Class in com.ibm.jzos.sample
A class that is used by ZipDatasets to handle the creation of zip file entries for z/OS datasets.
ZipDatasetSource(String) - Constructor for class com.ibm.jzos.sample.ZipDatasetSource
Construct an instance given a dataset/pattern name.
ZLogstream - Class in com.ibm.jzos
A JNI Wrapper for z/OS Logstreams, supporting IXGCONN (connect), IXGWRITE (write).
ZLogstream(String) - Constructor for class com.ibm.jzos.ZLogstream
Constructor that creates a ZLogstream instance wrapper and connects to the named z/OS Logstream.
ZLogstream(String, boolean) - Constructor for class com.ibm.jzos.ZLogstream
Constructor that creates a ZLogstream instance wrapper and connects to the named z/OS Logstream.
ZLogstreamException - Exception in com.ibm.jzos
A customized IOException to carry return codes for ZLogstream errors.
ZLogstreamException(String, String, int, int) - Constructor for exception com.ibm.jzos.ZLogstreamException
Construct a ZLogstreamException.
ZUtil - Class in com.ibm.jzos
This class provides a static interface to various z/OS native library calls, other than I/O.

_

_DEFAULT_LEN - Static variable in class com.ibm.jzos.Format3DSCB
 
_DEFAULT_LEN - Static variable in class com.ibm.jzos.Format8DSCB
 
_DEFAULT_LEN - Static variable in class com.ibm.jzos.Format9DSCB
 
_DEFAULT_LEN - Static variable in class com.ibm.jzos.JFCB
 
_DEFAULT_LEN - Static variable in class com.ibm.jzos.RauditxMessageHeader
 
_DEFAULT_LEN - Static variable in class com.ibm.jzos.RauditxParameters
 
_DEFAULT_LEN - Static variable in class com.ibm.jzos.RauditxRelocateHeader
 
_SERVER_CLASSIFY_ACCTINFO - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_COLLECTION - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_CONNECTION - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_CORRELATION - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_LUNAME - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_NETID - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_PACKAGE - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_PERFORM - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_PLAN - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_PRCNAME - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_PRIORITY - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_PROCESS_NAME - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_RPTCLSNM - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_SCHEDENV - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_SERVCLS - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_SOURCELU - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_SRVCLSNM - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_SUBCOLN - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_SUBSYSTEM_PARM - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_TRANSACTION_CLASS - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_TRANSACTION_NAME - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
_SERVER_CLASSIFY_USERID - Static variable in class com.ibm.jzos.wlm.ServerClassification
 
A B C D E F G H I J L M N O P Q R S T U V W Z _ 
© Copyright IBM Corporation 2005, 2013.