0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

PUB400上のRPGコンパイル出来ない事を解決したい

Posted at

AS400歴は3ヶ月程度なのですが
もう少し知ろうと思いNet上で見つけた
https://as400-howto.xyz/begin/hello-world/
をPUB400.com上で動作させてみようとしております。

ですが
最後のコンパイルで

    > CRTRPGPGM PGM(MOITARO1/SMPL01) SRCFILE(MOITARO1/QRPGSRC)       
      Unable to open file QRPGSRC in library MOITARO1 member SMPL01.    
      Compile failed. Program not created.

となってしまいます。

    > STRSEU SRCFILE(MOITARO1/QRPGSRC) SRCMBR(SMPL01M) TYPE(RPG)      
      Member SMPL01M added to file MOITARO1/QRPGSRC.                    
      Member SMPL01M in file MOITARO1/QRPGSRC changed with 3 records.

とRPGでSMPL01Mと指定しているのですがなぜ
>Unable to open file
となってしまうのか調査するため記事にします。

0
0
18

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?