SYSIN Not being Read



Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS

SYSIN Not being Read

Postby rahul.j » Tue Dec 04, 2007 8:31 am

//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!?
rahul.j
 
Posts: 1
Joined: Tue Dec 04, 2007 8:24 am
Has thanked: 0 time
Been thanked: 0 time

Re: SYSIN Not being Read

Postby CICS Guy » Tue Dec 04, 2007 9:38 am

Either us the PARM or define and open a file or use the ACCEPT verb..........
CICS Guy
 
Posts: 246
Joined: Wed Jun 20, 2007 4:08 am
Has thanked: 0 time
Been thanked: 0 time


Return to IBM Cobol

 


  • Related topics
    Replies
    Views
    Last post