On Fri, 4 Jan 2008 13:50:00 -0800, Ulrich Krueger  wrote:

>Gil,
>We're strictly talking _JCL_-_PARM_ parameters here, where there does exist
>a 100-byte length limit imposed by JCL syntax rules.

Any program that is invoked in JCL can also be called by another program.  Do 
you know any program that breaks if passed a parm > 100 bytes long?

>...
>
>Ever since I've learned writing programs in COBOL, Assembler or a few other
>languages many years ago, I have always coded a 100-byte storage area to
>receive the PARM data area from JCL.

Why would you do that?  When you get control, register 1 points to a word 
containing the address of the PARM (including the halfword length).  There is 
no need to move it.

-- Tom Marchant

----------------------------------------------------------------------
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