Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

JOB

1995 Version of ANSI (Equivalent to Current ISO Version) of Standard

8.2.10 Job

J[OB] postcond SP L jobargument

    jobargument::=


entryref [ : jobparameters ]
labelref actuallist [ : jobparameters ]
@ expratom V L jobargument



    jobparameters::=

processparameters [ timeout ]
timeout


    processparameters::=

expr
( [ [ expr ] : ] ... expr )


For each jobargument, the Job command attempts to initiate another M process. If the actuallist is present in a jobargument, the formalline designated by labelref must contain a formallist in which the number of names is greater than or equal to the number of exprs in the actuallist.

The Job command initiates this process at the line specified by the entryref or labelref. There is no linkage between the started process and the process that initiated it. It is erroneous for a jobargument to contain a call-by-reference actual (ecode="M40"). If the actuallist is not present, the process will have no variables initially defined. (See 7.1.2.3 Process-Stack, and 8.1.7 Parameter passing).

The processparameters can be used in an implementation-specific fashion to indicate partition size, principal device, and the like.

If a timeout is present, the condition reported by $Test is the success of initiating the process. If no timeout is present, the value of $Test is not changed, and process execution is suspended until the process named in the jobargument is successfully initiated. The meaning of success in either context is defined by the implementation.

Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.

This page most recently updated on 14-Nov-2023, 21:37:03.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)