OnDemand Users Group

Support Forums => CMOD for z/OS Server => Topic started by: LWagner on June 02, 2015, 10:53:20 PM

Title: odd arsadmin unload error, -L
Post by: LWagner on June 02, 2015, 10:53:20 PM
Receiving 
   " The option >-L< argument >19905-116-0-292592-FAA-15947-15947< is invalid "
from
arsadmin unload -u ADMINid -p passwd -Q  -h ARSDBASE -g PDF0602 -L 19905-116-0-292592-FAA-15947-15947

The load-id is valid. 
I just extracted it from the system log 87 record.
Title: Re: odd arsadmin unload error, -L
Post by: jeffs42885 on June 03, 2015, 04:10:42 AM
This looks similar to the script that I use for MP.

./arsadmin unload -h$ODHOST -u$ODUSER -p$ODPW -g$APPLGRP -L$LOADID -Q

I would define ODUSER/ODPW/ODHOST and do -

scriptname AG LOADID

Maybe move the Q to the end?
Title: Re: odd arsadmin unload error, -L
Post by: Justin Derrick on June 03, 2015, 07:15:45 AM
There's a dash before the FAA.

-JD.