MY USERID NOT WORKING EVEN AFTER RESET

This forum provides the support of Dezhi Mainframe systems. Please post your questions about logon, usage of our mainframe environment.

Moderators: sysprog, prino, sfan, steve-myers, Tim001

MY USERID NOT WORKING EVEN AFTER RESET

Postby CHANDRU » Mon 18 Jan 2016, 15:40

Hi,

I started using my USERID "CHANDRU" after long time and now its not working.

I tried RESET My USER ID and also RESET PASSWORD option but still its not working. Please help.

Regards,
Chandru.
CHANDRU
 

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby prino » Mon 18 Jan 2016, 15:51

CHANDRU wrote:I started using my USERID "CHANDRU" after long time and now its not working.

I tried RESET My USER ID and also RESET PASSWORD option but still its not working. Please help.

There is no longer a CHANDRU on the system, it was probably deleted because of inactivity. You will have to use the website to delete the remnants we cannot delete, and then you can reapply for it.
Don't use it for another six months and it's gone again...

Make sure you read the updated rules before you re-apply, we've become rather more strict!
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
Some programming here :mrgreen:
prino
 
Posts: 479
Joined: Sat 06 Jun 2009, 21:41
Location: Vilnius, Lithuania

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby CHANDRU » Tue 19 Jan 2016, 14:34

Hi,

I have deleted my USERID CHANDRU and then reapplied for the same.

I was able to use it for sometime but again I am getting the same error. "USERID CHANDRU not authoized to use TSO".

Please help.
CHANDRU
 

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby steve-myers » Tue 19 Jan 2016, 14:43

It appears the admins determined it is being used for training. Training is a commercial activity. Your training institution should be providing a z/OS system for your use, not dumping you into a system established for other uses.

Basically, Fandezhi is not to be used for commercial activity of any sort for any reason.
steve-myers
 
Posts: 452
Joined: Tue 04 May 2010, 15:43

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby CHANDRU » Tue 19 Jan 2016, 14:50

Hi Steve,

Thanks for the reply.

Please be informed that I am a mainframe professional already working for more than 6 years. And I am strictly using it for personal use only..

I am not undergoing any trainings and my USERID is not used for any commercial purposes.

Please consider my request to resume my USERID again.

Thanks in Advance.
Chandru.
CHANDRU
 

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby prino » Tue 19 Jan 2016, 17:52

CHANDRU wrote:Please be informed that I am a mainframe professional already working for more than 6 years. And I am strictly using it for personal use only..

Someone who claims to be a mainframe professional who's been working for more than 6 years does not write programs like:

Code: Select all
IDENTIFICATION DIVISION.
PROGRAM-ID. COB0001 IS INITIAL.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.

  01 WS-NUM1    PIC -999.99 VALUE SPACES.
  01 WS-NUM2    PIC +999.99 VALUE SPACES.

PROCEDURE DIVISION.

    MOVE -23.57       TO   WS-NUM1 WS-NUM2
    DISPLAY WS-NUM1 WS-NUM2

    MOVE +15.11       TO   WS-NUM1 WS-NUM2
    DISPLAY WS-NUM1 WS-NUM2

    STOP RUN.

END COB00001.

Revoked, out, end of story!
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
Some programming here :mrgreen:
prino
 
Posts: 479
Joined: Sat 06 Jun 2009, 21:41
Location: Vilnius, Lithuania

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby adelsofds » Tue 19 Jan 2016, 17:54

Hi,

My USER ID ADELSOF don't work after logout.

I am getting the error. "USERID ADELSOF not authorized to use TSO".

Please help.
adelsofds
 

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby steve-myers » Tue 19 Jan 2016, 18:58

Both ADELSOS (programmer name ADELSO SILVA) and ADELSOF (programmer name ADELSO FLORENTINO) were “banned” for repeated RACF violations.

In addition, the admins appear to believe one or both programmer names are not your name, which is also grounds for “banning” a userid.

Adelso – if that's really your name – the admins aren't that dumb.
steve-myers
 
Posts: 452
Joined: Tue 04 May 2010, 15:43

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby adelsofds » Tue 19 Jan 2016, 22:14

Hello Steve,

I created RACF ADELSOS after the RACF ADELSOF given problem as mentioned before.
I did not know that the creation of another RACF generates banning, I apologize for the mistake.

Just like to know why the RACF ADELSOF not access the TSO, for use for study purposes really. I make use of the environment to practice what they learn in the classroom. Could help me access my RACF ADELSOF?

The RACF ADELSOS if problem can delete.

Thanks,
adelsofds
 

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby prino » Tue 19 Jan 2016, 22:49

adelsofds wrote:Just like to know why the RACF ADELSOF not access the TSO, for use for study purposes really. I make use of the environment to practice what they learn in the classroom.

Are you dumb, or just pretending? One of the first messages that is displayed when you log on to the system tells you very clearly that the system is NOT TO BE USED FOR TRAINING PURPOSES!

If you're studying z/OS, your school should provide you with the time and equipment to actually practice what they have taught you. If you really want to play with a mainframe at home, download Hercules and MVS 3.8j, the last version that IBM released without copyrights, use Google if want something more up-to-date, or buy a zPDT system and you can actually use the very latest version of z/OS!
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
Some programming here :mrgreen:
prino
 
Posts: 479
Joined: Sat 06 Jun 2009, 21:41
Location: Vilnius, Lithuania

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby adelsofds » Wed 20 Jan 2016, 00:35

I'm not dumb or am I trying to make me a fool.Honestly I have not read the message in question.
Just used the environment to practice what they learn in the course.
But smoothly friend, I will follow the advice of Hercules.

Thanks
adelsofds
 

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby CHANDRU » Wed 20 Jan 2016, 02:45

Its your wish to believe or not that I'm working. I have been using Endevor for compilation in my workplace for all my programs.

So when I got my new USERID, I just thought of trying compilation with system procedures using JCL. And later I would like to try on CICS as well.
I would like to learn and write CICS programs using COBOL.

If any of these violates the rules for using my access, I will request to delete my USERID. Thanks for the support.
CHANDRU
 

Re: MY USERID NOT WORKING EVEN AFTER RESET

Postby prino » Wed 20 Jan 2016, 07:37

CHANDRU wrote:I would like to learn and write CICS programs using COBOL.

That constitutes TRAINING, and that is something your employer should provide!
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
Some programming here :mrgreen:
prino
 
Posts: 479
Joined: Sat 06 Jun 2009, 21:41
Location: Vilnius, Lithuania


Return to Dezhi systems: Mainframe

Who is online

Users browsing this forum: No registered users and 0 guests