SCLM ( Software Configuration Library Management) [message #120764] |
Mon, 23 May 2005 10:55 |
Mohawal
Messages: 1 Registered: May 2005
|
Junior Member |
|
|
Hello Everyone, Thanks for having me on this forum.
I have been struggling with this problem for sometime now and i hope someone will point me in the right direction.
My environment is the mainframe (ZOS/390). I am using SCLM which is a product off our ISPF menu for migration. Before migrating i set up compilers using assembler macros.
Currently I have been trying to compile an oracle/Cobol program and with all attempts so far has failed. At this point i am getting :
This error when my options are coded with a comma between the two options
OPTIONS='++/DD/SYSPARM,USER=/'
MIC021F can't open parameter file /dd/sysparm,user=/
because EDC5129I No such file or directory.
FLM06501 - TRANSLATOR RETURN CODE FROM ===> ORCL PREPROCESS ===> 0
FLM06501 - TRANSLATOR RETURN CODE FROM ===> ORC/MVS COMPILE ===> 12
FLM44513 - TRANSLATOR ERROR FOR MEMBER: TFXAOTS1 TYPE: SOURCE
FLM45000 - ERROR PROCESSING CURRENT BUILD
****************************************************************
Then i get this error:
when my options are coded with a space between the two options. OPTIONS='++/DD/SYSPARM USER=/'
Pro*COBOL: Release 9.2.0.5.0 - Production on Thu May 19 15:52:56 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
System default option values taken from: /DD/PROCFG
PCB-S-0550: Unable to log on to ORACLE with "". ORACLE error number: 6413
FLM06501 - TRANSLATOR RETURN CODE FROM ===> ORCL PREPROCESS ===> 16
FLM44513 - TRANSLATOR ERROR FOR MEMBER: TFXAOTS1 TYPE: SOURCE
FLM45000 - ERROR PROCESSING CURRENT BUILD
Can anyone help, please.
|
|
|