Calling and RDMLX function in IBM and passing parameters
Posted: Wed Feb 19, 2020 6:45 am
Hi,
I understand you can call an RDMLX function in the AS400 using a line like these:
LANSA REQUEST(X_RUN) PARTITION('DEX') X_RUNADPRM('PROC=ORDERX FUNC=CALC PRTR=*PATH')
now, how can you send parameters, user parameters, like EMPNO=A1234 in that line?
Using UDEF? Any other way to send larger information than 256 bytes?
thank you
I understand you can call an RDMLX function in the AS400 using a line like these:
LANSA REQUEST(X_RUN) PARTITION('DEX') X_RUNADPRM('PROC=ORDERX FUNC=CALC PRTR=*PATH')
now, how can you send parameters, user parameters, like EMPNO=A1234 in that line?
Using UDEF? Any other way to send larger information than 256 bytes?
thank you