ADSM-L

ADSM V3 on MVS

1998-06-18 18:18:36
Subject: ADSM V3 on MVS
From: Julie Phinney <jphinney AT HUMANA DOT COM>
Date: Thu, 18 Jun 1998 17:18:36 -0500
I have 3 problems trying to issue commands using TSO in a batch job:
1. When I issue the SELECT command with a WHERE clause and the > sign, for
example:
SELECT  VOLUME_NAME from VOLUMES \
WHERE DATE(LAST_WRITE_DATE)  > '1998-06-16'
It gives me an error  Invalid Redirection File, because > is the same sign
used for file redirection.  Does anyone know a way to get around that?

2. When I issue a SELECT command in TSO batch that will be a long time to
execute, ADSM issues the ANR2963W message ("This SQL query may produce a
very large result table...")  and then asks Do you wish to proceed?  many
times, until the job times out.  Does anyone know how to respond to that
message in batch (like adding a /Y  parm in the code)

3. We register nodes using DSMADMC in TSO.  We need to issue SET ACCESS
commands right after.  But those are DSMC commands, so I can't use the TSO
Admin client to issue them.  Does anyone know of a way to Set Access in
TSO?

Thanks for any help!
Julie Phinney
JPHINNEY AT HUMANA DOT COM
<Prev in Thread] Current Thread [Next in Thread>
  • ADSM V3 on MVS, Julie Phinney <=