z/OS Language Environment Programming Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


AUTOTASK | NOAUTOTASK (Fortran only)

z/OS Language Environment Programming Reference
SA38-0683-00

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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014