Access: Verbs
Command Name
Type
Description
access.with
Modifier
Defines selection criteria in Access sentence.
access.phrases
Definition
master dictionary items which contain Access macros.
access.#
Modifier
'not equal to' operator.
access.any
Modifier
searches entire item for match, all attributes and values.
access.by
Modifier
Defines (ascending) sort key in Access sentence.
access.by-dsnd
Modifier
Defines descending sort key in Access sentence.
access.by-exp
Modifier
Explodes multi-values for sorting purposes.
access.connectives
Definition
words in a master dictionary which are used to form the elements of Access statements.
access.dict
Modifier
Accesses dictionary level of specified file.
access.every
Modifier
Forces comparison on every value, rather than any value.
access.fill
Modifier
Displays report in 'across-the-page' mode.
access.ge
Modifier
'greater than or equal to' operator.
access.hash-test
Verb: Access
Performs distribution analysis on file with test modulo.
access.istat
Verb: Access
Performs distribution analysis on existing file modulo.
access.le
Modifier
'less than or equal to' operator.
access.m.option
Option
Allows all values to be processed by the output conversion -- even nulls.
access.n.option
Option
Outputs report without pausing at the bottom of each page.
access.no
Modifier
Reverses selection condition.
access.nopage
Modifier
Outputs report without pausing at the bottom of each page.
access.nselect
Verb: Access
Performs 'not' select - only items not there.
access.options
Definition
Standard options: b,c,d,h,i,j,k,n,p,r,s,u,y
access.pre-processor
Definition
portion of Access which provides phrase parsing and eliminates the need for quotes around explicit values.
access.roll-on
Modifier
creates a visual 'break' in output data when the value of a specified attribute changes, an improvement over the 'break-on' command.
access.sampling
Modifier
Limits the number of items processed to a given number.
access.select
Verb: Access
Creates list of items meeting specific criteria.
access.sellist
Definition
Defines selection criteria portion of an Access sentence.
access.ss
Modifier
Produces 'spreadsheet' summary of values by dates.
access.sselect
Verb: Access
Creates sorted list of items meeting specific criteria.
access.stat
Verb: Access
Displays total and average of numeric field.
access.sum
Verb: Access
Displays total of numeric field.
access.t-load
Verb: Access
Loads data from t-dump format magnetic media.
access.tape
Modifier
Produces Access report from magnetic media.
access.using
Modifier
Uses dictionary from different file in an Access sentence.
tcl.el
Verb: Access
Edits saved list using Update processor.
tcl.istat
Verb: Access
produces a graphcal representation of item-id distribution and suggests a new modulo.
tcl.l
Verb: Access
Synonym for 'list'.
tcl.si
Verb: Access
Invokes 'sort-item' command.
ue.1070
User Exit
Returns a checksum for the current item
ue.201e
User Exit
Returns the number of attributes in an item.
ue.2070
User Exit
Returns the checksum value for the specified frame.
ue.3070
User Exit
Returns PCB fid for the current process.
ue.5070
User Exit
Converts a string in the form 'xxx' to the form 'xxx-000'.
ue.508e
User Exit
Calls the 'copy' processor from Access.
ue.6070
User Exit
Inputs up to 100 characters.
ue.7070
User Exit
Inputs up to 100 characters.
ue.8070
User Exit
Returns a checksum for the current item
ue.9070
User Exit
Toggles the Page/NoPage format.
ue.a070
User Exit
Returns the specified value from a multi-valued set.
ue.c070
User Exit
Returns the specified value from a multi-valued set.
wildcards
Definition
allows Access to search for strings beginning with, ending with, or containing a given string.
Back to Category Listing