Clarification on display of Logon Proc.



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Clarification on display of Logon Proc.

Postby Viswanathchandru » Tue Jun 21, 2011 9:48 am

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
Last edited by Viswanathchandru on Tue Jun 21, 2011 9:57 am, edited 1 time in total.
Viswanathchandru
 
Posts: 271
Joined: Mon Oct 25, 2010 2:24 pm
Has thanked: 25 times
Been thanked: 0 time

Re: Clarification on display of Logon Proc.

Postby dick scherrer » Tue Jun 21, 2011 9:52 am

Hello,

You need to work with the system support people who performed the upgrade.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Clarification on display of Logon Proc.

Postby Viswanathchandru » Tue Jun 21, 2011 10:02 am

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.
Viswanathchandru
 
Posts: 271
Joined: Mon Oct 25, 2010 2:24 pm
Has thanked: 25 times
Been thanked: 0 time

Re: Clarification on display of Logon Proc.

Postby enrico-sorichetti » Tue Jun 21, 2011 10:22 am

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 )
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Clarification on display of Logon Proc.

Postby enrico-sorichetti » Tue Jun 21, 2011 10:36 am

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
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Clarification on display of Logon Proc.

Postby Viswanathchandru » Thu Jun 23, 2011 10:09 am

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
Viswanathchandru
 
Posts: 271
Joined: Mon Oct 25, 2010 2:24 pm
Has thanked: 25 times
Been thanked: 0 time


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post