Closed robdaemon closed 3 weeks ago
Hi Rob I am glad you are trying BOB. Here is what is going on. The source on the IFS is all stored in UTF-8 encoding. The RPG compiler needs to use EBCDIC encoding, so it needs a CCSID to convert the source to as it compiles it. This is known as the TGTCCSID. At V7R3 this was added via PTF which you have not yet installed. Because the compile parameter was missing the compiler was not run and the EVFEVENT file containing the compiler messages was not generated. BOB copies those messages back to the IFS to provide compiler feedback but since they were not present it issued the NOT FOUND message.
The good news is that this prerequisite and the V7R3 PTFs are all documented here https://ibm.github.io/ibmi-bob/#/getting-started/prerequisites?id=tgtccsid-support-on-the-ile-rpg-and-cobol-compilers PTF SI74590 in product 5770WDS is what you need.
Hope this helps
Brand new (to me) i 7.3 server, setting up BOB but getting this error during
makei build
:if I execute the command myself, I get the following error:
This seems to be tailored towards i 7.4. If that's the case, feel free to close this!