Author Topic: Preparing JES Spool to deliver files to CMOD via arsjesd?  (Read 2943 times)

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Preparing JES Spool to deliver files to CMOD via arsjesd?
« on: November 11, 2010, 06:09:59 PM »
Hi everyone. 

It's not often that I get to ask a z/OS question, so take it easy on me...  :)

I have a potential customer that is considering implementing CMOD -- but the question I couldn't answer for them was:
   "How do we configure JES to send files to CMOD?"

(As I understand it, files are sent from the JES Spool and delivered via TCP/IP to arsjesd, as if it was a printer.)

The follow-up question is: "How does arsjesd know what to name the file that's being received?"  The z/OS guy on the call seemed to think there was no dataset information for printouts in the JES queue.

Any assistance would be greatly appreciated.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

LWagner

  • Guest
Re: Preparing JES Spool to deliver files to CMOD via arsjesd?
« Reply #1 on: November 16, 2010, 02:24:45 PM »
I believe its in the JES Queue class assignment of the output, and there is an ARSLOAD started task which monitors that class.

//ARSLOAD  EXEC PGM=ARSLOAD,REGION=0M,TIME=NOLIMIT,                     
//  PARM=('/-h ARSDBASE -c /ars/tmp -C 0 -E -A WRITER -fv              \
//             -U /etc/ars/arsload.cfg   ')                             

The value after "-C", 0 here, is the JES class to pick up .
The value after "-A" is the portion of the JES name identifying the application.