Defines a new job step and specifies the external JCL job to run.

CCULIB=buildServerLoadLibrary
0, 4, 8, 12, 16, 20
The
job must end normally for the return code to be available. If the
job ends with a return code other than one of those previously mentioned,
the code is set to 20. The build server waits for the specified time
(for WAIT=YES, the time is 30 seconds) for the job to complete, after
which the build server assumes that the job completed with return
code 20.//V VARS CCULIB=SYS1.SCCULOAD
//T0 EXEC PGM=IEFBR14
//T1 CALL MEMBER=MISC.JCL(COBCOMP),WAIT=YES,COND=(0,EQ,T0)
//T2 EXEC PGM=IEFBR14,COND=(0,EQ,T1)
//