Contents - Index


 

Use TextSubmit to submit text lines as a job to the current host system.  The lines following the TextSubmit command will be submitted.  The end-of-text line (++/*) terminates the TextSubmit command.

 

TextSubmit may also be entered as TextSub[mit], SubmitF, or SubF.

 

TextSubmit ignores any operands.

 

Return Codes

 

Return codes are available after the end-of-text line (++/*) has been processed.

 

OK Successful.

AT Command interrupted by ATTN key.

-- Codes as defined by the BIXPWSB exit routine.

 

Examples

 

Submit a job to the current VSE host system:

 

 ------------------------------------------------------------------------

 SUBMITF

 * $$ JOB JNM=BIJBKPG,CLASS=C,DISP=D,USER=GJB

 * $$ LST DISP=H

 // JOB BIJBKPG

 // TLBL BIFLOG

 // ASSGN SYS005,181

 // PAUSE MOUNT TAPE ON 181

 // LIBDEF PHASE,SEARCH=BIMLIB.ED00AD

 // EXEC BIMUTIL

 LOGON $BKP,$BKP

 BACKUPG

 /*

 // MTC    RUN,SYS005

 /&

 * $$ EOJ

 ++/*

 ------------------------------------------------------------------------