On Tue, Aug 26, 2014 at 6:35 AM, Mark Pace <[email protected]> wrote:
> I want to add a couple of parameters to my usual LOCSITE command, except
> now it will be longer than 72 characters.  Looking at the manual it doesn't
> say if there is a way to make a continuation or if you can use multiple
> LOCSITE commands.  Anyone know the correct way to do this?
>
> --
>
> Mark D Pace

LOCSITE command are accumulative. If you set a parameter multiple
times, the last value set is the one used thereafter. I have often
used multiple.

e.g.

LOCSITE LRECL=80
LOCSITE RECFM=FB
LOCSITE UNIT=SYSDA

and

LOCSITE LRECL=80,RECFM=FB,UNIT=SYSDA

have the same effect .

-- 
There is nothing more pleasant than traveling and meeting new people!
Genghis Khan

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to