Page 1 of 1

SYSIN Not being Read

PostPosted: Tue Dec 04, 2007 8:31 am
by rahul.j
//user2029 JOB 'TEST PROG',MY-JCL,MSGCLASS=M,CLASS=W,
// NOTIFY=&SYSUID
//STEP010 EXEC PGM=JRSCI463,REGION=0K
//STEPLIB DD DSN=BPSZ.REGBU.LPS01LIB,DISP=SHR
// DD DSN=SYS1.SCEERUN,DISP=SHR
//SYSIN DD *
/ THIS IS THE FIRST STRING STRING
//*

Hi! this is the JCL which i am using to run the cobol prog, JRSCI463.
I want to give input using Linkage area thru SYSIN.
But the program is not recognizing the SYSIN input stream!
Can you help me with this!?

Re: SYSIN Not being Read

PostPosted: Tue Dec 04, 2007 9:38 am
by CICS Guy
Either us the PARM or define and open a file or use the ACCEPT verb..........