Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SYSDSN in batch?

145 views
Skip to first unread message

Valone, Toren W.

unread,
Apr 16, 2002, 1:11:42 PM4/16/02
to
Can Sysdsn be used in a Rexx program in Batch mode? The only reference in
the OS/390 TSO/E REXX Reference manual
states that Sysdsn can only be used in the TSO address space.

----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to LIST...@VM.MARIST.EDU with the message: INFO TSO-REXX

Andy Corpes

unread,
Apr 16, 2002, 1:40:44 PM4/16/02
to
It's available as long as you execute via IKJEFT01/1A.... I'm not sure, but
i do not think it is available if you execute via IRXJCL

Robert Zenuk

unread,
Apr 16, 2002, 1:57:05 PM4/16/02
to
Sure. Here is an example.

/* REXX - member name EXAMPLE */
arg dsn
dsn = "'"dsn"'"
say dsn sysdsn(dsn)

//MYJOB JOB .....
//SYSDSN EXEC PGM=IKJEFT01,PARM='EXAMPLE SYS1.PARMLIB'
//SYSEXEC DD DSN=my.exec.pds,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY

Hobart Spitz

unread,
Apr 16, 2002, 2:01:25 PM4/16/02
to
Only if you code PGM=IKJEFT01 or one of it's variants. PGM=IRXJCL will not
start a TSO address space.

Karlheinz Wittemann

unread,
Apr 17, 2002, 12:52:37 PM4/17/02
to
If you invoke IRXJCL, you have not a complete TSO environment like with IKJEFT01 and several extended TSO functions you cannot use.

Heinz

TSO REXX Discussion List <TSO-...@VM.MARIST.EDU> schrieb am 16.04.02:


> It's available as long as you execute via IKJEFT01/1A.... I'm not sure, but
> i do not think it is available if you execute via IRXJCL
>
>
> ----- Original Message -----
> From: "Valone, Toren W." <TVa...@DMV.CA.GOV>
> To: <TSO-...@VM.MARIST.EDU>

> Sent: Tuesday, April 16, 2002 6:35 PM
> Subject: SYSDSN in batch?
>
>
> > Can Sysdsn be used in a Rexx program in Batch mode? The only reference in
> > the OS/390 TSO/E REXX Reference manual
> > states that Sysdsn can only be used in the TSO address space.
> >
> > ----------------------------------------------------------------------
> > For TSO-REXX subscribe / signoff / archive access instructions,
> > send email to LIST...@VM.MARIST.EDU with the message: INFO TSO-REXX
>
> ----------------------------------------------------------------------
> For TSO-REXX subscribe / signoff / archive access instructions,
> send email to LIST...@VM.MARIST.EDU with the message: INFO TSO-REXX


______________________________________________________________________________
Keinen Jackpot mehr verpassen! Mit dem Dauerschein des WEB.DE Lottoservice.
Einfach und bequem Lotto tippen! http://tippen2.web.de/?x=4

0 new messages