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

Error while executing rexx script for submitting JCL


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

New User


Joined: 25 Jun 2008
Posts: 20
Location: Hyderabad

PostPosted: Tue Aug 12, 2008 8:25 pm
Reply with quote

Am trying to execute a rexx by passing JCL as parameter. When trying to execute it is giving the following error:
pp016:/u/users/SSY016: >. jcl_submit.sh SAMPJC.JCL
/$SYSNAME: ./jcl_submit.sh 1: .: FSUM9209 cannot execute: reason code = 0b1b011f: EDC5111I Permission denied.
/$SYSNAME/: ./jcl_submit.sh 2: .: FSUM9209 cannot execute: reason code = 0b1b011f: EDC5111I Permission denied.
/$SYSNAME: ./jcl_submit.sh 3: .: FSUM9209 cannot execute: reason code = 0b1b011f: EDC5111I Permission denied.
/$SYSNAME: ./jcl_submit.sh 4: .: FSUM9209 cannot execute: reason code = 0b1b011f: EDC5111I Permission denied.
/$SYSNAME: ./jcl_submit.sh 5: .: FSUM9209 cannot execute: reason code = 0b1b011f: EDC5111I Permission denied.
/$SYSNAME: ./jcl_submit.sh 6: .: FSUM9209 cannot execute: reason code = 0b1b011f: EDC5111I Permission denied.
/$SYSNAME: ./jcl_submit.sh 7: .: FSUM9209 cannot execute: reason code = 0b1b011f: EDC5111I Permission denied.
./jcl_submit.sh 8: .: FSUM7332 syntax error: got (, expecting Newline
pp016:/u/users/SSY016: >


here SAMPJC.JCL is job which has the following code:
//pp016N JOB (TEST),'ASIFLS',CLASS=H,MSGCLASS=X,
// MSGLEVEL=(1,1),NOTIFY=SYSUID
//STEP01 EXEC PGM=IEFBR14 .

The rexx script is written to submit JCL

Can any one tell me the exact reason for this error
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Aug 12, 2008 8:54 pm
Reply with quote

if it is a rexx script for what reason the file extension is .sh

the reason for the errors
is explained by the messages fsum9209,EDC5111I,fsum7332

did You care to look at them??
I did, but I am too lazy to cut and paste them for You
http://www-03.ibm.com/systems/z/os/zos/bkserv/lookat/

post proof that You have looked at them,
post the script You are trying to run and somebody might be able to help You
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
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 Error when install DB2 DB2 2
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top