IDMS

Re: Passing data to new task

  • 1.  Re: Passing data to new task

    Posted May 21, 2008 12:31 AM
    Hi Kay:

    As I'm sure you're aware, you can't pass a parameter list to a task via
    DC ATTACH. However, you can pass a parameter list via DC SETIME (use
    TYPE=WAIT,INTVL=0). I've used this before, so please feel free to email
    me directly if you'd like additional information about SETIME.

    Of course, you can use DC ATTACH, but you'll have to use conventional
    data passing structures/methodologies, including user storage,
    Scratch/Queue/database records, etc.

    All of the above options have various ramifications, but SETIME is
    probably the very easiest to implement.

    Regards,

    Tom Schoenborn