Description:
REXX for TSO List
|
|
|
Grey Classic Mini Ugg Boots FREE SHIPPING NOW Save: 46% off
|
| |
Grey Classic Mini Ugg Boots FREE SHIPPING NOW Save: 46% off [link] UGG Classic Mini Grey Boot UGG 5854 Australia Women's Classic Mini in Grey ,UGG Australia's Classic Mini Grey sheepskin boot is built for ultimate comfort. With the shortest height in the Classic Collection, this shearling boot is... more »
|
|
Choose your own greeting!
|
| |
Peace and goodwill to you all - thanks for all the advice and interesting discussions over the year! To those whose language(s) I have missed, I would be interested to get your version of the greeting (along with the name of the language)... Also if you wish to correct what I have already collected, please do so.... more »
|
|
problem w/ "allocate" cmnd within a REXX
|
| |
cross-posting to tso-rexx, ibm-main. environemtn here is z/os 1.9 I am trying to execute an ALLOCATE cmnd from within a rexx, as follows: the REXX: pars arg OUTDSN TGTVOL ….. “ALLOCATE DA(“OUTDSN”) SPACE(…) CYLINDERS <more parm-s> …. VOLUME(“TGTVOL”) “ my calling stmnt: xyzrexx abc.def.ds DSSUT1... more »
|
|
OA31343
|
| |
(Cross-posting to MVS-OE and TSO-REXX.) My APAR. OA31343 ERROR DESCRIPTION: The BPXWREXX GetVar and SetVar routines do not check the return code from their respective calls to IRXEXCOM. If an invalid filename is passed into a syscall via ADDRESS SYSCALL in REXX, USS will ignore the failing return code and attempt to issue... more »
|
|
REXX macro
|
| |
Hi, a little questions, i have a line macro to build RACF statements. How can give a data for the macro ? "arg grp" does not hand over the data /* rexx: edit macro */ arg grp . address isredit... more »
|
|
Tr:How to select all by exculded info
|
| |
Lizette I like stem based solutions. However assuming both file are sorted on Userid you can try : min_l2 = 1 Do l1 = 1 to list1.0 userid1 = word(list1.l1,3) seen = "" Do l2 = min_l2 to list2.0 while seen = "" userid2 = word(list2.l2,2) Select When userid2 > userid1 then seen = "N" When userid2 = userid1 then seen = "Y"... more »
|
|
How to select all by exculded info
|
| |
I have a request to take two lists and to select only those entries that do not appear in both lists. So list one contains 3 fields, the third field has a userid. The second list contains one field, the userid, which needs to be used against the first list. The result should only be those records that do not match the userid in the second list.... more »
|
|
REXX Question about Numbers
|
| |
Hello List, How can I determine if a variable is a number or not? Is there a key word? Ed. ------------------------------ ------------------------------ ---------- For TSO-REXX subscribe / signoff / archive access instructions, send email to LISTS...@VM.MARIST.EDU with the message: INFO TSO-REXX
|
|
How is PLANGUAGE Set
|
| |
Lizette, I strongly suspect this is stored in the RACF TSO segment. Items such as PREFIX are kept there. To my knowledge, they can only changed natively using the TSO PROFILE command and cannot be changed by RACF commands. I suggest you try deleting and recreating their TSO segment to see if this clears the... more »
|
|
|