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

CLIST & REXX :: Rexx to execute spool commands

$
0
0
Author: upendrasri
Subject: Rexx to execute spool commands
Posted: Wed Oct 04, 2017 6:54 am (GMT 5.5)

Hi Willy Jensen,

Sorry my other forum link locked not sure why it locked.

But the below code worked after removing SYSIN DD statement.

Code:
//STEP1 EXEC PGM=IKJEFT01,PARM='%SPLPERC1'
//SYSEXEC DD DSN=IGCF.TSO.EXEC,DISP=SHR
//SYSTSIN DD DUMMY
//SYSTSPRT DD SYSOUT=*
//ISFOUT DD DSN=TEST.INPUT1,DISP=SHR
//ISFIN DD DSN=TEST.CMD,DISP=SHR
//SYSIN DD DUMMY


Thanks!
_________________
Upen


Viewing all articles
Browse latest Browse all 8500

Trending Articles