LJ

Results 521 comments of LJ

While this is a good idea, I am scared to add this additional dependancy to Code for IBM i (e.g. the additional program which would have to be installed during...

@sebjulliand @chrjorgensen > Trying to browse a library location on an iASP does not work. Can we get around this if we start to use SQL instead of the CL...

@chrjorgensen you should also know, the program we use to run SQL statements can also accept an ASP name (or number? One of them), so that statements run using that...

Based on #2339, we won't allow the user to change the ASP in Code for IBM i, and will inherit it based on the job. Closing this now.

Sadly it's been this way for a little while. For now, the only way to make VS Code understand iASP is to set it at the user profile level.

@duieolson interesting idea. Could you share what your keyboard map looks like? Either sharing the file or a screenshot with us?

IMO, not a bug. This has the way it has always been in VS Code. It's the way it gets converted from the server. We always read UTF8 or ASCII...

@jkyeung I am working on a solution. Is it possible for you to share an SQL statement with me so I can insert rows into a member with that same...

``` cl: crtsrcpf liama/hebrew ccsid(424); cl: ADDPFM FILE(LIAMA/HEBREW) MBR(HEBREW) TEXT('Hebrew'); insert into liama/hebrew values ( 0, 0, x'E2D5C4D1D4C1C9D3404040E2E4C2D1C5C3E34D7D4040405551586445404468695640714668516940714651586440484644407D5D404E' ); cl: CPYTOSTMF FROMMBR('/QSYS.LIB/LIAMA.LIB/HEBREW.FILE/HEBREW.MBR') TOSTMF('/tmp/vscodetemp-O_0p9XHiyZ') STMFOPT(*REPLACE) STMFCCSID(1208) DBFCCSID(62245); select * from liama/hebrew;...