IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Pro COBOL precompiler error


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
findmadhav

New User


Joined: 02 May 2006
Posts: 7

PostPosted: Mon Mar 10, 2008 6:26 pm
Reply with quote

Hi,
We are using Pro Cobol with Oracle. I am trying to compile a COBOL program and unable to do so. The compiler program provided is COBZPCC and the error I am getting is:

PCB-S-0104: Unable to open input file "/DD/SYSIN"
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Mar 10, 2008 6:33 pm
Reply with quote

two alternatives

the sysin dd is missing
the sysin dd is pointing to a non existent dataset/member combination
( the dataset exists but the member is not there )
Back to top
View user's profile Send private message
findmadhav

New User


Joined: 02 May 2006
Posts: 7

PostPosted: Mon Mar 10, 2008 6:37 pm
Reply with quote

That normally cannot be the case since the program itself is coded within a JCL job card in the following way:

//PCC.SYSIN DD *

Program follows.......
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Mar 10, 2008 6:40 pm
Reply with quote

what has changed since the last time You ran a successful compilation ??
Back to top
View user's profile Send private message
findmadhav

New User


Joined: 02 May 2006
Posts: 7

PostPosted: Mon Mar 10, 2008 6:43 pm
Reply with quote

That is a good question. There was a mainframe box upgrade but with the same version of Oracle and OS. BOX-A 9672-R46 upgrade to 2064-1C2.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Error to read log with rexx CLIST & REXX 11
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Error when install DB2 DB2 2
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
Search our Forums:

Back to Top