¿ªÔÆÌåÓý

Re: #VMCE #rexx EE goes XEDIT - compiling a wish list #VMCE #rexx


 

On Thu, Oct 27, 2022 at 05:45 PM, Martin Scheffler wrote:
What do I need for "EE goes XEDIT" ?
  • from C call an assembler routine to establish a CMS SUBCOM evironment "XEDIT"
  • an assembler routine which receives subcommand calls and calls the C part of the editor
  • an assembler routine using EXECCOMM to share REXX variables, EXTRACT needs this
Some progress ... EE is seeing subcommands via bREXX and sets return code 4711?? () :

File: CLOSE??? EXEC???? A1???????????? ?
?====> cms close?????????????????????? ?
?File written: CLOSE EXEC A1?????????? ?
??? 0 * * * Top of File * * *????????? ?
??? 1 /* REXX */?????????????????????? ?
??? 2 trace i????????????????????????? ?
??? 3 address "CMS" "IDENTIFY"???????? ?
??? 4 say rc?????????????????????????? ?
??? 5 address "JUNK" "IDENTIFY"??????? ?
??? 6 say rc?????????????????????????? ?
??? 7 address "XEDIT" "IDENTIFY"?????? ?
??? 8 say rc?????????????????????????? ?
??? 9 say "Hit ENTER to continue ..."? ?
?? 10 parse pull?????????????????????? ?
?? 12 exit rc????????????????????????? ?
?? 12 * * * End of File * * *????????? ?
?????????????????????????????????????? ?

???? 3 *-* address "CMS" "IDENTIFY"???????????????????????????????? ?
?????? >>>?? "CMS"????????????????????????????????????????????????? ?
?????? >L>?? "IDENTIFY"???????????????????????????????????????????? ?
MECAFF?? AT VM370CE? VIA RSCS???? 07:42:45 10/30/22 GMT???? SUNDAY? ?
???? 4 *-* say rc?????????????????????????????????????????????????? ?
?????? >V>?? "0"??????????????????????????????????????????????????? ?
0?????????????????????????????????????????????????????????????????? ?
???? 5 *-* address "JUNK" "IDENTIFY"??????????????????????????????? ?
?????? >>>?? "JUNK"???????????????????????????????????????????????? ?
?????? >L>?? "IDENTIFY"???????????????????????????????????????????? ?
???? 6 *-* say rc?????????????????????????????????????????????????? ?
?????? >V>?? "-3"?????????????????????????????????????????????????? ?
-3????????????????????????????????????????????????????????????????? ?
???? 7 *-* address "XEDIT" "IDENTIFY"?????????????????????????????? ?
?????? >>>?? "XEDIT"??????????????????????????????????????????????? ?
?????? >L>?? "IDENTIFY"???????????????????????????????????????????? ?
???? 8 *-* say rc?????????????????????????????????????????????????? ?
?????? >V>?? "4711"???????????????????????????????????????????????? ?
4711??????????????????????????????????????????????????????????????? ?
???? 9 *-* say "Hit ENTER to continue ..."????????????????????????? ?
?????? >L>?? "Hit ENTER to continue ..."??????????????????????????? ?
Hit ENTER to continue ...?????????????????????????????????????????? ?
??? 10 *-* parse pull?????????????????????????????????????????????? ?
?????????????????????????????????????????????????????????????????????






  • ?

Join [email protected] to automatically receive all group messages.