File:  [Coherent Logic Development] / freem / contrib / %ZOS.m
Revision 1.1: download - view: text, annotated - select for diffs
Sun Jan 19 02:04:04 2025 UTC (2 months, 2 weeks ago) by snw
CVS tags: MAIN, HEAD
Initial revision

%ZOS  ;;Stephen G Maher, Netdrive Technology Limited
 ;;Return the operating specific 'uname' information.
 ;;
 Q
INIT ;
 N temp,EXEC,%
 S EXEC="!<uname -a | tr ' ' ':'",temp=""
 X EXEC
 I % D
 . S temp=%(1)
 . Q
 Q temp
 ;
EXAMPLE ;
 S OS=$($ZOS,":")
 I OS="AIX" S ....
 I OS="SunOS" S....
 I OS="HP-UX" S......
 I OS="OSF1" S.....
 Q


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>