AUTOTASK | NOAUTOTASK (Fortran only)

AUTOTASK specifies if Fortran multitasking facility (MTF) is to be used by your program and the number of tasks that are allowed to be active.

The default value for non-CICS applications is NOAUTOTASK.

AUTOTASK is ignored under CICS®.

Read syntax diagramSkip visual syntax diagram
Syntax

   .-NOAUTOtask-------------------------------.   
>>-+-AUTOtask--+----------------------------+-+----------------><
               '-(--loadmod--,--numtasks--)-'     

NOAUTOTASK
Disables the MTF and nullifies the effects of previous specifications of AUTOTASK parameters.
loadmod
The name of the load module that contains the concurrent subroutines that run in the subtasks created by MTF.
numtasks
The number of subtasks created by MTF. This value can range from 1 through 99.