Re: Introducing delay in a assembler.

2005-11-27 Thread Jerry Ragland
-Thanks to all , Now I am getting it right. Regards, Jerry -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at

Re: Introducing delay in a assembler.

2005-11-26 Thread Chris Mason
Nevertheless a word of explanation is indicated. It seems the opportunity for confusion arises from the double use of the equal sign. Without looking it up and entirely from memory, I could explain it as follows: The first equal sign is because BINTVL is a keyword operand of the STIMER macro -

Introducing delay in a assembler.

2005-11-25 Thread Jerry Ragland
Hi all, In my assembler program I need to introduce a wait or delay for 5 seconds. Is there any macro for doing it. I guess there is a WAIT macro but I dont know how to use it. Is WAIT macro intended for that purpose ? Even when I introduced the wait macro, I get a compilation error stating

Re: Introducing delay in a assembler.

2005-11-25 Thread Campbell Jay
Sent: Friday, November 25, 2005 8:44 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Introducing delay in a assembler. Hi all, In my assembler program I need to introduce a wait or delay for 5 seconds. Is there any macro for doing it. I guess there is a WAIT macro but I dont know how to use it. Is WAIT

RES: Introducing delay in a assembler.

2005-11-25 Thread ITURIEL DO NASCIMENTO NETO
[mailto:[EMAIL PROTECTED] nome de Jerry Ragland Enviada em: sexta-feira, 25 de novembro de 2005 10:44 Para: IBM-MAIN@BAMA.UA.EDU Assunto: Introducing delay in a assembler. Hi all, In my assembler program I need to introduce a wait or delay for 5 seconds. Is there any macro for doing it. I guess

Re: Introducing delay in a assembler.

2005-11-25 Thread Gerhard Postpischil
Jerry Ragland wrote: In my assembler program I need to introduce a wait or delay for 5 seconds. Is there any macro for doing it. I guess there is a WAIT macro but I dont know how to use it. Is WAIT macro intended for that purpose ? Even when I introduced the wait macro, I get a compilation

Re: Introducing delay in a assembler.

2005-11-25 Thread Hunkeler Peter (KRDO 4)
STIMER WAIT,BINTVL=VACATION VACATION DCF'500' HUNDRETHS OF SECONDS FOR STIMER (5 SECS) I prefer longer lasting vacations ;-) Peter Hunkeler Credit Suisse - Information Technology

Re: Introducing delay in a assembler.

2005-11-25 Thread Jerry Ragland
Hi James, Thanks for ur reply. But I get a compilation error which states- 18 STIMER WAIT,BINTVL=VACATION ASMA141E Bad character in operation code - WAIT,BINTVL=VACATION Thanks, Jerry. -- For

Re: Introducing delay in a assembler.

2005-11-25 Thread Vernooy, C.P. - SPLXM
Jerry Ragland [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hi James, Thanks for ur reply. But I get a compilation error which states- 18 STIMER WAIT,BINTVL=VACATION ASMA141E Bad character in operation code - WAIT,BINTVL=VACATION Thanks,

Re: Introducing delay in a assembler.

2005-11-25 Thread Lizette Koehler
Hi James, Thanks for ur reply. But I get a compilation error which states- 18 STIMER WAIT,BINTVL=VACATION ASMA141E Bad character in operation code - WAIT,BINTVL=VACATION First, what level of HLASM are you running? Or the operating system release?

Re: Introducing delay in a assembler.

2005-11-25 Thread john gilmore
Ashland, MA 01721-1817 USA From: Gerhard Postpischil [EMAIL PROTECTED] Reply-To: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Introducing delay in a assembler. Date: Fri, 25 Nov 2005 08:54:56 -0500 Jerry Ragland wrote: In my assembler program I need