
Sort Interface (TSIDSRT)
8-8 User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
Sort Interface (TSIDSRT)
Description TSIDSRT is an interface program between BIM EPIC and your sort
program. TSIDSRT solves problems that can occur with some SORT
utility programs during both open and close. TSIDSRT calls your sort
program to do the sort, but allows BIM EPIC to satisfy pre-open
assignment checking, to truncate the SORTOUT file, and to close and
delete SORTWK areas. TSIDSRT provides full support for the
BIM-EPIC Generic Device Independent (GDI) features and reblocking
features.
TSIDSRT is usually not required for SYNCSORT and DFSORT.
When using TSIDSRT, if you use unlabeled tape datasets in your sort, the
datasets must be controlled. In addition, you can use only one SORTOUT
dataset.
See Chapter 7, “Sorting with BIM-EPIC,” for additional information and
for JCL examples.
Configuration
Options
GDI=YES must be specified as a configuration option.
JCL
Requirements
The following is an example of the JCL requirements.
// <labels for sort datasets>
// EXEC TSIDSRT
sort control statements
/*
UPSI Values There are no UPSI values.
Dataset
Requirements
You must supply labels for the datasets required by your sort program.
Control
Statements
You must supply the control statements required for your sort program.
Example The following is an example of TSIDSRT.
// JOB EXECUTE SORT
// TLBL SORTIN1,'DAILY.TRANS',,,,,,2
// TLBL SORTOUT,'SORTED.DAILY.TRANS',,,,,,1
// DLBL SORTWK1,'$$$.SORTWK1,(D)'
// EXEC TSIDSRT
SORT FIELDS=(33,4,A),FORMAT=BI,WORK=1,FILES=1
Komentáře k této Příručce