Write, Line Sequential
PUTLS32K - Dump Memory Segments
  Table of Contents  v-16.01.01 - putls32k.htm 
  Introduction
  How to Use
  Mapping the Data File Name
  The COBOL Copy File
  Summary
  Software Agreement and Disclaimer
  Downloads and Links
  Current Server or Internet Access
  Internet Access Required
  Glossary of Terms
  Comments or Feedback
  Company Overview
The SimoTime Home Page 

Table of Contents Previous Section Next Section Introduction

The PUTLS32K callable routine (or callable program) will provide the capability of dumping segments of memory to a file using a Hexadecimal format (HEX-Dump). The callable routine is one of the SimoTime Callable Routines or Utility Programs included in the SIMOMODS package and is available as part of the SIMOTIME Enterprise License.


We have made a significant effort to ensure the documents and software technologies are correct and accurate. We reserve the right to make changes without notice at any time. The function delivered in this version is based upon the enhancement requests from a specific group of users. The intent is to provide changes as the need arises and in a timeframe that is dependent upon the availability of resources.

Copyright © 1987-2018
SimoTime Technologies and Services
All Rights Reserved

Table of Contents Previous Section Next Section How to Use

The PUTLS32K program provides an easy to use, callable routine for accessing or writing records to a Line Sequential file with a maximum record length of 32Kilobytes.

First, the pass area (or data structure) must be defined in the WORKING-STORAGE section of the program that will call PUTLS32K. A COBOL copy file is provided for this purpose and the same copy file is used in the LINKAGE section of PUTLS32K.

       COPY PASSM32K.

Next, the data items in the pass area need to be initialized prior to calling SIMOPL80.


           move 'POST'        to PASSM32K-REQUEST
           move 11            to PASSM32K-LENGTH 
           move 'Hello World' to PASSM32K-MESSAGE

Next, the following shows the line of code that makes the call to SIMOPL80.

           call 'PUTLS32K' using PASSM32K-PASS-AREA PASSM32K-MESSAGE

The following is a list of the parameters required when using the PASSM32K-PASS-AREA to call the PUTLS32K routine.

Parameter  Description
PASSM32K-REQUEST  This parameter must be provided by the calling program.
Keyword Description
POST  Put (or Write) a logical record to SYSLUSER, a Line Sequential (or ASCII/Text) file with a maximum record length of 32 Kilobytes.
DUMP  Write four lines of HEX-Dump information to the Line Sequential file (SYSLUSER)
CLOSE  Close the file.
PASSM32K-STATUS  A zero (0) value indicates a successful completion of the request. A non-zero value indicates the request could not be completed successfully.
PASSM32K-LENGTH  This parameter is the length of the message.
PASSM32K-MESSAGE  This parameter will contain the information or user text string to be written to the SYSLUSER file.

Note:  A listing of the COBOL copy file is provided in a following section of this document.

Table of Contents Previous Section Next Section Mapping the Data File Name

The PUTLS32K routine that writes to a Line Sequential file uses the file name of "SYSLUSER" when accessing the file. To have the program access the correct file the location and name of the physical file must be mapped to the name used by the program. This is accomplished by using an environment variable. The following shows how this is accomplished.

set SYSLUSER=d:\mydirectory\filename.ext

Table of Contents Previous Section Next Section The COBOL Copy File

The following (PASSM32K.cpy) is a listing of the COBOL Copy file that defines the structure for the data items in the pass area.

      *****************************************************************
      *              PASSM32K.cpy is a COBOL Copy File                *
      *     Data Structure or Pass Area used for calling PUTLS32K.    *
      *         Copyright (C) 1987-2018 SimoTime Technologies         *
      *                     All Rights Reserved                       *
      *****************************************************************
      *              Provided by SimoTime Technologies                *
      *        Our e-mail address is: helpdesk@simotime.com           *
      *     Also, visit our Web Site at http://www.simotime.com       *
      *****************************************************************
      * PASSM32K-REQUEST  Type of request, must be one of the         *
      *                   following values.                           *
      *                   POST - Write message to the SYSLUSER file.  *
      *                   DUMP - Write multiple records in Hex-Dump   *
      *                          format to the SYSLUSER file.         *
      * PASSM32K-STATUS   This is an indicator as to the success      *
      *                   or failure of the request. A value of       *
      *                   zero (0000) indicates the routine was       *
      *                   successful. A non-zero value indicates      *
      *                   a failure.                                  *
      * PASSM32K-LENGTH   Logical Record Length.                      *
      * PASSM32K-MESSAGE  Contains the message text.                  *
      *****************************************************************
       01  PASSM32K-PASS-AREA.
           05  PASSM32K-REQUEST    pic X(4).
           05  PASSM32K-STATUS     pic 9999.
           05  PASSM32K-LENGTH     pic 9(5).
       01  PASSM32K-MESSAGE        pic X(32756).
      ***  PASSM32K - End-of-Copy File - - - - - - - - - - - PASSM32K *
      *****************************************************************
      *

Table of Contents Previous Section Next Section Summary

The PUTLS32K callable routine (or callable program) will provide the capability of dumping segments of memory to a file using a Hexadecimal format (HEX-Dump). The PUTLS32K routine (or callable program) is one of the SimoTime Callable Routines or Utility Programs included in the SIMOMODS package. This document may be used 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 greater awareness of the Data Management and Application Processing alternatives.

The documentation and software were developed and tested on systems that are configured for a SIMOTIME environment based on the hardware, operating systems, user requirements and security requirements. Therefore, adjustments may be needed to execute the jobs and programs when transferred to a system of a different architecture or configuration.

SIMOTIME Services has experience in moving or sharing data or application processing across a variety of systems. For additional information about SIMOTIME Services or Technologies please send an e-mail to: helpdesk@simotime.com or call 415 883-6565. We appreciate hearing from you.

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

This section includes links to documents with additional information that are beyond the scope and purpose of this document. The first group of documents may be available from a local system or via an internet connection, the second group of documents will require an internet connection.

Note: A SimoTime License is required for the items to be made available on a local system or server.

Table of Contents Previous Section Next Section Current Server or Internet Access

The following links may be to the current server or to the Internet.

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 a Suite of Utility Programs that process sequential files with 80 byte records. This includes programs for the Mainframe and Micro Focus environments that do data file conversion and data file comparison.

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 Internet Access Required

The following links will require an internet connect.

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 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
Write Access to a Line Sequential File
Copyright © 1987-2018
SimoTime Technologies and Services
All Rights Reserved
When technology complements business
http://www.simotime.com