ACF2

 View Only
  • 1.  ACF00RBS Examples

    Posted Aug 31, 2019 10:12 PM
    Hi,

    I am trying my hands at using ACF00RBS to extract role information.   To test, I kept the program at the bare minimum to initialize XROL parameter and call ACF00RBS.   The call statement fails with S0C1.  I'd been successfully using ACF00SSL, SSY and ACFGINIT programs for years. But not able to call ACF00RBS.  Any suggestsions? Anybody have a working sample for it?  Thank you.


  • 2.  RE: ACF00RBS Examples

    Broadcom Employee
    Posted Sep 03, 2019 11:28 AM
    Hi Deepak,
    I would suggest that you make sure of the following and if that does not resolve
    the problem please open a support case at support.broadcom.com.

    INCLUDE SYSPUNCH
    INCLUDE ACFMOD(ACF00RBS)
    MODE RMODE(ANY),AMODE(31)
    ENTRY yourpgm 
    NAME yourpgm(R)

    Ensure you include ACF00RBS from CAX1LINK library
    Ensure you set correct MODE statement.

    regards,
    Ross Decent
    ACF2 Support
    Broadcom


  • 3.  RE: ACF00RBS Examples

    Posted Sep 08, 2019 09:54 PM
    Thanks Ross.   I followed your instructions; my program is working good.  I've other queries; I'll open a case with the CA.  Thank you.