-
In the early 2000s, Dover began adding new stores and acquiring existing
tack shops, ultimately expanding their presence to thirty-one stores in
nineteen states. To support its rapid growth, Dover required a robust
application database platform that could drive its expansion. This case
study explores what Dover did to solve the problem.
Read More...
-
When working with PROCs there are 2 different input buffers available:
Primary and Secondary. There are different way to access these buffer from
within your BASIC programs: PROCREAD and SYSTEM(10)
Read More...
-
The task was designed to transfer geological survey data to tape for
distribution. This data was kept in separate files according to type. These
types included seismic section, well log, and well core data. The process
was taking over 72 hours.
Read More...
-
Paragraph is a simple command found in the Master Dictionary or VOC that
combine a series of TCL command together. Paragraphs provide a simple macro
language that provides you the ability to add loops, input prompts, as well
as simple branching.
Read More...
-
CURL is an open source tools and can be found on every version of Linux
being distributed. CURL can be find as compiled binaries as well as
compliable source code. Many software applications integrate CURL using
the libcurl, but in this case we will be using the curl command line
routine using the command-line switches, standard-in, and standard-out to
transmit information between MultiValue BASIC and CURL.
Read More...
-
The attached subroutine will convert a numeric values to their alphabetic
values. The number "4" converts to "four"; "25" converts to twenty five,
etc. There is also an option that will allow you to change a numeric value
into an alphabetic count. For example, 4 converts to "forth", "25" converts
to twenty-fifth.
Read More...
-
One of the most powerful commands is SP-ASSIGN for assigning the output to
be printed (or managed) either currently or at a later time.
Read More...
-
User Exit Codes, List of User Exits. Many old software included assembly routines called User Exits. While User Exits are not needed any more, there is still some backward compatitiblity issues that need an understanding of the User Exists do.
Read More...