Hexadecimal Dump
Record Sequential File, 80-Byte, Fixed Length
When technology complements business    Copyright © 1987-2017  SimoTime Enterprises  All Rights Reserved
  Table of Contents  v-13.10.01 
  Introduction
  Execute
  Execute, WIP2
  Prepare
  Prepare, WIP2
  Technical Details
  Details, WIP2
  WIP1
  WIP2
  WIP3
  WIP4
  WIP5
  Defining Lists by Number or Text with Possible Link
  This is an Example of a Numbered Table List
  This is an Example of a Table with Keywords
  This is an Example of a Table with Hyperlinks
  This is an Example of an Outline Format
  Defining a Font, (Color, Weight, Background and more)
  Hyperlinks using "linkpp" and "textpp"
  Summary
  Software Agreement and Disclaimer
  Downloads and Links to Similar Pages
  Downloads and Links, Internet Access Required
  Glossary of Terms
  Comments, Suggestions or Feedback
  Company Overview
The SimoTime Home Page 

Table of Contents Previous Section Next Section Introduction

This member is a template document for HTMGENER Utility program.

Note: This document may be used as a "Parking Lot" item or a template when creating a new document.

Note:  This is a tnote without a tag.

Table of Contents Previous Section Next Section Execute

WIP1

Table of Contents Previous Section Next Section Execute, WIP2

WIP2

@echo OFF
rem  * *******************************************************************
rem  *               RS80HXW1.cmd - a Windows Command File               *
rem  *         This program is provided by SimoTime Technologies         *
rem  *           (C) Copyright 1987-2018 All Rights Reserved             *
rem  *             Web Site URL:   http://www.simotime.com               *
rem  *                   e-mail:   helpdesk@simotime.com                 *
rem  * *******************************************************************
rem  *
rem  * Text   - Read RSEQ/80 and write to RSEQ/80/HexDump
rem  * Author - SimoTime Technologies
rem  * Date   - January 24, 1996
rem  *
rem  * This set of programs will run on a Mainframe System with ZOS
rem  * or on a Linux, UNIX or Windows (LUW) System with Micro Focus
rem  * Enterprise Server.
rem  *
rem  *                     ************
rem  *                     * RS80HXW1 *
rem  *                     ********cmd*
rem  *                          *
rem  *                          *
rem  *    ************     ************     ************
rem  *    *  SYSUT1  *-----* RS80HXC1 *-----*  SYSUT2  *
rem  *    *******rseq*     ********cbl*     ************
rem  *                          *
rem  *                          *
rem  *                     ************
rem  *                     *   EOJ    *
rem  *                     ************
rem  *
rem  * *******************************************************************
rem  * Step   1   Delete any previously created file...
rem  *
rem  *
rem  *-Use-the-following-statement-to-identify-the-command.--------------*
     set CmdName=RS80HXW1
     set JobStatus="0000"
     call ..\Env1BASE %CmdName%
     set JobStatus=0000
rem  *
     call SimoNOTE "*******************************************************%CmdName%"
     call SimoNOTE "Starting CmdName %CmdName%"
     call SimoNOTE "StepInfo Prepare the File Name Mapping"
rem  *
rem  * Set the environment variables for End-of-Job.
     set SIMOMODE=SHOW
     set SIMOGENS=NOPAUSE
rem  *
rem  *-Use-the-following-two-statements-to-map-the-file-names.-----------*
     set SYSUT1=%BaseLib1%\DATA\ASC1\SIMOTIME.DATA.RS80ASC1.dat
     set SYSUT2=%BaseLib1%\DATA\WRK2\SIMOTIME.HEX4.RS0080D1.dat
rem  * *******************************************************************
rem  * Step   2   Dump the file...
rem  *
     call SimoNOTE "StepInfo Execute the HexDump/80 Program"
rem  *
rem  *-Use-the-following-statement-to-run-the-program.-------------------*
     run RS80HXC1
     if not "%ERRORLEVEL%" == "0" set JobStatus=16
     if not "%JobStatus%" == "0000" goto :EOJNOK
rem  *
rem  *-Use-the-following-statement-to-run-the-program.-------------------*
     set GETRS080=%BaseLib1%\DATA\WRK2\SIMOTIME.HEX4.RS0080D1.dat
     set PUTLS080=%BaseLib1%\DATA\TXT1\SIMOTIME.HEX4.RS0080D1.txt
     if exist %PUTLS080% erase %PUTLS080%
     run CV80ARAL
     if not "%ERRORLEVEL%" == "0" set JobStatus=16
     if not "%JobStatus%" == "0000" goto :EOJNOK
rem  *
:EOJAOK
     call SimoNOTE "DumpFile %SYSUT2%"
     call SimoNOTE "Finished JobName %CmdName%, Job Status is %JobStatus%"
     goto :END
:EOJNOK
     call SimoNOTE "ABENDING JobName %CmdName%, Job Status is %JobStatus%"
:END
     pause

Table of Contents Previous Section Next Section Prepare

WIP1

Table of Contents Previous Section Next Section Prepare, WIP2

WIP2

Table of Contents Previous Section Next Section Technical Details

WIP1

Table of Contents Previous Section Next Section Details, WIP2

WIP2

Table of Contents Previous Section Next Section WIP1

WIP1

Table of Contents Previous Section Next Section WIP2

WIP2

Table of Contents Previous Section Next Section WIP3

WIP3

Table of Contents Previous Section Next Section WIP4

WIP4

Table of Contents Previous Section Next Section WIP5

WIP5

Table of Contents Previous Section Next Section Defining Lists by Number or Text with Possible Link

WIP

Table of Contents Previous Section Next Section This is an Example of a Numbered Table List

This is an example of generating a numbered list of items.

Item Description
1 WIP1
2 WIP2
3 WIP3
4 WIP4
  Title at the Bottom of my N-LIST (Numbered List)

Table of Contents Previous Section Next Section This is an Example of a Table with Keywords

This is an example of generating a list with an alphabetic label.

Column-A Column-B
html001 A text string for HTML code
p A text string that will be framed as a paragraph
p A text string that will be framed as a paragraph with bold font
  Title at the Bottom of my A-List (Text with an alphabetic label)

Table of Contents Previous Section Next Section This is an Example of a Table with Hyperlinks

This is an example of generating a list with an alphabetic label.

Link Tag String Description
ZEROHTMG Link to another copy of this document
ZEROMODS Link to a Template for COBOL Program description document.
  Title at the Bottom of my A-Link (Text with aHyperlink)

Table of Contents Previous Section Next Section This is an Example of an Outline Format

This is an example of generating a group of paragraphs or topics in an outline format.

1. First topic of discussion for level 1
2. Second topic of discussion for level 1
2.1. Topic of discussion for level 2
2.2. Topic of discussion for level 2
3. Third topic of discussion for level 1
3.1. Topic of discussion for level 2
3.2. Topic of discussion for level 2, continuation of items
3.3. Topic of discussion for level 2, continuation of items, last sub-entry
4. Fourth topic of discussion for level 1

Table of Contents Previous Section Next Section Defining a Font, (Color, Weight, Background and more)

An example of a fixed-font line with yellow highlighting

The following is a string of text with yellow high lighting.

The following (with a MAROON color) is an rrggbb of #800000.

Table of Contents Previous Section Next Section Hyperlinks using "linkpp" and "textpp"

This section describes the hyperlinking capabilities.

Column-A Column-B
linkpp.set Set the URL for the hyperlink to be performed
textpp.start A text string that will start a paragraph and leave the paragraph-end opened.
linkpp A text string that will be used as the hot-text area to point and click for the hyperlink
textpp.end A text string that will end a paragraph.
  Creating a Hyperlink

This is the text before the hyperlink text. Local link to the HTML Generator. This is the text after the hyperlink text.

Explore How to Link to an Internal Bookmark within the same document and in the same window.

Explore Application and Data Migrations via Internet Connect or Local Copy for additional details.

Review the Documentation for this suite of program members. Link to an Evaluation zPAK Option that includes the program members, documentation and control files.

Table of Contents Previous Section Next Section Summary

The purpose of this document is to assist as a tutorial for new programmers or as a quick reference for experienced programmers. In the world of programming there are many ways to solve a problem. This document and the links to other documents are intended to provide a choice of alternatives.

Table of Contents Previous Section Next Section Software Agreement and Disclaimer

Permission to use, copy, modify and distribute this software, documentation or training material for any purpose requires a fee to be paid to SimoTime Technologies. Once the fee is received by SimoTime the latest version of the software, documentation or training material will be delivered and a license will be granted for use within an enterprise, provided the SimoTime copyright notice appear on all copies of the software. The SimoTime name or Logo may not be used in any advertising or publicity pertaining to the use of the software without the written permission of SimoTime Technologies.

SimoTime Technologies makes no warranty or representations about the suitability of the software, documentation or learning material for any purpose. It is provided "AS IS" without any expressed or implied warranty, including the implied warranties of merchantability, fitness for a particular purpose and non-infringement. SimoTime Technologies shall not be liable for any direct, indirect, special or consequential damages resulting from the loss of use, data or projects, whether in an action of contract or tort, arising out of or in connection with the use or performance of this software, documentation or training material.

Table of Contents Previous Section Next Section Downloads and Links to Similar Pages

This section includes links to documents with additional information that are beyond the scope and purpose of this document.

Note: The latest versions of the SimoTime Documents and Program Suites are available on the Internet and may be accessed using the Link to Internet icon. If a user has a SimoTime Enterprise License the Documents and Program Suites may be available on a local server and accessed using the Link to Server icon.

Link to Internet   Link to Server   Explore An Enterprise System Model that describes and demonstrates how Applications that were running on a Mainframe System and non-relational data that was located on the Mainframe System were copied and deployed in a Microsoft Windows environment with Micro Focus Enterprise Server.

Link to Internet   Link to Server   Explore the COBOL Connection for more examples of COBOL programming techniques and sample code.

Link to Internet   Link to Server   Explore an Extended List of Software Technologies that are available for review and evaluation. The software technologies (or Z-Packs) provide individual programming examples, documentation and test data files in a single package. The Z-Packs are usually in zip format to reduce the amount of time to download.

Link to Internet   Link to Server   Explore The ASCII and EBCDIC Translation Tables. These tables are provided for individuals that need to better understand the bit structures and differences of the encoding formats.

Link to Internet   Link to Server   Explore The File Status Return Codes to interpret the results of accessing VSAM data sets and/or QSAM files.

Table of Contents Previous Section Next Section Downloads and Links, Internet Access Required

The following links will require an internet connection.

This suite of programs and documentation is available for download. Link to an Evaluation zPAK Option that includes the program members, documentation and control files.

A good place to start is The SimoTime Home Page for access to white papers, program examples and product information. This link requires an Internet Connection

Explore The Micro Focus Web Site for more information about products and services available from Micro Focus. This link requires an Internet Connection.

Table of Contents Previous Section Next Section Glossary of Terms

Link to Internet   Link to Server   Explore the Glossary of Terms for a list of terms and definitions used in this suite of documents and white papers.

Table of Contents Previous Section Next Section Comments, Suggestions or Feedback

This document was created and is copyrighted and maintained by SimoTime Technologies.

If you have any questions, suggestions, comments or feedback please call or send an e-mail to: helpdesk@simotime.com

We appreciate hearing from you.

Table of Contents Previous Section Next Section Company Overview

SIMOTIME Technologies was founded in 1987 and is a privately owned company. We specialize in the creation and deployment of business applications using new or existing technologies and services. We have a team of individuals that understand the broad range of technologies being used in today's environments. Our customers include small businesses using Internet technologies to corporations using very large mainframe systems.

Quite often, to reach larger markets or provide a higher level of service to existing customers it requires the newer Internet technologies to work in a complementary manner with existing corporate mainframe systems. We specialize in preparing applications and the associated data that are currently residing on a single platform to be distributed across a variety of platforms.

Preparing the application programs will require the transfer of source members that will be compiled and deployed on the target platform. The data will need to be transferred between the systems and may need to be converted and validated at various stages within the process. SIMOTIME has the technology, services and experience to assist in the application and data management tasks involved with doing business in a multi-system environment.

Whether you want to use the Internet to expand into new market segments or as a delivery vehicle for existing business functions or need assistance with converting non-relational data structures simply give us a call at 415 883-6565 or check the web site at http://www.simotime.com


Return-to-Top
Hexadecimal Dump, Record Sequential File, 80-Byte, Fixed Length
Copyright © 1987-2018
SimoTime Technologies and Services
All Rights Reserved
When technology complements business
http://www.simotime.com