+ Reply to Thread
Results 1 to 7 of 7

Thread: Specifying ACTGRP when using CRTSQLRPGI with OBJTYPE(*SRVPGM)

  1. #1
    K.Forsythe Guest

    Default Specifying ACTGRP when using CRTSQLRPGI with OBJTYPE(*SRVPGM)

    Compiling it as a module and then use CRTSRVPGM to build the service program with the appropriate options.

  2. #2

    Default Specifying ACTGRP when using CRTSQLRPGI with OBJTYPE(*SRVPGM)

    I can do that, but if I can do it with one command... Thanks

  3. #3

    Default Specifying ACTGRP when using CRTSQLRPGI with OBJTYPE(*SRVPGM)

    I'm interested in finding out if you can use the COMPILEOPT parameter. My guess is, not. Thanks

  4. #4

    Default Specifying ACTGRP when using CRTSQLRPGI with OBJTYPE(*SRVPGM)

    Dave Zastrow wrote: > > I'm interested in finding out if you can use the COMPILEOPT parameter. My guess is, not. > No, the COMPILEOPT is for the command that compiles the module (CRTRPGMOD). I don't think there's a way to specify the extra command parameters for the CRTSRVPGM part. The H spec won't work either; you can't code the ACTGRP keyword on the H spec for CRTRPGMOD.

  5. #5

    Default Specifying ACTGRP when using CRTSQLRPGI with OBJTYPE(*SRVPGM)

    Thanks. Nothing is ever as easy as I would like...

  6. #6

    Default Specifying ACTGRP when using CRTSQLRPGI with OBJTYPE(*SRVPGM)

    Does anyone know (and will you share) how to specify the activation group name when creating a *SRVPGM using CRTSQLRPGI? When creating a *PGM the COMPILEOPT parameter can be used, but I get the "keyword DFTACTGRP not valid for this command" error. Thanks, Dave

  7. #7

    Default Specifying ACTGRP when using CRTSQLRPGI with OBJTYPE(*SRVPGM)

    example:
    Code

+ Reply to Thread

Similar Threads

  1. srvpgm
    By gio.cot in forum General
    Replies: 1
    Last Post: 03-04-2005, 09:04 AM
  2. IFS equivalent to WRKOBJ OBJ(*ALL/filename) OBJTYPE(*ALL)
    By Guest.Visitor in forum IBM i (OS/400, i5/OS)
    Replies: 1
    Last Post: 04-05-2001, 02:43 PM
  3. ACTGRP ?
    By Guest.Visitor in forum Programming
    Replies: 5
    Last Post: 02-01-2001, 06:24 AM
  4. override ACTGRP(*CALLER) in V4R4
    By Guest.Visitor in forum Programming
    Replies: 2
    Last Post: 12-02-1999, 04:47 AM
  5. DFTACTGRP chg for CRTSQLRPGI
    By Guest.Visitor in forum Programming
    Replies: 2
    Last Post: 06-04-1998, 06:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts