How to delete messages in Login Spool



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

Re: How to delete messages in Login Spool

Postby doctorfabiani » Tue May 02, 2017 5:53 pm

hi ,
thank you all for replies.
I will try the suggested solutions but definitely I am not an expert in that way.
doctorfabiani
 
Posts: 5
Joined: Fri Apr 28, 2017 1:37 pm
Has thanked: 0 time
Been thanked: 0 time

Re: How to delete messages in Login Spool

Postby doctorfabiani » Mon May 15, 2017 5:35 pm

Pedro wrote:What I can tell from the messages:

1. you previously sent a data set to someone else (maybe to yourself on a different system).
2. that person has received the data set.
3. you were sent an acknowledgement message that the data set was received.
4. when you login, the system automatically issues a RECEIVE command.
5. the acknowledgement message gets logged to your ATXFOGG.LOG.MISC data set
6. the size of your log file increases and tries to get a new extent, but the dasd is full and the acknowledgement cannot actually be logged to ATXFOGG.LOG.MISC
7. the acknowledgement message stays on the spool.
8. you now live a 'ground hog day' whenever you logon, repeating steps 4-7

Possible solutions:
- free up space on DASD
- rename the old log data set if you want to keep it... the system should create a new one. Otherwise, delete the log data set.
- issue RECEIVE LOGDATASET(my.new.log) to direct the message to a different log data set


Hi Pedro ,
I tried the second option and it worked successfully.
Thanks!
doctorfabiani
 
Posts: 5
Joined: Fri Apr 28, 2017 1:37 pm
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post