IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

run CLIST or REXX program using JCL


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Wed Nov 03, 2010 5:33 pm
Reply with quote

I think your JCL is a little off.

The SYSPROC should be the entire PDS, not a specific member.

Based on the information provided try:


Code:

//PRGSD1A   JOB 'RUN CLIST PROGRAM','PRGSD1',         
//          CLASS=U,MSGCLASS=X,MSGLEVEL=(1,1)         
//*                                                   
//TMP       EXEC PGM=IKJEFT01,DYNAMNBR=30,REGION=4096K
//SYSPROC   DD   DSN=PRGSD1.CLIST.LIB,DISP=SHR   
//SYSTSPRT  DD   DSN=PRGSD1.REQUEST.ACQFIX.SQL,DISP=SHR
//SYSTSIN   DD   *                                     
%ACQFIXDT 'TOESF'                                                 
/*                                                     
//   


I think you are executing ACQFIXDT in the SYSPROC library, and 'TOESF' is an input argment.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top