IDMS

  • 1.  IDMS SHUTDOWN COMMAND

    Posted Oct 10, 2018 12:20 PM

    CAN IDMS be shutdown in a batch job?  If so, can someone share a batch job example?  Thanks, Mike



  • 2.  Re: IDMS SHUTDOWN COMMAND
    Best Answer

    Posted Oct 10, 2018 12:38 PM

    Mike,

    Yes it can. You can run a job that issues the DCMT SHUTDOWN command. The userid the job runs under needs to have IDMS signon authority and authority to issue the shutdown command.

     

    Something like this:

     

    //<your job card>
    //*
    //SHUTDOWN EXEC PGM=RHDCUCFB,REGION=2M
    //STEPLIB DD DSN=<your IDMS software library>,DISP=SHR
    //SYSCTL DD DSN=<your SYSCTL dataset>,DISP=SHR
    //SYSLST DD SYSOUT=*
    //SYSIPT DD *
    DCMT SHUTDOWN IMM
    Y
    BYE
    /*

     

    Hope this helps,

    Stephen Franzon



  • 3.  Re: IDMS SHUTDOWN COMMAND

    Posted Oct 10, 2018 12:54 PM

    Or a batch job that sends a shutdown command to the console …..

     

    Chris Hoelscher

    Technology Architect, Database Infrastructure Services

    Technology Solution Services

    Humana Inc.

    123 East Main Street

    Louisville, KY 40202

    Humana.com

    (502) 476-2538 or 407-7266



  • 4.  Re: IDMS SHUTDOWN COMMAND

    Posted Oct 10, 2018 01:27 PM

    Thanks for the information.  Mike



  • 5.  Re: IDMS SHUTDOWN COMMAND

    Posted Oct 10, 2018 01:27 PM

    Thanks for the information.  Mike



  • 6.  Re: IDMS SHUTDOWN COMMAND

    Broadcom Employee
    Posted Oct 10, 2018 03:19 PM

    Hi, we updated the CA IDMS documentation in the Usage statement to clarify that CA IDMS can be shutdown in a batch job.

     

    Thanks,

    Pam