//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!?