ADSM-L

MVS DSMADMC without TSO

1999-01-05 10:32:08
Subject: MVS DSMADMC without TSO
From: Thomas Denier <Thomas.Denier AT MAIL.TJU DOT EDU>
Date: Tue, 5 Jan 1999 10:32:08 -0500
I just discovered that it is possible to run the MVS version of the ADSM
administrative client in batch without using TSO. I used the following JCL:

[JOB card ommitted]
//DSMADMC  EXEC  PGM=DSMADMC,REGION=4M,DYNAMNBR=90,
//         PARM='/ -ID=ADMIN -PASSWORD=XYZZY Q DB'
//DSCOPT   DD    DSN=SZ1.ADSM.ANSCLNT.OPTIONS,DISP=SHR
//DSCLANG  DD    DSN=SZ1.ADSM.SANSMSG(ANSMENU),DISP=SHR

The output was sent to a SYSOUT data set with a system-genrated DDNAME
(SYS00001 for the test job I ran). The SYSOUT class was the same as the
message class for the job.

I suspected the above would work when I saw a sample CLIST in an IBM manual
that used the CALL command to invoke DSMADMC in a TSO environment. The CALL
command invokes programs using the same linkage conventions as the JCL EXEC
statement.
<Prev in Thread] Current Thread [Next in Thread>