danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Tue Feb 08, 2005 5:09 pm Post subject: Compiler invocation EXEC |
|
|
When I run the rexxc complier exec, I got a abend code of 3:
TSO EX 'REXX.SFANCMD(REXXC)'
REXXC starting,
Source not specified. Please enter dsn of source program, optionally followed by compiler options
test.exec(sub1)
Compiling 'USERID.TEST.EXEC(SUB1)',
PRINT output 'USERID.TEST.SUB1.LIST',
CEXEC output 'USERID.TEST.CEXEC(SUB1)',
Compiler abended with abend code 3
I copied the REXXC EXEC into my dataset, put a trace on the program and ran the EXEC again. Program abend due to this error:
409 *-* Address LINKMVS 'REXXCOMP OS'
>>> "REXXCOMP OS"
+++ RC(-3) +++
I check REXXCOMP is in the 'REXX.SFANLMD' dataset. How can I fix the problem to make REXXC to run? |
|