How do I use Dynam FI to route syslst output to disk rather than a printer
search cancel

How do I use Dynam FI to route syslst output to disk rather than a printer

book

Article ID: 55273

calendar_today

Updated On:

Products

Dynam for VSE Dynam VSE Option

Issue/Introduction

You need to know how to route SYSLST output to disk rather than a printer.

Resolution

Add set search=( ur ,di,cp) to the JCL along with a label for FISYSLS

// SET SEARCH=( UR ,DI,CP)
// DLBL FISYSLS,'output.dataset',BLKSZ=OPT,SYS008
// EXTENT SYS008,POOL01,1,0,1,100

You can omit the SET SEARCH=(UR,DI,CP) statement if you have DFHCD, DFHDI, DFHCP set to yes in DYNAM FI options, (panel CAYD-1311)

* If // SET SEARCH is used it will be active until EOJ. If SET SEARCH (no //) is used it will be active for the entire partition until the next IPL.

Additional Information

FISYSLS can not be used with utilities such as DYNUTIL, IDCAMS or DITTO because they do their own physical I/O.