Re: Antwort: jcl to run admin client in batch

2001-03-21 Thread John Naylor
TED]> To: [EMAIL PROTECTED] cc:(bcc: John Naylor/HAV/SSE) Subject: Re: Antwort: jcl to run admin client in batch I am very confused about that. We are accessing the OPT-File in the Serverprogram (DSMSERV) with DISP=SHR I did the following: I changed e.g the EXPQUIET to YES through SETOP

Re: Antwort: jcl to run admin client in batch

2001-03-21 Thread Gerhard Wolkerstorfer
TSM himself has never updated this file. -- Gerhard -- [EMAIL PROTECTED] (Alan Davenport) am 21.03.2001 14:44:04 Bitte antworten an [EMAIL PROTECTED] An: [EMAIL PROTECTED] Kopie: (Blindkopie: Gerhard Wolkerstorfer/DEBIS/EDVG/AT) Thema:Re: Antwort: jcl to run admin client in ba

Re: Antwort: jcl to run admin client in batch

2001-03-21 Thread Alan Davenport
TECTED] > Date: Wed, 21 Mar 2001 09:32:52 +0000 > Subject: Re: Antwort: jcl to run admin client in batch > > Alan, > > That is exactlly why I changed the server options file back to a disp=shr. > You might want to review how often you actually made use of the disp=mod > >

Re: Antwort: jcl to run admin client in batch

2001-03-21 Thread John Naylor
AIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: John Naylor/HAV/SSE) Subject: Re: Antwort: jcl to run admin client in batch Interesting. The startup JCL for the server on OS/390 here has DISP=MOD for the options file and as such I have to down *SM to run the utilities to format new log

Re: Antwort: jcl to run admin client in batch

2001-03-20 Thread Alan Davenport
about the client. My appologies. Al [EMAIL PROTECTED] wrote: > > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Date: Tue, 20 Mar 2001 12:06:42 -0500 > Subject: Re: Antwort: jcl to run admin client in batch > > Works for me. You are thinking of the *SM server opening the opti

Re: Antwort: jcl to run admin client in batch

2001-03-20 Thread William Boyer
der for this JCL to run but in that case the query will fail because *SM is not up! Catch 22. ): Alan Davenport Selective Insurance [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Date: Tue, 20 Mar 2001 15:46:56 +0100 > Subje

Re: Antwort: jcl to run admin client in batch

2001-03-20 Thread Alan Davenport
fail because *SM is not up! Catch 22. ): Alan Davenport Selective Insurance [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Date: Tue, 20 Mar 2001 15:46:56 +0100 > Subject: Antwort: jcl to run admin client in batch >

Antwort: jcl to run admin client in batch

2001-03-20 Thread Gerhard Wolkerstorfer
Gary, try this => //DSMADMC EXEC PGM=DSMADMC, // PARM=('/-ID=&USER -PASSWORD=&PASSWORD -NOCONFIRM // -ERRORLOGNAME=''&ERRORLOG''') //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //DSCLANG DD DSN=xxx,DISP=SHR //DSCOPT DD DSN=yyy,DISP=SHR //SYSINDD * your query QUIT /* // where &