BPXBATCH utility invoking unix script

In this Mainframe Forum - You can post your queries on JCL, OS/390 JCL, MVS JCL, z/OS JCL, JES2 & JES3

Moderators: Frank Yaeger, DikDude, Moderator Group

Post Reply
gmuralidhara
Member
Posts: 1
Joined: Sat Feb 04, 2012 9:22 pm

BPXBATCH utility invoking unix script

Post by gmuralidhara » Sat Feb 04, 2012 9:44 pm

Hello everyone,

I invoke a unix script through BPXBATCH utility .

//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
/usr/lpp/web-data/mfg/nct/file-data/nctill_tar.sh 1: FSUM7729 missing closing "'"…

But when i run through putty its working as expected.

Can anyone suggest me on this?

Thanks

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others