Commonly Used ACL Commands

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

COMMONLY USED ACL COMMANDS

ACL Special Functions (to create a new field or data filter)

Function Description Example Application Example Execution

Age (AGE) Returns the age, in days, of a specified I have an A/R download as of Create a data filter:
date compared to a specified cutoff 12/31/2001 in ACL with a AGE (DISCHARGE_DATE,
date. DISCHARGE_DATE field. I want to `20011231`) > 180
isolate all of the accounts over 180
AGE (date field/expression to age,
days.
cutoff date)

Convert to Date Converts a character or number to a My A/R download has an ADMIT Create a new field called
(CTOD) valid date expression. field that is a character in the format ADMIT_DATE:
“15Dec2001”. I want to convert this
CTOD (character or numeric CTOD (ADMIT,
field to 12/15/2001.
field/expression to convert, existing “DDMMMYYYY”)
date format of character or number) ADMIT = “15Dec2001” 
ADMIT_DATE = 12/15/2001

Date (DATE) Converts a date field or expression to My claims download has a Create a new field called
a character string. SERVICE_DATE field. I want to SERV_DT:
convert this date field into a character
DATE (date field/expression to DATE (SERVICE_DATE)
string so that I may perform character-
convert)
specific functions.

Find (FIND) Searches for a specified character My accounts payable download has a Create a data filter:
string. VENDOR_NAME field. MRI FIND (“MRI”, VENDOR_NAME)
Technologies is a related party to my
FIND (character string to search for,
field in which to perform search) client. I want to find all vendor names
that include the word “MRI” to
identify potential related party
transactions.

Last (LAST) Returns a specified number of My trial balance download has a Create a data filter:
characters from the end of a string. GL_ACCT field in the format “xx- LAST (GL_ACCT, 4) = “5610”
xxxxxx-xxxx” where the first two
LAST (character field/expression,
characters are the company code,
1
COMMONLY USED ACL COMMANDS

Function Description Example Application Example Execution


number of characters from the end) middle six are the department code,
and the last four are the object code.
The object code represents the account
type; for instance, 5610 is purchased
services expense. I want to isolate all
of the accounts with the object code
5610.

Substring Returns a specified portion of a My claims download has a Create a new date field called
(SUBSTR) character string. SERVICE_DATE field in the format SERV_MONTH:
“MM/DD/YYYY”. I have already
SUBSTR (character field/expression, SUBSTR (SERV_DT, 7, 4) + “-“ +
converted this date field into a
starting position within the SUBSTR (SERV_DT, 1, 2)
character string called SERV_DT. I
field/expression, length of desired
want to create a new field in the SERV_DT = “10/05/2001” 
substring)
format “YYYY-MM”. SERV_MONTH = “2001-10”

Value (VALUE) Converts a character to its numeric My A/P download presents negative Create a new field called
equivalent. invoice amounts as the amount INV_AMT:
followed by “CR” such as “56.25CR”.
VALUE (character field/expression, VALUE (AMOUNT, 2)
I want to convert this AMOUNT
number of decimal places)
character field to a numeric field. AMOUNT = “56.25CR” 
INV_AMT = -56.25

Manipulate Data (“Data” pull-down menu)

Command Description Example Application Example Execution

Extract Extract selected fields or records to a My A/R download as of 12/31/2001 Create a data filter to isolate all
new input file. includes a DISCHARGE_DATE field. accounts over 180 days.
I want to extract all of the accounts Extract records to a new input file
over 180 days for further analysis. called OLD ACCTS.

2
COMMONLY USED ACL COMMANDS

Command Description Example Application Example Execution

Export Export and convert selected fields or I have an A/R download with an Create a data filter to isolate all
records to a file outside of ACL in a ADJUSTMENTS field and noted that accounts with adjustments that add
format such as Excel, dBase, Access, several records have adjustments that to gross charges.
delimited text, etc. add to the receivable rather than Export all fields as an Excel
reduce the receivable. I want to document to an Excel file called
export these records to Excel to ADJUSTMENTS TO RESEARCH.
provide to the client for further
explanation.

Summarize Summarize one or more numeric field My A/R download includes the Summarize on: 1) SERV_TYPE,
based on one or more key character financial class (FC) and major service 2) FC
field to create a new input file. type (SERV_TYPE) fields. I want to Accumulate fields: 1) CHARGES,
summarize the CHARGES, 2) PAYMENTS, 3)
PAYMENTS, ADJUSTMENTS, and
ADJUSTMENTS, 4) BALANCE
BALANCE fields based on major
service type then financial class. Output: Create a new ACL file
named SUMMARY

Sort Create a new input file sorted by one My A/P download is unsorted. I want Sort on: 1) VENDOR, 2)
or more specified field. to sort the input file by VENDOR and INV_DATE
INV_DATE. To: Create a new ACL file named
VENDOR SORT

Join Combine the fields from two different My A/R download called ATB Primary file: ATB
input files based on one or more includes the financial class code (FC)
Primary key: FC
common fields to create a new input but does not include the financial class
file. New input file may reflect all description. The client has provided Primary fields: Select all fields
records in which the common fields me with another file called FIN Secondary file: FIN CLASS
match, do not match, or all input file CLASS that reflects the financial class
records. code (FCC), financial class description Secondary key: FCC
(FC_DESC), and major payor type Secondary fields: FC_DESC,
(PAYOR_CLASS). PAYOR_CLASS
To: Create a new ACL file named

3
COMMONLY USED ACL COMMANDS

Command Description Example Application Example Execution


ATB WITH FC DESC

Merge Combine the records from two I have a paid claims download for all Primary file: CLAIMS_INTERIM
different files with identical fields to claims paid through my interim cutoff Primary key: CLAIM_NO
create a new input file. of 9/30/2001 (CLAIMS_ INTERIM).
I also have a second paid claims Secondary file: CLAIMS_Q4
download for the remaining three Secondary key: CLAIM_NO
months of the year (CLAIMS_Q4). I
want to combine these two downloads To: Create a new ACL file named
into one to reflect all claims paid CLAIMS_ALL
during the year.

Analyze Data (“Analyze” pull-down menu)

Command Description Example Application Example Execution

Count Returns the number of records in the I have an A/R download with an Create a data filter to isolate all
current input file or filter. ADJUSTMENTS field and noted that accounts with adjustments that add
several records have adjustments that to gross charges.
add to the receivable rather than Execute the Count command.
reduce the receivable. I want to know
how many accounts have such
adjustments.

Total Returns the sum of a numeric field or My A/P download includes the Total fields: OPEN_AMT
expression in the current input file or outstanding invoice amount
filter. (OPEN_AMT). I want to determine
the total outstanding invoice amount
so that I may reconcile the total to the
G/L A/P balance.

Statistics Returns the following for the current I want to run statistics on the Statistics on: BALANCE

4
COMMONLY USED ACL COMMANDS

Command Description Example Application Example Execution


input file or filter: BALANCE field of my A/R download
to determine:
• The count, field totals, and
average field value for • The number and amount of
positive, zero, negative, and all credit balance accounts.
values. • The total balance of the
• The absolute value. download to reconcile to the
• The range of values. G/L.
• The highest and lowest
• The five highest and five
balances.
lowest values.

Stratify Counts the number of records and I want to determine if there are Perform the “Statistics” command
sums the field value totals falling into significant outliers in my claims paid on the PAID_AMT first to
specified intervals of a numeric field download based on the PAID_AMT determine the minimum and
or expression value. field. maximum values.
Stratify on: PAID_AMT
Accumulate fields: CLAIM_AMT,
PAID_AMT

Classify Counts the number of records and My A/R download includes the Classify on: FC
sums the field value totals relating to financial class (FC) field. I want to Accumulate fields: BALANCE
each unique value of a character field. determine the payor mix of the
This command also shows the outstanding A/R balance.
percentage of total for both the
number of records and field value sum
relating to each unique value of a
character field.

Age Counts the number of records and My A/P download as of 12/31/2001 Age on: INV_DATE
sums the field value totals falling into includes the invoice date Cutoff date: December 31, 2001
specified aging categories based on a (INV_DATE) and outstanding invoice
specified cutoff date. amount (OPEN_AMT) field. I want Accumulate fields: OPEN_AMT
to recalculate the aging of open
5
COMMONLY USED ACL COMMANDS

Command Description Example Application Example Execution


invoices based on the invoice date.

Gaps Returns the gaps in the sequence of a I obtained a download of the client’s Sequence on: CHECK_NO
key numeric field. check register for the months of
January and February 2002 in order to
perform subsequent disbursement
testing for 12/31/2001. I want to
make sure that the download is
complete and includes all checks. For
cash control considerations, I also
want to see if the check stock is
adequately monitored.

Duplicates Returns the duplicates in the sequence My A/R download includes the Sequence on: ACCOUNT_NO
of a key field. ACCOUNT_NO field. I want to
ensure that account numbers assigned
by the billing system are unique and
accounts for the same visit are not
double-counted.

You might also like