IDMS

  • 1.  IDMS on VSE and MQSeries

    Posted Sep 06, 2007 08:02 AM
    We are running IDMS/DC 15.0 on z/VSE and starting to look at being part
    of an MQSeries ""collective"". Has anyone done this with IDMS on VSE?



    We've asked CA and their suggestions (since we are VSE and not z/OS and
    they know of no third party products for VSE to help) were to either put
    in a CICS frontend for IDMS to run the MQSeries software, or to put in
    IDMS Server and the SQL Option to talk to Websphere MQ.



    Thanks in advance.



    Shelley Fandrey
    "
    IDMS Public Discussion Forum
    IDMS-L@LISTSERV.IUASSN.COM
    SMTP
    IDMS-L@LISTSERV.IUASSN.COM
    IDMS-L@LISTSERV.IUASSN.COM
    SMTP








    Normal

    Normal
    IDMS on VSE and MQSeries
    "

    We are running IDMS/DC 15.0 on z/VSE and starting to look at being part
    of an MQSeries ""collective"". Has anyone done this with IDMS on VSE?



    We've asked CA and their suggestions (since we are VSE and not z/OS and
    they know of no third party products for VSE to help) were to either put
    in a CICS frontend for IDMS to run the MQSeries software, or to put in
    IDMS Server and the SQL Option to talk to Websphere MQ.



    Thanks in advance.



    Shelley Fandrey
    "
    IDMS Public Discussion Forum
    IDMS-L@LISTSERV.IUASSN.COM
    SMTP
    IDMS-L@LISTSERV.IUASSN.COM
    IDMS-L@LISTSERV.IUASSN.COM
    SMTP








    Normal

    Normal
    Dynamic calls
    "This question is about DC-COBOL programs. Is it possible to do a
    dynamic COBOL call (as opposed to a ""transfer control"") to another
    program in the IDMS online environment? Or must the called program
    always be linked with the calling program?

    Kay Rozeboom
    State of Iowa
    Information Technology Enterprise
    Department of Administrative Services
    Telephone: 515.281.6139 Fax: 515.281.6137
    Email: Kay.Rozeboom@Iowa.Gov
    "
    IDMS Public Discussion Forum
    IDMS-L@LISTSERV.IUASSN.COM
    SMTP
    IDMS-L@LISTSERV.IUASSN.COM
    IDMS-L@LISTSERV.IUASSN.COM
    SMTP








    Normal

    Normal
    Re: [IDMSVENDOR-L] Dynamic calls
    "Key - if you code the following:

    if test = true
    move 'prog1' to prog-nam
    else
    move 'prog2' to program-nam
    call 'program-nam'

    it will dynamic - since the linkage editor has no way of knowing what will
    be in the program-nam - this works even when you specify nodynam on the
    cobol option



    Chris Hoelscher
    Senior IDMS & DB2 Database Administrator
    Humana Inc
    502-476-2538
    choelscher@humana.com



    The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material. If you receive this material/information in error, please contact the sender and delete or destroy the material/information.
    "
    IDMS Public Discussion Forum
    IDMS-L@LISTSERV.IUASSN.COM
    SMTP
    IDMS-L@LISTSERV.IUASSN.COM
    IDMS-L@LISTSERV.IUASSN.COM
    SMTP








    Normal

    Normal
    Re: Dynamic calls
    "Hi Kay

    WE do it all the time
    We use

    01 ws-program-name pic x(8) value spaces.

    Move 'program-name' to ws-program-name.
    Call ws-program-name using

    Dennis Robock

    Alberta Department of Energy
    Canada