Description:
REXX for TSO List
|
|
|
File sharing OMVS/TSO
|
| |
Do I need guidance or do I need guidance... 1. A Rexx in OMVS allocates a HFS-file like this: 47 *-* address 'TSO' 48 *-* "ALLOCATE FILE(HTMLPAGE) PATH('"TFILE"') ", "PATHOPTS(ORDWR,OCREAT,OEXCL,O TRUNC) PATHMODE(SIRWXU)", "PATHDISP(KEEP,KEEP) LRECL("LEN")" >>> "ALLOCATE FILE(HTMLPAGE) PATH('/tmp/HTML.230.htm') PATHOPTS(ORDWR,OCREAT,OEXCL,OT RUNC) PATHMODE(SIRWXU) PATHDISP(KEEP,KEEP) LRECL(1000)"... more »
|
|
FTP in REXX
|
| |
I sent this to the list. I prefer to share the responses with the whole group. Besides you will get additional answers and input that way. For a onesy-twosy just do a native manual FTP GET from the PC. No REXX involved... Just your fingers... If you have an FTP Server on your PC, you can FTP PUT (using FTP and REXX) automatically from the MF and schedule it.... more »
|
|
REXX Parse question
|
| |
Hello All, I am attempting to parse a line in REXX. Some times line has three words in the line and some times four words. Is there a keyword I can use to determine how many words in a line before I parse the line. What REXX manual should I review? Ed. ------------------------------ ------------------------------ ----------... more »
|
|
Pass stem between programs
|
| |
Hi friends! I have been unsuccessful in searching archives for this...must be me! Is there a way of passing stem variables from one program to another (read only)? Thanks! Don ------------------------------ ------------------------------ ---------- For TSO-REXX subscribe / signoff / archive access instructions,... more »
|
|
AUTO: Leonard Sasso/GIS/CSC is "Out-of-the-Office."
|
| |
I will be out of the office starting 10/28/2009 and will not return until 10/29/2009. If you require immediate attention please contact Deb Hext (518) 257-4212, Tony Alfonso (518) 257-4640 or Joyce Brooks (518) 257-4208 . You may also contact my Team Lead, Sharon King (518) 257-4784 or my manager, David... more »
|
|
REXX and DB2 Command
|
| |
Hello All, Can I do a display of DB2 in a REXX. Example: -display database(xxxxxx) spacenam(xxxxxxx) I would like to catch the output of the display of the DB2 command in rexx. There is no mention of it in Command Reference Please point me to the manuals that I should review. Ed. ------------------------------ ------------------------------ ----------... more »
|
|
Rexx ATTACH TCB tree
|
| |
I am collecting information about REXX ATTACH. Does it work like MVS ATTACH? My idea is to write a Rexx program that will display a menu. Each selection from the dialog will start a subtask using Rexx attachpgm. If the user hits a hot key, let say, PF01, the mother task will get control without stopping... more »
|
|
Identity of external caller
|
| |
Hi folks, I originally posted this to ISPF-L, but someone pointed out that that's not really the right place, hence the post here. This is something that's been bugging me. I have a common external routine (a REXX program in a PDS) that is called for logging purposes from a number of different REXX programs.... more »
|
|
can a REXX know its dataset name?
|
| |
Hello all, Well I'm new to rexx and now working on an assignment in which I would like to realize such a feature: For example MYID.PROC(MYREXX) is the rexx being executed. Can I get the dataset (and member) name of the rexx, ie. 'MYID.PROC(MYREXX)', in the rexx itself without passing an argument? Thanks!... more »
|
|
|