Paul Gilmartin wrote:
On Fri, 2 Dec 2016 17:10:27 -0600, John McKown wrote:

On Fri, Dec 2, 2016 at 4:57 PM, Paul Gilmartin  wrote:

I have, for example an EXEC/Macro that invokes "pax -v" to display a detailed
directory of a pax.Z archive.  Invoked from a shell, it displays contents with
local time; from ISPF DSLIST, UTC.  If TZ were available it would work alike
in both environments.

​You're a UNIX person, Gil. Have you tried:

CALL BPXWUNIX("TZ=CST6CD6 pax -v ...", ...)

No!  Would you advise a UNIX person to preface every shell command entered from
the command line with TZ=...?  Much worse, to embed it in scripts I share with 
my
co-workers in Australia?

I'm sure it would work, but not the answer I'm looking for.

Thanks,
gil
Are you starting TSO with the tso or tsocmd shell commands or by some other means? If you are using the shell command, maybe you can (ab)use the TSOALLOC allocation option to allocate a CEEOPTS DD that points to a file/dataset with the statements and see if it is honored.

Alan

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to