Site Map
When technology complements business   SimoTime Web Site
Copyright © 1987-2008  SimoTime Enterprises, LLC  All Rights Reserved  http://www.simotime.com

The site map provides a structured, block diagram with links to the various pages within the site.

 
Cover Page
         
This is the cover page.
 
     
           
     
     
     
Frames
          This page contains the following two frames.
     
     
     
Left Page
Site Index
          This is the left window within the frame set. It contains an index for linking to items within this site.
     
     
     
Right Page
Variable WIndow
          This is the right window within the frame set.It contains the various pages selected from the index.
     
     
     
     
     
     
           
     
     
     
Home
     
     
     
        The Home Page contains links to the next level of informational pages.
     
 
     
     
     
Legacy
Internet
      The Legacy-Internet article is an overview of some of the challenges of integrating the mainframe into an internet environment.
     
     
     
About Us
          An overview of SimoTime Enterprises.
     
     
     
News
     
     
     
        An update on recent activities at SimoTime.
     
 
     
     
     
Search390
      The Search390 is a link to an external site that is an excellent source of information for mainframe systems.
     
 
     
     
     
Issues and Possibilities
      Contains articles about solving specific customer requests.
     
 
     
     
     
Assembler
Connection
      This section provides tips, techniques and coding examples for mainframe assembler programmers.
     
 
     
     
     
COBOL
Connection
      This section provides tips, techniques and coding examples for mainframe COBOL programmers.
     
 
     
     
     
VSAM
Connection
      This section provides examples of creating, populating, updating and deleting VSAM data sets.
     
 
     
     
     
Technologies
      This section provides information about some of the technologies we use at SimoTime.
     
     
     
Library
     
     
     
        A collection of papers, references, sample programs, links to other sites and downloads.
     
 
     
     
     
Legacy
Internet
      The Legacy-Internet article is an overview of some of the challenges of integrating the mainframe into an internet environment.
     
 
     
     
     
Assembler
Connection
     
     
     
    This section contains information about mainframe 370 assembler.
     
 
     
 
     
     
     
Assembler
370 Instruction Overview
  This section contains an overview of the 370 assembler instruction set.
     
 
     
 
     
     
     
Assembler
370 Instruction Examples
  This section contains a sample 370 assembler program that executes each of the problem-state, non-floating point instructions.
     
 
     
 
     
     
     
Assembler
Coding Techniques
  This program provides examples of some of the coding techniques used by mainframe assembler programmers.
     
 
     
 
     
     
     
Assembler
Macro Labels
  There are various techniques used to generate labels within a macro and each has its own advantages and disadvantages.
     
 
     
 
     
     
     
Assembler
WTO Macro
  This program provides examples of some of the coding techniques used to display a message on the user console.
     
 
     
 
     
     
     
Assembler
called from COBOL
  An example of how a COBOL program calls a mainframe assembler I/O routine to access a VSAM data set.
     
 
     
 
     
     
     
Assembler
I/O Module
  An example of how a COBOL program calls a mainframe assembler I/O routine to access a QSAM or Sequential file.
     
 
     
 
     
     
     
Assembler
Call, Load and Link
  An example of using the CALL, LOAD or LINK macro for passing parameters and processing control.
     
 
     
     
     
COBOL
Connection
     
     
     
    This section contains examples of how to perform various programming tasks using COBOL.
     
 
     
 
     
     
     
COBOL
File Conversion and formatting
  This is an example of how a COBOL program can read a sequential file that has been downloaded from a mainframe in EBCDIC format and write an ASCII/Text file.
     
 
     
 
     
     
     
COBOL
EBCDIC and ASCII
  This example explains the differences between the EBCDIC and ASCII encoding and collating or sorting sequence.
     
 
     
 
     
     
     
COBOL
Hex-Dump for Data Field
  A callable program to display a data string in a hexadecimal format for both EBCDIC and ASCII.
     
 
     
 
     
     
     
COBOL
Hex-Dump for VSAM
  This example will read a VSAM data set and create a QSAM file of Hexadecimal information.
     
 
     
 
     
     
     
COBOL
Variable-Length Records
  An example of how COBOL uses data files with variable-length records.
     
 
     
 
     
     
     
COBOL
JCL Parameters
  An example of how a mainframe COBOL program processes a parameter string from mainframe JCL..
     
 
     
 
     
     
     
COBOL
Parse Data String
  An example of how a mainframe COBOL program parses a data string.
     
 
     
 
     
     
     
COBOL
Bit Manipulation
  Determining and changing the setting of a bit is possible using COBOL.
     
 
     
 
     
     
     
COBOL
Comma-Delimited File
  This suite of programs provides an example of creating a new comma-delimted file.
     
 
     
 
     
     
     
COBOL
Comma-Delimited File
  This suite of programs provides an example of reading and parsing an existing comma-delimited file.
     
 
     
 
     
     
     
COBOL
Date Processing
  This suite of programs provides an example of various routines that validate, fomat or convert dates.
     
 
     
 
     
     
     
COBOL
Date Difference
  This suite of programs provides an example of how to calculate the difference-in-days between two gregorian dates in the ccyymmdd format.
     
 
     
 
     
     
     
COBOL
Pass, Parse & Convert
  This is a combination of examples that describes how to pass, parse and convert parameters passed bewteen JCL and COBOL or between two COBOL programs.
     
 
     
 
     
     
     
COBOL
Center, Rightf ot Left Justify
  Justify Text within a Field (Center, Right or Left)
     
 
     
 
     
     
     
COBOL
Digits to Text
  Convert a numeric string to a text string.
     
 
     
 
     
     
     
COBOL
Search/Replace
  Search for text string, Replace with different length string.
     
 
     
 
     
     
     
COBOL
Right-Adjust
  Right-Adjust and Zero-Fill with erase to End-Of-Field feature.
     
 
     
 
     
     
     
COBOL
Display Status
  Format and display the File Status Code.
     
 
     
 
     
     
     
COBOL
Numeric Fields
  Test for numeric content or scan for valid digits.
     
 
     
 
     
     
     
COBOL
Print Characters
  Scan a data string, replace non-print characters with spaces.
     
 
     
 
     
     
     
COBOL
calling COBOL
  An example of how a mainline COBOL program calls a COBOL I/O routine to access a VSAM data set.
     
 
     
 
     
     
     
COBOL
Street Address
  An example of parsing a field containing a street address. Do case conversions and identify PO Box addresses.