Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: ZJFOO

ZJFOO.m

Go to the documentation of this file.
  1. ZJFOO ;ISF/RWF - GTM Routine to JOB an arbitrary entry point ;5/9/2002
  1. ;;8.0;KERNEL;**275**;Jul 10, 1995
  1. ;To run under VMS,
  1. ; mumps ZJFOO.M
  1. ; link ZJFOO.OBJ
  1. ; In a com file
  1. ; $ forfoo="$" + f$parse("user$:[gtmmgr.r]ZJFOO.exe")
  1. ; $ forfoo "argument"
  1. ;To run under Linux
  1. ; mumps ZJFOO.m
  1. ; chmod u+x,g+x ZJFOO.o
  1. ; In shell script
  1. ; $gtm_dist/mumps -run ZJFOO "argument"
  1. ;
  1. ;Set the interupt
  1. S $ETRAP="D ^%ZTER HALT",$ZINTERRUPT="I $$JOBEXAM^ZU($ZPOSITION)"
  1. I $L($ZCMDLINE) J @$ZCMDLINE Q
  1. Q