About 1,660,000 results
Open links in new tab
  1. rpgle - Comment in RPG? - Stack Overflow

    Dec 27, 2020 · Bracketed comments (/... /) are allowed within embedded SQL statements whenever a blank is allowed. You could use /IF and /ENDIF to remove several lines from the …

  2. Embedding SQL statements in ILE RPG applications that use SQL - IBM

    SQL statements coded in an ILE RPG program can be placed in the calculation section or in a free-form calculation block. SQL statements can be placed in detail calculations, in total …

  3. Soft coding values in SQL statements @ RPGPGM.COM

    May 11, 2016 · You don't want to code two WHERE clauses or two SELECTS. Then code a WHERE clause in your DECLARE or SELECT INTO or VALUES statements (no prepare), the …

  4. Fully free-form statements - IBM

    In fully free-form source, columns 6 and 7 have no special status. All columns of the source file must contain free-form RPG code, except for the compile-time data, file-translation records, …

  5. Embedding SQL in /free - IT Jungle

    Mar 2, 2005 · To embed SQL into an RPG program, the SQL pre-compiler has to go through the source code first and convert the SQL statements to program calls. To do this, we have to …

  6. Format and Compile RPG to Use Embedded SQL - MC Press …

    Nov 16, 2010 · /EXEC SQL indicates that some SQL code is about to begin, and /END-EXEC marks the end. This is similar to /free and /end-free to indicate the beginning and ending of …

  7. Free Format with SQLRPG - Code400 -The Support Alternative

    Nov 30, 2004 · You can convert any program to "free" for free if you have any compiler. Just use the CODE editor and click "Convert to free-form" and it done instantly. Great learning tool.

  8. some sqlrpgle question - Code400 -The Support Alternative

    Aug 11, 2008 · Yes, you can code sqlrpgle in free format same with how you do in the fixed format. With your reloading subfile issue, you can refer to the SQL states listings reference …

  9. Adding RPG compiler parameters into the SQL Option statement

    This feature was brought to my attention by someone who was converting a fixed format SQLRPGLE program to modern all free RPG code, and wondered the purpose of this code …

  10. rpgle-snippets - Visual Studio Marketplace

    RPGLE Snippets for VS Code. This Visual Studio Code extension provides a collection of useful code snippets for IBM i-based languages, including: RPGLE; CL; CLLE; SQL; Features. This …

Refresh