IBM MAINFRAME HELP & SUPPORT FORUMS
Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

Error while executing rexx script for submitting JCL

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CLIST & REXX
View previous topic :: View next topic  
Author Message
MB



Joined: 25 Jun 2008
Posts: 20
Location: Hyderabad

Posted: Tue Aug 12, 2008 8:25 pm    Post subject: Error while executing rexx script for submitting JCL  

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  
enrico-sorichetti



Joined: 14 Mar 2007
Posts: 3168
Location: italy

Posted: Tue Aug 12, 2008 8:54 pm    Post subject: Reply to: Error while executing rexx script for submitting J  

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  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CLIST & REXX
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM