-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Johnny Luo
Sent: Saturday, August 25, 2007 12:48 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Strange behavior of START command(Keyword parms)

Hi,

I'm testing START command on a z/os 1.7 system and something surprised me.
Note the following console message:

First time:

S STC0001,3390,JOBNAME=JOHNNY,SUB=JES2
IEE308I START    TERM LENGTH ERROR
IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=*UNAVAIL, ASID=0019

Then change the order of two keyword parms:

S STC0001,3390,SUB=JES2,JOBNAME=JOHNNY
$HASP100 JOHNNY   ON STCINRDR

So the order of keyword parms does matter?

But after I removed the positional parm 3390(device type):

S STC0001,JOBNAME=JOHNNY,SUB=JES2
$HASP100 JOHNNY   ON STCINRDR

It works. However, why 'S STC0001,3390,JOBNAME=JOHNNY,SUB=JES2 ' will give
me a TERM LENGTH ERROR is still beyond my knowledge.

Anyone can help me?

Thanks.

--
Best Regards,
Johnny Luo

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the
archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to