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

SETSSI in the link JCL


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

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Wed Sep 19, 2007 5:01 pm
Reply with quote

Im my site i link the jobs using IEWL.

Code:

//SYSLIN   DD *             
   SETSSI 01031216         
   MODE   AMODE(31)         
   MODE   RMODE(ANY)       
 INCLUDE MYOBJ(ARUSR)     
 ENTRY ARUSR             
 NAME ARUSR(R)           
//* 



Please explain the significance of SETSSI.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 19, 2007 10:43 pm
Reply with quote

Hello,

SETSSI is a command that the linkage editor (or SuperZap) can use to put identifying information into a load module.

I'd suggest you talk with the system support people as to what 01031216 signifies.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Thu Sep 20, 2007 11:11 am
Reply with quote

Thanks for the details Dick.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Sep 20, 2007 9:36 pm
Reply with quote

You're welcome icon_smile.gif
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 How can i link the RHDCSNON programa ... IDMS/ADSO 2
No new posts Run don't walk to your nearest ZOWE l... All Other Mainframe Topics 4
No new posts LE Modules in Link Edit COBOL Programming 1
No new posts Defining SYSLIB to USS c++ (cxx) comp... All Other Mainframe Topics 2
No new posts IEW2456E error when link-editing a C ... JCL & VSAM 0
Search our Forums:

Back to Top