Internet Search Results
How do I run a Rexx Program from within a batch job?
Hi, I've written programs and macros in rexx years ago, but I've become a bit rusty since then. I'm kinda having to relearn it. Our system is a mainframe z/vm system running vse/esa. What I would like to do is to run a rexx macro/prog from within a batch job. I went to the IBM website and...
Date/Time Calculation - REXX | Tek-Tips
Rexx routine to get a gdg generation create date. fossowat; Oct 2, 2009; REXX; Replies 1 Views 114. Oct 4 ...
Rexx coding for Scrollable Dynamic panels - Tek-Tips
It implies that the scrolling is handled by the REXX application not the Panel. The SCROLL(ON) appears to allow scrolling info to be passed back to the rexx to then control the scrolling. I had originally thought that if the variable was greater than the screen definition then scrolling would take place within the panel, the same as a TBDISPL.
REXX | Tek-Tips
Tek-Tips is the largest IT community on the Internet today! Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!
TIME calculations... - REXX | Tek-Tips
number of seconds is the best way. I create a rexx function some time ago to do math calculations on time using number of seconds. convert both times to seconds the substract and get the diffence. I have a function if you are interest that works like the DATE() functions but for time conversions.
Julian Dates - REXX | Tek-Tips
From OS/390 V2R10.0 TSO/E REXX Reference Julian date in the format: yyddd. Note: When used for date_format1, this option is valid when input_date is not specified. Based on the above I suspect that you are going to have to do any conversion by hand.
Sample REXX Code for JCl Submission - REXX | Tek-Tips
Here's some advice: REXX is not JCL. You can't 'bypass the steps in a Job using REXX' unless you actually have the REXX code excise the steps to be bypassed from the job, and then they're not part of the job any longer, are they? You bypass steps in a job using JCL facilities (which are not REXX facilities).
Using REXX to get data where the cursor is positioned
I am trying to write a rexx macro that can be used on any TSO panel and will pull the string where the cursor is positioned. I want it to pull the data from the first blank to the last blank. All I can find are ISPEDIT macros but I want this to work on any TSO panel. I tried playing with...
PDS member list details - REXX | Tek-Tips
Use address ispexec in your REXX exec when using ISPF or Library Manager commands. I use OS/390 V1R2 ISPF DIALOG DEVELOPERS GUIDE & REFERENCE SC28-1273-0 It's an old book, but still valid. IBM maintains an online library, sorry don't have the URL handy. Commands starting with LM are Library Manager commands and it works closely with ISPF.
How to read the content of pds member one by - REXX - Tek-Tips
I need to write the rexx code for reading the content one by of pds member.for example, I have pds with member abctds.join.studen(list),I need to print the value one by one which are all present in the member 'list'.Can any one please help me out to find the solution.One other thing I am able to read the content from PS(see the below code ...
|