submitJcl

fun submitJcl(jcl: String, internalReaderRecfm: Intrdr_Recfm, internalReaderLrecl: String): SubmitJobRequest

Submit a string of JCL to run

Return

job document with details about the submitted job

Parameters

jcl

JCL content that you want to be submitted

internalReaderRecfm

record format of the jcl you want to submit. "F" (fixed) or "V" (variable)

internalReaderLrecl

logical record length of the jcl you want to submit

Throws

error on submitting