ID.DRUN - find ID of executing DRUN.

Usage:

B:
   id = id.drun();
C:
   #equate id_drun id.drun
   int id_drun(void);

Where:

id
receives the drun ID of the current job in BCD in bits 0-29. If the current job is not a drun, "id" is set to zero.

Description:

ID.DRUN is used to determine if a program is currently executing as a drun, and if so, to determine the ID of that drun.

Copyright © 1996, Thinkage Ltd.