UCFTSO clist for IDMS
search cancel

UCFTSO clist for IDMS

book

Article ID: 228889

calendar_today

Updated On:

Products

IDMS

Issue/Introduction

This document provides a sample UCFTSO clist for IDMS.

Environment

Release : All supported releases
Component : IDMS UCF

Resolution

There is a sample UCFTSO clist in install library member *.CAGJSAMP(UCFTSOCL).

It is in the documentation at TSO Front-end .

The following is a simpler version which should work for most sites:

FREE  FI(CDMSLIB SYSCTL)                                         
CONTROL LIST MSG                                                 
ALLOC F(SYSCTL) DA('xxx.SYSCTL') SHR             
ALLOC F(CDMSLIB)  DA('xxx.DBA.LOADLIB', -   
                     'xxx.CUSTOM.LOADLIB', -
                     'xxx.CAGJLOAD') SHR          
CALL 'xxx.CAGJLOAD(RHDCUCFT)'              
FREE F(SYSCTL CDMSLIB)