Hello everyone, I am trying to pass in a isredit macro a parameter from a rexx to another independet rexx(not a rutine)
I would like to start the first rexx save some values into a system variable if is there any variiable for this. And then read it from another rexx. Is this possible or i am...
Hello, I am trying to write into a dataset with a rexx program.
/* REXX */
"ALLOC SHR FILE(OUT) DATASET('P1IXF2.PRIVADA.LIBRERIA(PROYEC3)')"
SAY 'ALLOC RC ' RC
OUT.1 = " 01 WS-GRUPO-VARIABLES. "
OUT.2 = "05 WS-TEXTVAR P A BLA'."
OUT.3 = " 05 WS-NUMVAR-PACKUE 5."
OUT.4 = "05 WS-SUBGRUPO."...
Hello
Iam tryng to add some spaces in the middle of a string, is there any function to do this?
Example:
ws-var pic x.
change it for
ws-var pic x.
Thank you very much for your help.
Good bye
I am tryng to make this work, and i am receving rc 20. I dont know whts happenning. Plase help me.
/* REXX ISREDIT TEST */
DSN = "P25JGR.PRIVADA.LIBRERIA"
MEMB = "HOLA"
ADDRESS ISPEXEC "CONTROL ERRORS RETURN"
ADDRESS ISPEXEC "EDIT DATASET('"DSN"("MEMB")')"
ADDRESS ISPEXEC "ISREDIT MACRO"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.