diff --git a/setenv.exec b/setenv.exec new file mode 100644 index 0000000..f0c5e03 --- /dev/null +++ b/setenv.exec @@ -0,0 +1,13 @@ +/* SETENV EXEC + * Set an environment variable for C programs to access + * last change by Lynx_VM (244661 at DOLUNI1) on Sunday, 12 May 1991 + */ +address 'COMMAND' +parse arg n c; upper n +if n="" then + 'GLOBALV SELECT CENV LIST' +else if c="" then + 'GLOBALV SELECT CENV LIST' n +else + 'GLOBALV SELECT CENV SETL' n c +exit rc