Liam, I"m having issues with the EVFEVENT file not creating a member for the thing I'm trying to compile. Any thoughts? The file is in the library, just no member.
Extremely useful video's! I started experimenting with Code for IBM i, writing some basic rpgle code. But I can't figure out why I don't see the output of my dsply statements on the Output (IBM i output) panel. Any idea on how to fix that? Thanks a lot!
DSPLY doesn't get written to standard out and only get written to the job log and that is why they do not show up. You can use `printf` to get them to show, though!
Thank you Liam, IBM i extension looks very powerful!
awesome Liam, i like the error count beside the src mbr when compile error occurs, thanks
Great videos Liam!
In the Object Browser, your actions list only had Delete object and Call program. Why didn't it have more actions listed? Eg, DSPOBJD, CHGPGM, etc.?
Liam, I"m having issues with the EVFEVENT file not creating a member for the thing I'm trying to compile. Any thoughts? The file is in the library, just no member.
Extremely useful video's! I started experimenting with Code for IBM i, writing some basic rpgle code. But I can't figure out why I don't see the output of my dsply statements on the Output (IBM i output) panel. Any idea on how to fix that? Thanks a lot!
DSPLY doesn't get written to standard out and only get written to the job log and that is why they do not show up. You can use `printf` to get them to show, though!