ACF2

 View Only
  • 1.  Getting a list of Resource Types From Within A Program

    Posted Jan 31, 2019 05:32 AM

    Regarding ACF2, is there a way to get a full list of R-class resource types from within an Assembler or C program?



  • 2.  Re: Getting a list of Resource Types From Within A Program
    Best Answer

    Broadcom Employee
    Posted Jan 31, 2019 02:36 PM

    Hello Selig,

    There is a way to list out all the resource types from a program.

    You would need to use the ACGRSRC ACFSVC parmblock to do a get-next type

    process to list all available resources.

    note the resource type and then

    do a get next request after changing the resource name to x'ff' s.

    Do this until no more records are found.

     

    I would suggest that you open a new support case to review the complete process.

     

    The easiest way to see all defined types is to issue an ACF SHOW RSRC command.

    Maybe you could issue a call to tso and issue the SHOW RSRC command within your program.

     

    Regards,

    Ross 

    CA ACF2 support.



  • 3.  Re: Getting a list of Resource Types From Within A Program

    Posted Feb 03, 2019 02:34 AM

    Thank you very much.

     

     

    Selig Tessler

    Sr. Software Engineer

    selig.tessler@sailpoint.com<mailto:selig.tessler@sailpoint.com>

    www.sailpoint.com<http://www.sailpoint.com>



  • 4.  Re: Getting a list of Resource Types From Within A Program

    Posted Feb 03, 2019 02:38 AM

    Thank you very much.

     

     

    Selig Tessler

    Sr. Software Engineer

    selig.tessler@sailpoint.com<mailto:selig.tessler@sailpoint.com>

    www.sailpoint.com<http://www.sailpoint.com>



  • 5.  Re: Getting a list of Resource Types From Within A Program

    Posted Feb 03, 2019 02:31 AM

    Ross, thank you very much for your reply.