Co:Z launcher 1.10.0 doc

Discussion of the COZBATCH utility for z/OS
Post Reply
JohnMcKown
Posts: 39
Joined: Sat Nov 21, 2009 2:59 pm

Co:Z launcher 1.10.0 doc

Post by JohnMcKown »

I just installed Co:Z Launcher 1.10.0. The "what's new" says that the LOGNAME environment variable has the RACF id in it. However, I don't see LOGNAME being set at all (running printenv). However, I do see LOGUSER. When I log in using TSO OMVS, telnet, or SSH, I do see LOGNAME and not LOGUSER. Bug?
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Re: Co:Z launcher 1.10.0 doc

Post by coz »

It's a bug - we should be setting LOGNAME, and are setting LOGUSER instead.

Thanks for reporting this - we'll fix in the next dot release
JohnMcKown
Posts: 39
Joined: Sat Nov 21, 2009 2:59 pm

Re: Co:Z launcher 1.10.0 doc

Post by JohnMcKown »

Thanks. I worked up a AMASPZAP that seems to work for me.

Code: Select all

//STEP010  EXEC  PGM=AMASPZAP
//SYSPRINT DD  SYSOUT=*
//SYSLIB   DD  DSN=coz.loadlib,
//             DISP=SHR
//SYSIN    DD  *
 NAME COZBATCH CoZBatch#C C_CODE
 VER 46E4 D3D6,C7E4,E2C5,D900
 REP 46E4 D3D6,C7D5,C1D4,C500
*         L O  G N  A M  E
/*
Post Reply