Re: Syntax for calling a program from REXX with parm

2021-04-30 Thread Bob Bridges
I went at it systematically: ++-- ---+ + address LINKMVS '','' | Error running , line : Unexpected "," or ")" | ++--

Re: Syntax for calling a program from REXX with parm

2021-04-30 Thread Massimo Biancucci
Bob, hereby a piece of code where I call AMATERSE to UNTERSE ... it's not important anyway I think it's what you're looking for. It allocs the needed DDNAMEs and then call AMATERSE and after reads SYSPRINT (output from AMATERSE) to evaluate the run. What you're interested in is the LINKMVS and i

Re: Syntax for calling a program from REXX with parm

2021-04-30 Thread Seymour J Metz
[IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bob Bridges [robhbrid...@gmail.com] Sent: Friday, April 30, 2021 2:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Syntax for calling a program from REXX with parm I know I've done this before, but I'm having trouble doing something that most of you wil

Syntax for calling a program from REXX with parm

2021-04-30 Thread Bob Bridges
I know I've done this before, but I'm having trouble doing something that most of you will say should be simple. I have some JCL that executes a program in batch, and I want to create a REXX that does it in the foreground - allocates the datasets, runs the program, then fetches the output and d