Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Error while executing rexx script for submitting JCL

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
MB
Warnings : 1

New User


Joined: 25 Jun 2008
Posts: 20
Location: Hyderabad

PostPosted: Tue Aug 12, 2008 8:25 pm    Post subject: Error while executing rexx script for submitting JCL
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
References
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3082
Location: italy

PostPosted: Tue Aug 12, 2008 8:54 pm    Post subject: Reply to: Error while executing rexx script for submitting J
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1