VS Code RPG extension ImRickyT

​[[{“value”:”I created this extension for VS Code to auto add the end statements for various RPG operations. For example when you type Dcl-Ds myds; and press enter it will auto add the End-Ds; and place your cursor on the second line indented similar to the way RDi does. Here’s a small article I wrote about it as well
https://www.linkedin.com/pulse/rpg-end-code-blocks-vs-extension-ricky-thompson-bmvxe?utm_source=share&utm_medium=member_ios&utm_campaign=share_via
https://marketplace.visualstudio.com/items?itemName=RickyThompson.rpg-end-code-blocks
submitted by /u/ImRickyT[link][comments]”}]] Read More 

Retrieving file’s keys with SQL, having to use DSPFD Simon Hutchinson

​[[{“value”:”In my last post I wrote about how to list a file’s key fields using the file QADBKATR to retrieve the key fields’ information from.
I mentioned that there may be times that you are not authorized to use the QADBKATR file. If you are not authorized how else can you get the key fields? And present them as I did in the previous example?
I have to fall back and use the Display File Description command, DSPFD, using the Access Path value in the “Type of information” parameter:

DSPFD FILE(MYLIB/TESTFILE) TYPE(*ACCPTH)

Read more »”}]] Read More 

Common: IBM iSee Video Blog

​Short demonstrations of tools, techniques and examples (including working SQL examples!!) to help you solve real problems that are part of your everyday work.  Presented by Scott Forstie and Tim Rowe, IBM Read More 

Verified by MonsterInsights