Re: remembering CPSYNTAX

2007-04-03 Thread Rich Greenberg
On: Tue, Apr 03, 2007 at 03:19:07PM +1000,Ivica Brodaric Wrote: } You meant: then exit synrc } > If synrc \= 0 } > then exit rc Yes, thanks for catching my typo. -- Rich Greenberg N Ft Myers, FL, USA richgr atsign panix.com + 1 239 543 1353 Eastern time. N6LRT I speak for myself & my d

Re: remembering CPSYNTAX

2007-04-03 Thread Mrohs, Ray
der Heij > Sent: Friday, March 30, 2007 7:52 PM > To: IBMVM@LISTSERV.UARK.EDU > Subject: Re: remembering CPSYNTAX > > On 3/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > what is the purpose of the FILEL * * W line in this exec? > > is it just

Re: remembering CPSYNTAX

2007-04-02 Thread Ivica Brodaric
You meant: then exit synrc If synrc \= 0 then exit rc

Re: remembering CPSYNTAX

2007-03-31 Thread Rich Greenberg
On: Fri, Mar 30, 2007 at 11:32:41AM -0400,Mrohs, Ray Wrote: I would suggest a bit of added code here: } MODCF1 EXEC } } /* Get, FILEL, and put back system CF1 disk */ } 'CPREL A' } 'CP LINK * CF1 CF1 W' } 'ACC CF1 W' } 'ACC 193 Z' } 'FILEL * * W' } say 'Checking the SYSTEM CONFIG file for errors

Re: remembering CPSYNTAX

2007-03-30 Thread Rob van der Heij
On 3/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: what is the purpose of the FILEL * * W line in this exec? is it just a visual check to see that you have gotten the disk accessed? I fear that's where he invokes the editor to modify the system configuration file. I am pretty sure I wo

Re: remembering CPSYNTAX

2007-03-30 Thread phillip
what is the purpose of the FILEL * * W line in this exec? is it just a visual check to see that you have gotten the disk accessed? Ray wrote: |MODCF1 EXEC | |/* Get, FILEL, and put back system CF1 disk */ |'CPREL A' |'CP LINK * CF1 CF1 W' |'ACC CF1 W' |'ACC 193 Z' |'FILEL * * W' |say 'Checking t

Re: remembering CPSYNTAX

2007-03-30 Thread Mrohs, Ray
G W' 'REL W (DET' 'REL Z' 'CPACC MAINT CF1 A SR' Exit You can create other execs for CF2 and CF3. Ray Mrohs U.S. Department of Justice 202-307-6896 > -Original Message- > From: The IBM z/VM Operating System > [mailto:[EMAIL PROTECTED] On Beha

Re: remembering CPSYNTAX

2007-03-30 Thread Mark Pace
On 3/30/07, Shimon Lebowitz <[EMAIL PROTECTED]> wrote: Alternatively, if you have a fancy XEDIT profile, you could set it up to run CPSYNTAX *every* time you save/file the config file. I just did that. I have an exec that does all the cprel/link/access/rel/cpacc commands, so I just added i

remembering CPSYNTAX

2007-03-30 Thread Shimon Lebowitz
> I can never seem to remember the CPSYNTAX command. Try adding about a dozen comment lines to the beginning of your config file, stating loudly (in CAPS!) something like: REMEMBER TO RUN CPSYNTAX FROM MAINT 193! I did that and it worked for me. :-) Alternatively, if you have a fancy XEDI