Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

JCL & VSAM :: RE: LISTCAT on a dataset with symbolic parameters

$
0
0
Author: steve-myers
Posted: Fri Apr 07, 2017 7:15 pm (GMT 5.5)

Don't forget (or if you didn't know) – not only is LISTCAT an IDCAMS command, it is also a TSO command, which opens up all sort of possibilities. For example -
Code:
//        SET  YMM='1207'
//A       EXEC PGM=IKJEFT01,
// PARM='LISTCAT ALL ENT(''&SYSUID..BKUP.D&YMM'')'
//SYSTSPRT DD  SYSOUT=*
//SYSTSIN  DD  DUMMY


Viewing all articles
Browse latest Browse all 8500

Trending Articles