Explore all the Product Forums that power your innovation. Are you looking for best practices, wanting to connect with fellow users, or needing support for a specific Rocket Software solution? You’ll find the right space here.
Recently active
Hello folks,A never answered behavior : how to mix monovalued and multivaluled data into a SREFORMAT result. Here is the a sample uniQuery, SORT + WITH + WHEN + BY.EXP on HS.SALES (demo account into uv)I filter data on STATE (monovalue field) and BUY_DATE (multivalued field) and I display data from monovalued and multivalued field.As expected, with SORT BY.EXP, the monovalued field are replicated on each occurence of multivalued line. SORT CUSTOMER WITH STATE = "MA" AND WHEN BUY_DATE >= "20/01/91" AND <= "29/01/91" BY.EXP BUY_DATE BY CUSTID CUSTID STATE CITY BUY_DATE PRODID ID.SUP Customer ID State City........ Date Purchased Product 8 MA Lowell 21/01/91 M3000 8 MA Lowell 21/01/91 S3000 2 MA Waltham 22/01/91 S3000 3 records listed. so, now I'll send these result to a temporary file with SREFORMAT, which build a record by line of result ; the first column is the key on the temp file.I use the same phrase, replace the SORT verb by SREFORMAT. CREATE.FILE FTEMP 18 53 4 SREFORM
I get this message when using openssl. We did not install openssl in /rsusr/rocket, but instead used a different path. Shouldn't openssl base the location of the openssl.cnf file on the location of the openssl binary? Should we just "bite the bullet" and install it (or set a symbolic link from) /rsusr/rocket?
Hello! I try to build a subrouting that will be used by an I-DESC. Its goal is to encrypt another attribute, using SHA256. The DICT item will be used in CSV exports, to transmit data to partners. They want some columns to be encrypted (it would be too easy to encrypt the whole file I guess). That is why I want to combine a subroutine with an I-DESC.Okay, so I already wrote my subroutine but I am not sure about the result. Maybe someone here already did something similar, and/or maybe someone could help me to find the right way to reach my goal.My subroutine is simple: I use DIGEST (beacuse it was the only function that seems to know pure SHA256), and after, I encode the result as BASE64-OneLine, to make it human-readable. MY.HASH = "SHA256" MY.STRING = "HELLO" DIGEST.STATUS = DIGEST(MY.HASH, MY.STRING, 1, MY.DIGEST) FINAL.STRING = "" ENCODE.STATUS = ENCODE("BASE64A", 1, MY.DIGEST, 1, FINAL.STRING, 1) The result of the subroutine, fo
#GITGit 2.14.4 does not seem to support the submodule functionality Will 2.26.2 support submodule functionality? Where can i find the documentation of features supported in the respected versions of Git?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.