compile fuction for rexx

  • Follow


Hi

I downloaded of two programs that are functions in Assembler are her
rexxwait and tsoclear of the site HILMAS.
He would like to know with I can compile the program source in the company
where me
I work will be able only like this to use the program in the company where I
work.
Below I am ordering the source of the program TSOCLEAR

COPY   HILMAC
* TSOCLEAR HIL -------------------------------------------------- 
* Clear screen of a TSO user
* A very simple program !
* --------------------------------------------------------------- 
 PROGRAM TSOCLEAR,TSO
   CLEAR
 ENDPROG
*
  COPY   HILVAR
*
         END


0
Reply nilton 5/18/2005 11:50:48 AM

nilton Costa wrote:
> Hi
> 
> I downloaded of two programs that are functions in Assembler are her
> rexxwait and tsoclear of the site HILMAS.
> He would like to know with I can compile the program source in the company
> where me
> I work will be able only like this to use the program in the company where I
> work.
> Below I am ordering the source of the program TSOCLEAR
> 
> COPY   HILMAC
> * TSOCLEAR HIL -------------------------------------------------- 
> * Clear screen of a TSO user
> * A very simple program !
> * --------------------------------------------------------------- 
>  PROGRAM TSOCLEAR,TSO
>    CLEAR
>  ENDPROG
> *
>   COPY   HILVAR
> *
>          END
> 
I think you'll find neither of these has anything to do with compiling a 
REXX program.

The TSOCLEAR program is basic assembler language (BAL) and can be 
assembled using the standard system assembler with the HiLMAS files. Ask 
you system administrator how to use it.

REXXWAIT is most likely another assembler program which can be used from 
REXX to make a REXX program pause for a period of time. I don't see it 
on the HiLMAS web site though.

Graham.


-- 
*-* Please remove spam free prefix before replying *-*
0
Reply Graham 5/18/2005 10:10:13 PM


1 Replies
313 Views

(page loaded in 0.116 seconds)

Similiar Articles:













7/20/2012 8:52:45 PM


Reply: