TSO Transmit Files (XMI Files)

Navigate back to home page
z/OS related collateral
Windows related collateral
SQL/mySQL related collateral
Link to code that can be used on websites.
Link to ASL Program Documentation
All our latest news
Contacting Abbydale Systems
Obtain product support/suggestions
https://www.abbydalesystems.com/Terms and con
General disclaimer
All about Abbydale Systems
How we got our company name
Our privacy policy
Our development strategy
Visit our guestbook

This is a list of TSO transmitted datasets that contain code for 'unloading' onto a z/OS system.

The usual disclaimers apply to all our code samples (including the MACROs).

The files should be file transferred to the target z/OS system as binary files. Failure to transfer them as binary will result in a corrupt z/OS copy of the file. File transfer is best carried out from the TSO READY prompt or the ISPF option 6 screen.

Once the file is on the z/OS it will have to be received. To do this you use the TSO RECEIVE command:

RECEIVE your.dataset.that.was.ftpd

The receive command will give you the chance to change the name of the dataset being received. You do this by specifying:
DSNAME(your.desired.dataset.name)

The libraries linked to by this page remain the copyrighted material of Abbydale Systems LLC. You are free to use the material but please honor the copyrights.

As always you are free to use this code but the usual disclaimers apply.

By downloading code from this page you agree to the terms of the disclaimer.



Page #First  Previous  1  2  3  4  Next  Last  
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36

Notice: Undefined index: SourceCode in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 37

Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
Name
Description
  This TSO transmitted dataset is the load library that contains the program BSLBR14.

The library must be transferred as a binary file or the program will not work.

This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


Link to information page click here.


  Scans partitioned datasets for like named members and produces a CSV file of the results with any ISPF statistics. This file can then be manipulated using Excel.

The files to be scanned can be either a list of partitioned dataset or datasets matching a pattern.

CM is an alias of this rexx command.

This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


A demonstration video is available on YouTube™ by clicking here.

Link to video demonstration click here.


  Demonstrates how to request a date from a user in ISPF. The XMI file contains the rexx, panels and messages.

The panels validates the date is valid and uses instream rexx. The panel displays as a popup.



This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


Link to information page click here.


  This is the TSO transmitted JCL dataset for the JCL required to run the MQ Defines for establishing and testing triggered channels.

This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


Link to information page click here.


  This is the TSO transmitted dataste that contains the load libraries with the compiled programs required to define MQ trigged channels.

This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


Link to information page click here.


  This TSO transmitted dataset contains a full library of our released ISPF Edit macros.

This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


Link to information page click here.


  This is a TSO transmitted file that contains the z/OS load library containing the ENQWATCH program which is a functional replacement for the IBM program, ISGECMON.

This file should be transferred to the z/OS system using a file transfer program and then processed as indicated above.

This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


Link to information page click here.


  This adds flexibility to the IBM ISPPREP function.

It allows generic member names (i.e. ASL*) and selection by the userid that last updated the panel.

This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


Link to information page click here.

A demonstration video is available on YouTube™ by clicking here.

Link to video demonstration click here.


  This is a TSO transmitted dataset containing the load library containing the executable version of the program ASLPARMC

This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


Link to information page click here.


  This contains members that will help when the words LOGON or LOGOFF are mis-typed.

This program is distributed as a TSO TRANSMIT file.
The program is distributed as OCO (Object Code Only).
The file will need to be transferred to a z/OS system in binary format and then RECEIVED.


Page #First  Previous  1  2  3  4  Next  Last  


If you need any support or assistance with any of the code on this site
or
if you would just like to contact us, please click here

follow us on facebook
Follow us on Facebook






Subscribe to our YouTube Channel Subscribe to our YouTube channel


CBT Tape Home Page MVS and OS/390 Freeware Link to the CBT website


Copyright © Abbydale Systems LLC 2015-2026

Abbydale Systems LLC Lic. 802696149. All rights reserved.