View previous topic :: View next topic |
Author |
Message |
gayathri Beginner
Joined: 01 Aug 2007 Posts: 2 Topics: 1
|
Posted: Sun Feb 05, 2012 3:51 am Post subject: BPXBATCH utility invoking unix script |
|
|
Hello everyone
I invoke a unix script through BPXBATCH utility .
Code: |
//T9740GM3 JOB CLASS=L,MSGCLASS=Y,NOTIFY=T9740GM
//***********************************************************
//STEP25 EXEC PGM=BPXBATCH,TIME=NOLIMIT,
// PARM='SH /usr/lpp/web-data/mfg/nct/file-data/nctill_tar.sh'
//STDOUT DD PATH='/usr/lpp/web-data/mfg/nct/file-data/nctill.out',
// PATHOPTS=(OWRONLY,OCREAT,OTRUNC),
// PATHMODE=(SIRWXU)
//STDERR DD DUMMY
//STDENV DD DSN=APPL.ODDC.PROD.PARMLIB(CQNC770D),DISP=SHR
|
Parmlib content : IBM_JAVA_ZOS_TDUMP=NO
When I run through Mainframe its saying the following error [code:1:c24116d955]
/usr/lpp/web-data/mfg/nct/file-data/nctill_tar.sh 1: FSUM7729 missing closing "'" |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Sun Feb 05, 2012 4:50 am Post subject: |
|
|
Suggest you wait on the other forum where you posted this question. One forum at a time, please. Do consider that it is the weekend and therefor non-working days and so most people who assist are getting on with their domestic lives. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|