Page 1 of 1

Clarification on display of Logon Proc.

PostPosted: Tue Jun 21, 2011 9:48 am
by Viswanathchandru
Hi Folks,
We just got upgraded to Z/OS 1.12. When we logon with a certain Logon procedure its displaying a different logon proc(after logging into the system using a logon proc allocated to us) which is not supposed to be the allocated one. i.e., When i logon using a Proc named IKJUSER its displaying different Logon procedure as IKJACCNT. How this can be eliminated.Can anyone give me guidance on this. Hope i'm clear. Please let me know if i need to give more clear picture. Apologies if i'm wrong.


Thanks,
Viswa

Re: Clarification on display of Logon Proc.

PostPosted: Tue Jun 21, 2011 9:52 am
by dick scherrer
Hello,

You need to work with the system support people who performed the upgrade.

Re: Clarification on display of Logon Proc.

PostPosted: Tue Jun 21, 2011 10:02 am
by Viswanathchandru
Thanks a lot scherrer for your time and reply.

Yes, I will get in touch with the team. But just for knowledge is there any links that could give me how to do a change in order to display the correct Logon Proc. Apologies if i'm wrong.

Thanks,
Viswa.

Re: Clarification on display of Logon Proc.

PostPosted: Tue Jun 21, 2011 10:22 am
by enrico-sorichetti
anybody with the minimum zOS knowledge ( not really ... it' s just enough to use the eyes )
should known by now that under ISPF the logon proc displayed in the right side ( session display )
is not the logon procedure name as reported for example by the rexx function sysvar("SYSPROC")
but rather the step name used in the IKJEFT01 step of the logon procedure !

but all relates to setting and adhering to the proper practices and habits
( use as the step name the name of the logon proc )

Re: Clarification on display of Logon Proc.

PostPosted: Tue Jun 21, 2011 10:36 am
by enrico-sorichetti
follow on...

but as far as we know you might also be using the wrongprocedure ,
the fastest way to find out is a simple REXX
000001 /*REXX*/
000002 Trace "O"
000003 Say "-Logon proc    =>" Strip(Sysvar("SYSPROC"))
000004

Re: Clarification on display of Logon Proc.

PostPosted: Thu Jun 23, 2011 10:09 am
by Viswanathchandru
Hi enrico, Thanks for your time and reply!!

Yes it was the change that has to be made in the IKJACCNT proc. I got this following your advice!. Thanks again!!


Regards,
Viswa