Discussion Posts



Latest Q&A List

  • Anthony Mckenzie's profile image

    RE: RTE Desktop - Copy Paste

    I think what you are looking for is something like on of the below. automationObject.autoTypeJS('xxxx'); //place cursor ...

  • Jon Kristofferson's profile image

    RE: How to query the @TTY variable in UniVerse from ...

    John, Thanks! That did it. 1 line basic program CHECK.TTY compiled and cataloged. PROCWRITE @TTY PQ HCHECK.TTY P IF ...

  • John Jenkins's profile image

    RE: How to query the @TTY variable in UniVerse from ...

    Jon, Create a small program that evaluates @TTY and uses PROCWRITE to place it in a PROC buffer. You can then access ...

  • Jon Kristofferson's profile image

    How to query the @TTY variable in UniVerse from PR ...

    Is there a way in PROC to test the @TTY variable and exit if it is equal to phantom? Sorry, Prime Information guy here, not ...

  • Khai Hang Kwan's profile image

    Adding new library into an existing release

    Hi, I would like to know whether is it possible to add new source/object library into an existing release? Sample as below. Need ...

  • Gregor Scott's profile image

    RE: How do you turn off automatic paging in a BASIC ...

    Output pagination can be set to ON or OFF by adjusting SYSTEM(1005) within your code: * Turn output pagination OFF so we control ...

  • Eduardo Rocha's profile image

    cURL on z/OS

    Hi, I have curl 8.4.0 with z/OS 2.4 and I am getting these errors: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection ...

  • Neil Morris's profile image

    RE: How do you turn off automatic paging in a BASIC ...

    Hi Joe, There may be other methods but I have always used the "hack" of specifying cursor positioning in program I learned ...

  • Joe Goldthwaite's profile image

    How do you turn off automatic paging in a BASIC pr ...

    I'm embarrassed to even ask this. I've seen the answer a couple of times in the documentation but can't ever seem to find it if ...

  • Massimo Zibetti's profile image

    RTE Desktop - Copy Paste

    Hi All, I'm trying to replicate this copy paste behaviour into RTE Desktop edition without success. I'd like to copy ...