In a recent note, Helio said:
> Date: Wed, 31 Aug 2005 16:59:00 -0300
>
> 2 //RUNPGM EXEC PGM=BPXBATCH,DYNAMNBR=30,REGION=7400K,
> // PARM='SH /usr/lpp/EnterpriseDeveloper
> // /BuildServer/ccubldw.sh
> // 6666 1125503998 1'
> STMT NO. MESSAGE
> 2 IEFC642I EXCESSIVE PARAMETER LENGTH ON THE EXEC STATEMENT
>
> somebody can tell me where this the mistake, since the command that I
> execute in my work station to execute this job is the following
> c:\HEDS500\ccubldc - h [EMAIL PROTECTED] - b true - au USERID - ap PASSWORD
>
I reproduced this readily. To my surprise; something else
I didn't know about JCL syntax; I would have expected a message
about missing apostrophe or missing continuation.
Since you didn't edit the JCL, it's not your fault, but ccubldc's.
The solution is that the generated JCL should read:
3 // SET P1='/usr/lpp/EnterpriseDeveloper'
4 // SET P2='/BuildServer/ccubldw.sh'
5 //STEP EXEC PGM=BPXBATCH,DYNAMNBR=30,REGION=7400K,
// PARM='SH &P1 &P2 6666 1125503998 1'
... but you may not be in a position to enforce this. Submit a
problem report to the owner of ccubldc.
-- gil
--
StorageTek
INFORMATION made POWERFUL
----------------------------------------------------------------------
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