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

No ++JCLIN, APPLY CHECK job


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sergey Tal

New User


Joined: 21 Jul 2022
Posts: 8
Location: Israel

PostPosted: Mon Apr 03, 2023 7:04 pm
Reply with quote

Hello dear all,
APPLY CHECK job gives me RC=8 and message "GIM41901E The global zone sysmod entry for <PTF> indicates that it contains a ++JCLIN MCS. However, there is no ++JCLIN for <PTF> in the SMPPTS data set". According to IBM docs, rejected problematic PTF and received again. Again the same. Maybe, somebody already faced similar problem?
Back to top
View user's profile Send private message
Sergey Tal

New User


Joined: 21 Jul 2022
Posts: 8
Location: Israel

PostPosted: Wed Apr 05, 2023 3:15 pm
Reply with quote

Ok, already found an answer. Maybe would be useful for somebody. SMPPTS data set for z/OS was full, thus SMPPTS1 and SMPPTS2 were created. DD for all 3 datasets was with concatination:

Code:

//SMPPTS DD  DSN=****.SMPPTS
//           DSN=****.SMPPTS1
//           DSN=****.SMPPTS2

It's a mistake. Must be:
Code:

//SMPPTS   DD DSN=****.SMPPTS
//SMPPTS1  DD DSN=****.SMPPTS1                   
//SMPPTS2  DD DSN=****.SMPPTS2

without concatination.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts How to check whether who renamed the ... JCL & VSAM 3
No new posts EMPTY file check scenario JCL & VSAM 6
No new posts check if two PD values are equal, no ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top