a question on cron

2008-05-02 Thread LJ Mace
I have a task which must run every other wednesday. I've looked through the cron info and found that I can use a 3/2 for my last entry to tell cron to run the task every other wednesday. My question is will cron start the task this coming week(5/7) or will it start the task (5/14) which is when I

SWAPGEN version 0803

2008-05-02 Thread Bernard Wu
Hi David, When I run SWPG0803.EXEC I get this error : 3589 +++ ? 3589 +++? 601 +++ temp = sourceline(l) 579 +++ sourcel = GetSourceLine(badline) DMSREX460E Error 13 running SWPG0803 EXEC, line 3589: Invalid character in program This is what I did : 1. Download

Re: SWAPGEN version 0803

2008-05-02 Thread Dave Jones
Hi, Berni There seems to be some problem in the process that extracts the actual file(s) from the Mail-able source. Try this: 1) upload the SWPG0803.MAILABLE file, making sure that ASCII-EBCDIC translation is enabled (it looks like you did that already) 2) do not specify the QUOTE SITE

Re: SWAPGEN version 0803

2008-05-02 Thread Bernard Wu
Hi Dave, Same error. SWPG0803 3589 +++ ? 3589 +++? 601 +++ temp = sourceline(l) 579 +++ sourcel = GetSourceLine(badline) DMSREX460E Error 13 running SWPG0803 EXEC, line 3589: Invalid character in program The only difference between not specifying quote site fix 80 is that the

Re: SWAPGEN version 0803

2008-05-02 Thread Gregg Levine
On Fri, May 2, 2008 at 11:26 AM, Bernard Wu [EMAIL PROTECTED] wrote: Hi Dave, Same error. SWPG0803 3589 +++ ? 3589 +++? 601 +++ temp = sourceline(l) 579 +++ sourcel = GetSourceLine(badline) DMSREX460E Error 13 running SWPG0803 EXEC, line 3589: Invalid character in

Re: SWAPGEN version 0803

2008-05-02 Thread Collinson.Shannon
I had this same problem and noticed that an invalid character was being appended to the uploaded swpg0803 file (on the last line--3589). I just deleted that line and everything ran fine... Shannon Collinson--SunTrust Bank -Original Message- From: Linux on 390 Port [mailto:[EMAIL

Re: SWAPGEN version 0803

2008-05-02 Thread Dave Jones
Hi, Bernie... Bernard Wu wrote: Hi Dave, Same error. Crud SWPG0803 3589 +++ ? 3589 +++? 601 +++ temp = sourceline(l) 579 +++ sourcel = GetSourceLine(badline) DMSREX460E Error 13 running SWPG0803 EXEC, line 3589: Invalid character in program You may have a corrupted

Re: SWAPGEN version 0803

2008-05-02 Thread Bernard Wu
Thanks Shannon, I used Hexedit to delete the character x'1A' and SWPG0803.EXEC ran and extracted all the files. Thanks to all who replied. I had this same problem and noticed that an invalid character was being appended to the uploaded swpg0803 file (on the last line--3589). I just deleted that