| acms | Runs the ACMSxp client to invoke STDL procedures |
| acms_create_tpsystem | Creates an ACMSxp TPsystem |
| acms_delete_tpsystem | Deletes an ACMSxp TPsystem |
| acms_set_version | ACMSxp version setting script |
| acms_start_tpsystem | Starts an ACMSxp TPsystem |
| acmsadmin | Runs the ACMSxp distributed management command interface utility |
| acmsdbx | Runs a source level debugger in the ACMSxp environment |
| acmslog, acmslog | Displays an ACMSxp event log |
| ACMSxp, acmsxp_introduction | ACMSxp software builds and runs client/server applications |
| ASSIGNMENT, assignment | A statement that manipulates workspace contents by assigning a value to one or more workspace fields |
| AUDIT, audit | statement in a task that posts information to the event log server |
| Block, block | groups elements of a task definition |
| CALL PRESENTATION, call_presentation | a statement in a task definition that invokes a procedure in a presentation server |
| CALL PROCEDURE, call_procedure | Calls a processing procedure in a processing group. |
| CALL TASK, call_task | Invokes an STDL task for immediate execution |
| CANCEL TASK SUBMIT, cancel_task_submit | statement that removes an inactive request from the queue of submitted requests |
| Conditional statements, conditional_statements | control execution flow in a task based on test statement results |
| DATA TYPE DEFINITION, data_type_definition | specifies the format or layout of a record and defines an identifier |
| DEQUEUE RECORD, dequeue_record | statement in a task that reads a record from a local queue and deletes the record |
| ENQUEUE RECORD, enqueue_record | statement in a task definition that writes a workspace to a local record queue |
| Exception, exception | a run-time system-detected event that changes normal task execution flow |
| EXCEPTION HANDLER, exception_handler | part of a task definition to which the ACMSxp system transfers control when an exception occurs |
| EXIT BLOCK, exit_block | statement in a task definition that ends the current block |
| EXIT TASK, exit_task | statement that ends the current task |
| GET MESSAGE, get_message | statement in a task that translates a message number or message identifier into message text |
| GOTO, goto | statement in a task that transfers control to another statement |
| gwlog | maintains ACMSxp transaction manager gateway log files |
| MESSAGE GROUP, message_group | defines a named set of messages in a task group |
| Preprocessor Directives, preprocessor_directives | supply and process replacement macro definitions before compilation |
| PRESENTATION GROUP SPECIFICATION, presentation_group | Specifies a set of interfaces to presentation procedures |
| PRESENTATION PROCEDURE, presentation_procedure | a callable program that accesses a display or other input/output devices |
| PROCESSING GROUP SPECIFICATION, processing_group | specifies a set of interfaces to top-level processing procedures |
| PROCESSING PROCEDURE, processing_procedure | An entry point in a processing server |
| QUEUE SPECIFICATION, queue_specification | associates a data type identifier with a record queue |
| RAISE EXCEPTION, raise_exception | a statement that raises an exception in a task |
| READ QUEUE, read_queue | statement that returns to a workspace one record from a record queue without deleting the item. Contrast with the dequeue operation. |
| RERAISE EXCEPTION, reraise_exception | statement that causes an exception being handled by an exception handler to be raised again |
| RESTART TRANSACTION, restart_transaction | a statement in a task that raises a transient transaction exception |
| Statement, statement | describes work in a task definition, provides flow control between statements, and groups statements in blocks |
| BLOCK, statement_block | groups multiple statements in a task definition into a single unit for which you can define an exception handler |
| stdl | ACMSxp command that invokes the STDL compiler |
| STDL Syntax, stdl_syntax | describes rules and conventions for the ACMSxp Structured Transaction Definition Language |
| SUBMIT TASK, submit_task | statement in a task that enqueues a request for the delayed execution of another task |
| TASK ARGUMENT, task_argument | specify the arguments passed into and out of a task |
| Task attribute, task_attribute | defines in a task definition the characteristics of a task |
| TASK, task_definition | specifies execution flow of one or more transactions, sequences access to resources and calls to procedures, and handles exceptions |
| TASK GROUP SPECIFICATION, task_group | specifies the interface to tasks |
| BLOCK WITH TRANSACTION, transaction_block | statement demarcating a set of operations that execute in the same transaction |
| WORKSPACE, workspace | a private or shared structured area of memory |
| WORKSPACE FIELD, workspace_field | identifies a subdivision within a workspace or the entire workspace |
| interpretTrace | converts binary ring buffer files to readable text format |
| sfs | starts an SFS server |
| sfsadmin | introduction to the sfsadmin commands |
| sfsadmin add index, sfsadmin_add_index | adds a secondary index to the specified file |
| sfsadmin add lvol, sfsadmin_add_lvol | adds the specified volume to the specified server |
| sfsadmin copy file, sfsadmin_copy_file | copies the specified file and all of its indices |
| sfsadmin create clusteredfile, sfsadmin_create_clusteredfile | creates a new clustered file |
| sfsadmin create relativefile, sfsadmin_create_relativefile | creates a new relative file |
| sfsadmin create sequentialfile, sfsadmin_create_sequentialfile | creates a new sequential file |
| sfsadmin deactivate index, sfsadmin_deactivate_index | deactivates a secondary index |
| sfsadmin delete index, sfsadmin_delete_index | removes the specified secondary index of the specified file |
| sfsadmin destroy file, sfsadmin_destroy_file | removes the specified file and its indices |
| sfsadmin empty file, sfsadmin_empty_file | removes the contents of the specified file, leaving the record format intact |
| sfsadmin expand file, sfsadmin_expand_file | allocates more disk space for the primary area of the specified file |
| sfsadmin expand index, sfsadmin_expand_index | allocates more disk space for the specified secondary index |
| sfsadmin export file, sfsadmin_export_file | writes an SFS file to a storage device |
| sfsadmin help, sfsadmin_help | displays the syntax of the specified sfsadmin command or lists all sfsadmin commands that contain the specified keyword |
| sfsadmin import file, sfsadmin_import_file | reads a file from a storage device and writes it to an SFS file |
| sfsadmin list files, sfsadmin_list_files | displays the names of all files managed by a specified server |
| sfsadmin list lvols, sfsadmin_list_lvols | displays the names of all volumes associated with the server |
| sfsadmin list ofds, sfsadmin_list_ofds | displays information about open file descriptors (OFDs) managed by the specified server |
| sfsadmin query export, sfsadmin_query_export | displays information about an exported file |
| sfsadmin query file, sfsadmin_query_file | displays status and storage information about a file |
| sfsadmin query filelock, sfsadmin_query_filelock | displays information about the locks held on a file |
| sfsadmin query index, sfsadmin_query_index | displays information about the secondary index of a specified file |
| sfsadmin query lvol, sfsadmin_query_lvol | displays information about the specified volume |
| sfsadmin query ofd, sfsadmin_query_ofd | displays information about the specified open file descriptor (OFD) managed by the specified server |
| sfsadmin query server, sfsadmin_query_server | displays information about the specified server |
| sfsadmin query tranlock, sfsadmin_query_tranlock | displays information about locks held by a specified transaction |
| sfsadmin rebuild index, sfsadmin_rebuild_index | rebuilds the specified secondary index |
| sfsadmin rename file, sfsadmin_rename_file | renames the specified file |
| sfsadmin rename index, sfsadmin_rename_index | renames the specified index |
| sfsadmin reorganize file, sfsadmin_reorganize_file | reorganizes the records of an entry-sequenced (sequential) file in order to reclaim space |
| sfsadmin set recordlimit, sfsadmin_set_recordlimit | resets the maximum number of records permitted in the specified file |
| sfsadmin terminate ofd, sfsadmin_terminate_ofd | closes the specified open file descriptor |
| tkadmin | introduction to the tkadmin commands |
| tkadmin abort transaction, tkadmin_abort_transaction | aborts a transaction |
| tkadmin add mirror, tkadmin_add_mirror | adds a mirror to a logical volume |
| tkadmin backup lvol, tkadmin_backup_lvol | backs up a logical volume |
| tkadmin clear exclusiveauthority, tkadmin_clear_exclusiveauthority | clears the server’s exclusive authority |
| tkadmin create logfile, tkadmin_create_logfile | creates a log file |
| tkadmin create lvol, tkadmin_create_lvol | creates a logical volume |
| tkadmin create pvol, tkadmin_create_pvol | creates a physical volume |
| tkadmin delete disk, tkadmin_delete_disk | removes a disk from the Toolkit server’s administration |
| tkadmin delete logfile, tkadmin_delete_logfile | deletes a log file |
| tkadmin delete lvol, tkadmin_delete_lvol | deletes a logical volume |
| tkadmin delete pvol, tkadmin_delete_pvol | deletes a physical volume |
| tkadmin disable lvol, tkadmin_disable_lvol | makes a logical volume inaccessible for I/O |
| tkadmin disable mediaarchiving, tkadmin_disable_mediaarchiving | disables media archiving for the specified server |
| tkadmin dump component, tkadmin_dump_component | dumps the state of the specified component |
| tkadmin dump product, tkadmin_dump_product | dumps the state of all components in the specified product |
| tkadmin dump ringbuffer, tkadmin_dump_ringbuffer | dumps the trace ring buffer |
| tkadmin enable archfile, tkadmin_enable_archfile | notifies a server that an archive file is now available online |
| tkadmin enable logfile, tkadmin_enable_logfile | enables a log file for use by a server |
| tkadmin enable lvol, tkadmin_enable_lvol | makes a logical volume accessible for I/O |
| tkadmin enable mediaarchiving, tkadmin_enable_mediaarchiving | enables media archiving for a server |
| tkadmin enable server, tkadmin_enable_server | enables a server for full operation |
| tkadmin expand lvol, tkadmin_expand_lvol | expands a logical volume |
| tkadmin expand pvol, tkadmin_expand_pvol | expands a physical volume |
| tkadmin flush lvol, tkadmin_flush_lvol | propagates buffered changes to one or more logical volumes |
| tkadmin force checkpoint, tkadmin_force_checkpoint | causes the server to checkpoint |
| tkadmin force transaction, tkadmin_force_transaction | forces the outcomes of prepared transactions |
| tkadmin help, tkadmin_help | lists all tkadmin commands or shows the syntax of a specific command |
| tkadmin init disk, tkadmin_init_disk | initializes a Volume Service disk |
| tkadmin init logvol, tkadmin_init_logvol | initializes a logical volume for the storage of log data |
| tkadmin list calls, tkadmin_list_calls | lists all in-progress RPCs for a server |
| tkadmin list components, tkadmin_list_components | lists all components in a server and their trace masks |
| tkadmin list disks, tkadmin_list_disks | lists all initialized disks |
| tkadmin list lvols, tkadmin_list_lvols | lists logical volumes |
| tkadmin list products, tkadmin_list_products | lists all products in the server and their trace masks |
| tkadmin list properties, tkadmin_list_properties | lists all property keys for a specified transaction |
| tkadmin list pvols, tkadmin_list_pvols | lists physical volumes |
| tkadmin list redirect, tkadmin_list_redirect | lists the trace output destinations for all classes |
| tkadmin list trace, tkadmin_list_trace | lists components and their corresponding trace masks |
| tkadmin list transactions, tkadmin_list_transactions | lists unresolved transactions in a server and their current state |
| tkadmin list versions, tkadmin_list_versions | lists versions of all components of a server |
| tkadmin map lvol, tkadmin_map_lvol | maps an AIX logical volume to an Encina logical volume |
| tkadmin move pvol, tkadmin_move_pvol | moves a physical volume to a different set of disks |
| tkadmin query application, tkadmin_query_application | displays the identifier of an application |
| tkadmin query authorization, tkadmin_query_authorization | displays whether ACL checking is enabled or disabled for the server |
| tkadmin query backup, tkadmin_query_backup | displays information about a backup of a volume |
| tkadmin query bufferpoolsize, tkadmin_query_bufferpoolsize | displays the size of the server buffer pool |
| tkadmin query checkpointinterval, tkadmin_query_checkpointinterval | displays the interval between server checkpoints |
| tkadmin query component, tkadmin_query_component | displays a component’s trace mask |
| tkadmin query disk, tkadmin_query_disk | returns detailed information about a disk |
| tkadmin query exclusiveauthority, tkadmin_query_exclusiveauthority | displays the principal that has exclusive access to the server |
| tkadmin query identity, tkadmin_query_identity | displays the user and group identities of the server |
| tkadmin query keyfile, tkadmin_query_keyfile | displays the name of the DCE keytab file used by the server |
| tkadmin query logvol, tkadmin_query_logvol | displays information about a logical volume storing log data |
| tkadmin query lvol, tkadmin_query_lvol | obtains information about a logical volume |
| tkadmin query mediaarchiving, tkadmin_query_mediaarchiving | displays the media archiving setting for a server |
| tkadmin query minprotectlevel, tkadmin_query_minprotectlevel | displays the minimum protection level at which the server accepts client RPCs as authenticated |
| tkadmin query principal, tkadmin_query_principal | displays the DCE principal name of the server |
| tkadmin query process, tkadmin_query_process | displays the process identifier of the server |
| tkadmin query product, tkadmin_query_product | displays the trace masks of each component in a product |
| tkadmin query property, tkadmin_query_property | displays the value of the specified property key |
| tkadmin query pvol, tkadmin_query_pvol | obtains detailed information about a physical volume |
| tkadmin query redirect, tkadmin_query_redirect | lists the trace output destination for a specified class |
| tkadmin query restore, tkadmin_query_restore | obtains information about a restore |
| tkadmin query trace, tkadmin_query_trace | lists trace mask and trace options for the specified component |
| tkadmin query transaction, tkadmin_query_transaction | displays information about a transaction |
| tkadmin query workingdirectory, tkadmin_query_workingdirectory | displays the current working directory of the server |
| tkadmin recover lvols, tkadmin_recover_lvols | recovers data on enabled logical volumes |
| tkadmin recreate lvol, tkadmin_recreate_lvol | re-creates a deleted logical volume |
| tkadmin redirect trace, tkadmin_redirect_trace | redirects trace output to a file or special destination |
| tkadmin remap lvol, tkadmin_remap_lvol | remaps an AIX logical volume to an Encina logical volume |
| tkadmin remove mirror, tkadmin_remove_mirror | removes a mirror from an Encina logical volume |
| tkadmin rename lvol, tkadmin_rename_lvol | renames a logical volume |
| tkadmin rename pvol, tkadmin_rename_pvol | renames a physical volume |
| tkadmin restore logvol, tkadmin_restore_logvol | restores the data of a logical volume storing log data |
| tkadmin restore lvols, tkadmin_restore_lvols | restores the contents of one or more logical volumes |
| tkadmin retain backups, tkadmin_retain_backups | retains information about the specified number of complete, independent backups |
| tkadmin set arrivaltimequality, tkadmin_set_arrivaltimequality | specifies the quality of the time stamps used to show the arrival times of RPCs at a server |
| tkadmin set authorization, tkadmin_set_authorization | enables or disables ACL checking for the server |
| tkadmin set checkpointinterval, tkadmin_set_checkpointinterval | specifies the interval between server checkpoints |
| tkadmin set exclusiveauthority, tkadmin_set_exclusiveauthority | defines the principal with exclusive access to the server |
| tkadmin set minprotectlevel, tkadmin_set_minprotectlevel | defines the minimum protection level at which the server accepts client RPCs as authenticated |
| tkadmin stop server, tkadmin_stop_server | stops a Toolkit server |
| tkadmin sync mirrors, tkadmin_sync_mirrors | synchronizes a logical volume |
| tkadmin trace component, tkadmin_trace_component | turns on tracing of a Toolkit server component |
| tkadmin trace product, tkadmin_trace_product | turns on tracing for all components of a product |
| tkadmin trace specification, tkadmin_trace_specification | enables or disables tracing for a component |
| tkadmin truncate backup- invalidates information about old backups, tkadmin_truncate_backup | |
| tkadmin unmap lvol, tkadmin_unmap_lvol | unmaps an Encina logical volume from an AIX volume |
| tkadmin untrace component, tkadmin_untrace_component | turns off tracing in a Toolkit server component |
| tkadmin untrace product, tkadmin_untrace_product | turns off tracing in all components of a product |
| translateError | translates status codes from one form to another |