ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Search Result

Collapse
77 results in 0.0043 seconds.
Keywords
Members
Tags
rpgle x
  •  

  • JohnLewis
    started a topic Batch vs Interactive File I/O

    Batch vs Interactive File I/O

    I have a task to fix some rather strange RPG IV code that was written over 20 years ago which appears initially to be a set of fairly typical Display File screens with subfiles and options to access detail records (2=Change, 4=Delete, 5=Display, etc.). However in the background, some never-ending batch...
    See more | Go to post

  • Can I use a qsys2.http_get function as the "line" value for qsys2.ifs_write?

    I successfully use http_get() to retrieve documents from a web service of up to 4Mb and store them on the IFS using ifs_write(). Unfortunately, some of the documents requested are larger than what RPG allows (~16Mg if I remember).

    I was wondering if I can skip over the need for a host variable...
    See more | Go to post

  • Alabama Mothman
    started a topic Trouble with RPGLE Binding

    Trouble with RPGLE Binding

    I have a rpgle client trying to call DB2 JDBC procedures in a service program. None of my procedures are being found. I have a code example but no procedure is binding to the client.
    For example: The getBytes is not found. I did a crtsrvpgm with export *all.

    ---------------------Client...
    See more | Go to post

  • user13482104
    started a topic Problems with an INSERT with embedded SQL

    Problems with an INSERT with embedded SQL

    Hello dear community,
    I'm currently having trouble with an insert. I can't get an insert. In the debug I saw that the SQLCOD was set to -7008 (object-name NOT VALID FOR
    OPERATION (reason code)). I've attached an image. Can someone tell me what I'm doing wrong? I create the file in QTEMP...
    See more | Go to post

  • Decoding Base64 data does not return the original string value

    What I'm supposed to do is read a base64 encoded value

    eyJzb3VyY2UiOiJDQ0RWIiwidHJhY2VpZCI6IjNiM2MxZDZjZT U2Y2QxZTBkNThlNDA4NDY2YWVkZWE3In0=

    from a field in a database file and decode it to obtain the original JSON statement

    {"source":"CCDV","traceid":"3b3c1d6ce56cd1e0d58e40 8466aedea7"}...
    See more | Go to post

  • BoZMan001
    started a topic Getting a MCH6206 Return Code 4 error

    Getting a MCH6206 Return Code 4 error

    I got a MCH6206 "Commitment control resource limit overflowed. Return code is X'04'." in one of my batch jobs today.
    The batch program opens 2 files in commitment control. File1 is opened for update under commit and File2 is opened for addition under commit.
    The flow of the program...
    See more | Go to post

  • Sandro Carosso
    started a topic Encode pdf file

    Encode pdf file

    I have to consume a fedex web service within an ILE RPG procedure, where I should indicate the commercial electronic document in binary format. The electronic document is available in pdf format on the IFS. How can I convert this file to a binary string to be included in the XML specification? A code...
    See more | Go to post

  • mgarczynski2
    started a topic Vary Configuration User Exit Program

    Vary Configuration User Exit Program

    I am looking for some examples of a exit program for the QIBM_QDC_VRYEXIT. Specifically, I want to start/stop my applications running on an iASP when the iASP is varied on or off. Any input would be helpful.
    See more | Go to post

  • John Tremper
    started a topic IFS Open - Authority Issue?

    IFS Open - Authority Issue?

    Hello, thanks in advance for any guidance. I am using the Open API in an RPGLE program (shown below), if the file is not in the IFS the open should create the empty file. We have 2 users where the FD returns as -1. Other users work correctly, FD returns as 0. All authorities appear to be identical...
    See more | Go to post

  • Luca Altmann
    started a topic Calling ICU APIs from RPG

    Calling ICU APIs from RPG

    I'm trying to call an ICU APIs from RPG but can't get it running and i think its due to parameter mismatch.
    https://unicode-org.github.io/icu-do.../uidna_8h.html - API "uidna_IDNToASCII()"


    My code looks like following:

    Code:
    **free
    Ctl-Opt BndDir('QICU/QXICUAPIBD');
    ...
    See more | Go to post

  • Luca Altmann
    started a topic Calling ICU APIs from RPG

    Calling ICU APIs from RPG

    Hello *ALL,

    I'm trying to call an ICU APIs from RPG but can't get it running and i think its due to parameter mismatch.
    https://unicode-org.github.io/icu-do.../uidna_8h.html - API "uidna_IDNToASCII()"


    My code looks like following:

    Code:
    **free
    ...
    See more | Go to post

  • sri8707
    started a topic Sorting multiple DS fields

    Sorting multiple DS fields

    I have a DS defined as below -

    D MyDSArr DS qualified dim(999)
    D MyDsKey
    D field1 10A overlay(MyDsKey:*next)
    D field2
    ...
    See more | Go to post

  • Prepared SQL for Single Row into Data Structure; without cursor. Possible?

    I am attempting to use a prepared statement to fetch information (a single row) about a location; based on a given ID. The location ID is either passed via parameter, or directly entered and read from the display/user interface.

    I have tried stepping through the RDi debugger. I see the...
    See more | Go to post

  • castle123
    started a topic get first day of month and first day of prev month

    get first day of month and first day of prev month

    I'm sure this is on here somewhere I just cant find it, I need to get first day of month which I think is firstDay = todayDate - %Days(%subdt( todayDate:*days)-1);
    but if today is the first of month I need to get the prev month first day of month, the job I'm running uses previous day for its
    ...
    See more | Go to post

  • sri8707
    started a topic How to compare 2 data structures field by field?

    How to compare 2 data structures field by field?

    I would like to compare 2 DS field by field and capture the changed fields into an audit file. Below is the scenario -

    User is provided with a display screen where he can change any of the 20 fields pertaining to a file. Say if the user changed 10 fields, I want to write 10 records into
    ...
    See more | Go to post

Our Sponsors

Collapse
Working...
X