SubmitJclParams

class SubmitJclParams(val jcl: String, val internalReaderRecfm: Intrdr_Recfm, val internalReaderLrecl: String, val jclSymbols: String? = null)

Submit jcl parameters

Constructors

Link copied to clipboard
fun SubmitJclParams(jcl: String, internalReaderRecfm: Intrdr_Recfm, internalReaderLrecl: String, jclSymbols: String? = null)

Properties

Link copied to clipboard

Specify internal reader LRECL and corresponding http(s) headers will be appended to the request accordingly "F" (fixed) or "V" (variable)

Link copied to clipboard

Specify internal reader RECFM and corresponding http(s) headers will be appended to the request accordingly "F" (fixed) or "V" (variable)

Link copied to clipboard
val jcl: String

JCL to submit which should contain syntactically correct JCL

Link copied to clipboard
val jclSymbols: String? = null

A string for JCL symbolic substitution