Hi,
Is there a compile option you can put at the top of a clle program like an
rpgle program to specify the activation group?
Not before release 6.1
In release 6.1 you can set several compile options with the CL-Command
DCLPRCOPT (Declare Processing Option).
This command must be specified in the "Declare" before the "usual" CL-Code.
Example:
DCLPRCOPT USRPRF(*OWNER)                + 
          DFTACTGRP(*NO)                + 
          ACTGRP(MYACTGRP)              + 
          BNDSRVPGM((BNDSRVPGM1))       + 
          BNDDIR(MYBNDDIR1 MYBNDDIR2)    
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
-----Ursprüngliche Nachricht-----
Von: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] Im Auftrag von
JDHorn@xxxxxxxxxxxxxx
Gesendet: Thursday, 09. October 2008 17:08
An: midrange-l@xxxxxxxxxxxx
Betreff: clle activation groups
   Just really getting started with activation groups.  converting old code.
   need to be backward compatible for a while with the default activation so
   would prefer not changing the standard compile option.
    
   Is there a compile option you can put at the top of a clle program like
an
   rpgle program to specify the activation group?
   sort of the clle equivalent of this in rpg
   h   actgrp(qile)  dftactgrp(*no)     
    
   Jim Horn
   This email is intended only for the person or entity  
   to which it is addressed and may contain information  
   that is privileged, confidential or otherwise protected  
   from disclosure. If you are not the named addressee  
   or an employee or agent responsible for delivering  
   this message to the named addressee, you are not
   authorized to read, print, retain copy, and disseminate
   this message or any part of it. If you have received this
   message in error please notify us immediately by email,
   discard any paper copies and delete all electronic files  
   of this message.
   This email is intended only for the person or entity
   to which it is addressed and may contain information
   that is privileged, confidential or otherwise protected
   from disclosure. If you are not the named addressee
   or an employee or agent responsible for delivering
   this message to the named addressee, you are not
   authorized to read, print, retain copy, and disseminate
   this message or any part of it. If you have received this
   message in error please notify us immediately by email,
   discard any paper copies and delete all electronic files
   of this message.
As an Amazon Associate we earn from qualifying purchases.