The IBM /s command is used to start the daemon on OS/390 and z/OS platforms.

To start the daemon

  1. Ensure the following:
    • The NAVROOT.loadaut library is APF authorized. NAVROOT is the high-level qualifier specified during installation.

      Note: To define a DSN as APF authorized, in the SDSF screen enter the following command:
      /setprog apf,add,dsn=navroot.loadaut,volume=nav002
      where nav002 is the volume where you installed Oracle Connect
    • NAVROOT.USERLIB(ATTSRVR) and NAVROOT.USERLIB(ATTDAEMN) have been copied to a library within the started tasks path. If they have not been copied, add the NAVROOT.USERLIB library to this path.
  2. Activate NAVROOT.USERLIB(ATTDAEMN) as a started task to invoke the daemon.

    For example, in the SDSF screen enter the following: /s ATTDAEMN

    To submit the daemon as a job, uncomment the first two lines of the ATTDAEMN JCL and run the job using the sub command. The ATTDAEMN JCL is similar to the following:

    //*ATTDAEMN JOB 'RR','TTT',MSGLEVEL=(1,1),CLASS=A,
    //*MSGCLASS=A,NOTIFY=&SYSUID,REGION=8M
    //STEP1 EXEC PGM=IRPCD,
    // PARM='-B START ''NAVROOT.DEF.IRPCDINI'''
    //STEPLIB DD DSN=NAVROOT.LOADAUT,DISP=SHR
    //SYSPRINT DD SYSOUT=A
    //GBLPARMS DD DSN=NAVROOT.DEF.GBLPARMS,DISP=SHR
    // EXEC PGM=IRPCD,COND=((1,EQ,STEP1),(2,EQ,STEP1)),
    // PARM='-KATTDAEMN START ''NAVROOT.DEF.IRPCDINI'''
    //STEPLIB DD DSN=NAVROOT.LOADAUT,DISP=SHR
    //SYSPRINT DD SYSOUT=A
    //GBLPARMS DD DSN=NAVROOT.DEF.GBLPARMS,DISP=SHR
    //SYSDUMP DD DUMMY


    Note: You can also run ATTDAEMN by submitting the job, without making any changes to the JCL.