Search: clle

More Results

Sort by: Relevance | Date
  • DAYSPAST CLLE program for AS/400: Compares object creation date with today's date

    A CLLE program for AS/400 to determine the number of days that have passed since an object was created.

  • Embedding an SQL in CLLE

    Is there a way I could embed an SQL in CLLE and use host variables?
    No, not directly. The only support that OS/400 has available is the RUNSQLSTM command. You may want to consider third-party solutions.

    ...

  • Retrieve a source from a CLLE program

    Is there a tool that you're aware of that allows you to retrieve the source from a CLLE program?

    I'm not aware of a RTVCLLESRC command. The new PASE debugger for V5R1 CAN disassemble a C program during debugging if that's any help.

    ...

  • Retrieving the source from a CLLE program

    Is there a command, API, etc. that can be used to retrieve the source from a CLLE program like RtvCLSrc does for a CL program?

    There are no API's that you can use to retrieve the source for a CLLE object. There are a few commercial...

  • Eight steps for creating program documentation using AS/400 utilities

    There is no doubt about the necessity of providing documentation after code has been placed into production. But I believe that being proactive demands the induction method, so I thought I should revisit a tip I submitted four years ago:

  • Passing parameters in an ILE RPG module

    I have an ILE RPG module that needs to pass parameters to a ILE CL module and receive a return value. Prototyping the CL call as EXTPGM will not get us the return value and hence we need to use EXTPROC. How do we receive a...

  • RTCTCPSTS -- Retrieve TCP/IP status

    In this tip, Search400.com member Vengoal Chang shares the RTVTCPSTS command source to help you retrieve the TCP/IP status.

     
    /*  ===============================================================  */
    /*  = Command....... RtvTcpSts               ...
    						
    					

  • Ways to put QSHELL to work in your day-to-day programming life

    I have been reading a lot about QSHELL since it was introduced for the iSeries. After learning about this shell I started promoting this piece of technology to my colleagues. Time and time again I was asked, "What is the usage of this technology...

  • Using the PDM option to see object use

    I often want to know when a program or object was last used, or if ever used, so I can determine if it can be archived and deleted.

    In PDM, set this program up as option DO by pressing F16
    Option: DO
    Command: call @dspobjd (&l...

  • Embedding SQL into RPG LE programs

    We have an iSeries running V5R3. We're working on embedding SQL into RPG LE programs and then creating stored procedures using this or a CLLE program. These stored procedures are then called from VB.NET. The programs on...

Search Again: