z/OS ISPF Reference Summary
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ACCTINFO—retrieve accounting information

z/OS ISPF Reference Summary
SC19-3624-00

Command invocation format

Read syntax diagramSkip visual syntax diagram
>>-FLMCMD--ACCTINFO,project--,-+---------+--,group--,type------->
                               '-prj_def-'                  

>--,member--,-+-----------------+--,-+---------------+---------->
              '-user_info_table-'    '-include_table-'   

                                                  .-SEARCH--.   
>--,-+-------------------+--,-+--------------+--,-+---------+--->
     '-change_code_table-'    '-ada_cu_table-'    +-FORWARD-+   
                                                  '-MATCH---'   

>--,-+---------+-----------------------------------------------><
     '-dd_msgs-'   

Call invocation format

Read syntax diagramSkip visual syntax diagram
>>-lastrc--:=--FLMLNK('ACCTINFO',sclm_id,--,group--,type-------->

>--,member--,user_info_table--,include_table-------------------->

                                        .-SEARCH--.   
>--,change_code_table--,ada_cu_table--,-+---------+------------->
                                        +-FORWARD-+   
                                        '-MATCH---'   

>--,$msg_array);-----------------------------------------------><

Return codes

 0
Normal completion. An account record exactly matching the specified criteria was found and the information was stored successfully.
 8
Error completion. No account record was found for the specified member.
  • If FORWARD was specified then there are no accounting records for the group which match or follow the specified type and member name.
  • If MATCH was specified then there is not an account record with the specified group, type and member name.
  • If SEARCH was specified then there are no matching account records found when searching up the hierarchy starting from the specified group.
12
Error completion. Refer to the messages for more information.
20
Severe error condition. SCLM does not produce messages because the SCLM ID is invalid.
24
Severe error condition. SCLM does not produce messages because SCLM services have not been initialized.
32
Severe error condition. An invalid parameter list was passed to the requested service.
34
Severe error condition. An invalid service was requested.
36
Severe error condition. The version of the FLMLNK subroutine does not match the version of the SCLM services module.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014