IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Log process failed for the job


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bhim_s

New User


Joined: 19 Sep 2006
Posts: 46
Location: Australia

PostPosted: Thu Oct 30, 2008 1:52 pm
Reply with quote

Hi,

I would appreciate if you can suggest me the possible solution to remove the error..

Code:

IKJ56644I NO VALID TSO USERID, DEFAULT USER ATTRIBUTES USED                     

READY                                                                           

XMIT VM2.USERID DS('ABC.XYZ.PQR') SEQ                                   

INMX000I 0 message and 24 data records sent as 6 records to VM2.USERID         
INMX001I Transmission occurred on 10/27/2008 at 00:33:34.                       
INMX073I Log process failed for log dataset 'SUI_ID.LOG.MISC' +   à             
IKJ56894I DATA SET SUI_ID.LOG.MISC NOT ALLOCATED+                             
IKJ56894I STORAGE MANAGEMENT SUBSYSTEM DETECTED AN ERROR, EITHER MESSAGES WERE N

READY                                                                           

END   



Where SUI_ID = Scheduling User Id. The job is running in production with the user=SUI.

I spoken for this with the administration they told me HLN could not be SUI id.

I have also tried PROFILE NOPREFIX command as below SYSTSIN control card as below

Code:

PROFILE NOPREFIX                       
XMIT VM2.USERID DS('ABC.XYZ.PQR') SEQ


But no luck.

Earlier the job was running file and was able to create the temp log file with name "LOG.MISC".

It's only past few days when I am facing this problem while no changes were made in the job. The job is trying to put SUI id as HLN for the log file and getting failed with cond 4.

note: SUI_ID.LOG.MISC file is system generated log file we are not allocating this in the job/JCL.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Oct 30, 2008 9:07 pm
Reply with quote

If you do not need a log, try XMIT ... NOLOG
Back to top
View user's profile Send private message
bhim_s

New User


Joined: 19 Sep 2006
Posts: 46
Location: Australia

PostPosted: Fri Oct 31, 2008 12:40 pm
Reply with quote

Pedro wrote:
If you do not need a log, try XMIT ... NOLOG


Thanks Pedro ... I used the option LOGDATASET to allocate the log file as below


Code:
XMIT VM2.USERID DS('ABC.XYZ.PQR') SEQ    +
LOGDATASET('USERID.XYZ.LOG')


it has solved my problem
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts DFHPI1008 JSON generation failed COBOL Programming 0
No new posts DataSet member creation failed with B... Java & MQSeries 15
No new posts process statement for SUPREC, CMPCOLM... TSO/ISPF 4
No new posts Very Large Sort failed - Seeking reco... DFSORT/ICETOOL 7
No new posts How to process dependent file based o... JCL & VSAM 8
Search our Forums:

Back to Top