Re: Default ISPPROF

2011-03-21 Thread Dave Salt
Put a copy of REVPROF in any of the data sets attached to ISPTLIB. When a new 
user goes into REVIEW for the first time, ISPF sees they don't have a member 
called REVPROF in their ISPPROF data set, and so it searches for REVPROF in the 
ISPTLIB data sets. If it finds it, it copies it from there. If it doesn't find 
it, it copies the user's own ISRPROF member.

HTH,
 
Dave Salt

SimpList(tm) - try it; you'll get it! 

http://www.mackinney.com/products/program-development/simplist.html  





> Date: Mon, 21 Mar 2011 09:57:42 -0400
> From: pacemainl...@gmail.com
> Subject: Default ISPPROF
> To: IBM-MAIN@bama.ua.edu
> 
> What populates the default userid.ISPF.ISPPROF?  I've installed REVIEW and
> part of the directions are to copy REVPROF into your ISPPROF.  I may have to
> do this for each existing user, but where can I add this so that any new
> users will have it automatically?
> 
> -- 
> Mark D Pace
> Senior Systems Engineer
> Mainline Information Systems
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
  
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Default ISPPROF

2011-03-21 Thread Mark Pace
Hmm.  REVIEW must do something weird.  I move REVPROF into a library in the
ISPTLIB search chain.  Start REVIEW and it does not find the REVPROF.  I did
a DDLIST and MEMBER REVPROF and it does find it in the library in the
ISPTLIB chain.  I moved REVPROF into the users ISPF.ISPPROF and it works
perfectly.

On Mon, Mar 21, 2011 at 11:32 AM, Dave Salt  wrote:

> Put a copy of REVPROF in any of the data sets attached to ISPTLIB. When a
> new user goes into REVIEW for the first time, ISPF sees they don't have a
> member called REVPROF in their ISPPROF data set, and so it searches for
> REVPROF in the ISPTLIB data sets. If it finds it, it copies it from there.
> If it doesn't find it, it copies the user's own ISRPROF member.
>
> HTH,
>
> Dave Salt
>
> SimpList(tm) - try it; you'll get it!
>
> http://www.mackinney.com/products/program-development/simplist.html
>
>
>
>
>
> > Date: Mon, 21 Mar 2011 09:57:42 -0400
> > From: pacemainl...@gmail.com
> > Subject: Default ISPPROF
> > To: IBM-MAIN@bama.ua.edu
> >
> > What populates the default userid.ISPF.ISPPROF?  I've installed REVIEW
> and
> > part of the directions are to copy REVPROF into your ISPPROF.  I may have
> to
> > do this for each existing user, but where can I add this so that any new
> > users will have it automatically?
> >
> > --
> > Mark D Pace
> > Senior Systems Engineer
> > Mainline Information Systems
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> > Search the archives at http://bama.ua.edu/archives/ibm-main.html
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>



-- 
Mark D Pace
Senior Systems Engineer
Mainline Information Systems

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Default ISPPROF

2011-03-21 Thread Dave Salt
Does REVIEW run under an applid called REV? For example, do you start it by 
doing something like this:

SELECT CMD(%REVIEW) NEWAPPL(REV)

If so, it should use REVPROF as the profile.   
 
Dave Salt

SimpList(tm) - try it; you'll get it! 

http://www.mackinney.com/products/program-development/simplist.html  





> Date: Mon, 21 Mar 2011 12:53:53 -0400
> From: pacemainl...@gmail.com
> Subject: Re: Default ISPPROF
> To: IBM-MAIN@bama.ua.edu
> 
> Hmm.  REVIEW must do something weird.  I move REVPROF into a library in the
> ISPTLIB search chain.  Start REVIEW and it does not find the REVPROF.  I did
> a DDLIST and MEMBER REVPROF and it does find it in the library in the
> ISPTLIB chain.  I moved REVPROF into the users ISPF.ISPPROF and it works
> perfectly.
> 
> On Mon, Mar 21, 2011 at 11:32 AM, Dave Salt  wrote:
> 
> > Put a copy of REVPROF in any of the data sets attached to ISPTLIB. When a
> > new user goes into REVIEW for the first time, ISPF sees they don't have a
> > member called REVPROF in their ISPPROF data set, and so it searches for
> > REVPROF in the ISPTLIB data sets. If it finds it, it copies it from there.
> > If it doesn't find it, it copies the user's own ISRPROF member.
> >
> > HTH,
> >
> > Dave Salt
> >
> > SimpList(tm) - try it; you'll get it!
> >
> > http://www.mackinney.com/products/program-development/simplist.html
> >
> >
> >
> >
> >
> > > Date: Mon, 21 Mar 2011 09:57:42 -0400
> > > From: pacemainl...@gmail.com
> > > Subject: Default ISPPROF
> > > To: IBM-MAIN@bama.ua.edu
> > >
> > > What populates the default userid.ISPF.ISPPROF?  I've installed REVIEW
> > and
> > > part of the directions are to copy REVPROF into your ISPPROF.  I may have
> > to
> > > do this for each existing user, but where can I add this so that any new
> > > users will have it automatically?
> > >
> > > --
> > > Mark D Pace
> > > Senior Systems Engineer
> > > Mainline Information Systems
> > >
> > > --
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> > > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> >
> 
> 
> 
> -- 
> Mark D Pace
> Senior Systems Engineer
> Mainline Information Systems
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
  
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Default ISPPROF

2011-03-21 Thread Mark Pace
It's
RV,'CMD(REVIEW)'

Which made me look and find that there is an ALIAS REV, so I tried
RV,'CMD(REV)'

That didn't make it use the REVPROF either.

On Mon, Mar 21, 2011 at 1:39 PM, Dave Salt  wrote:

> Does REVIEW run under an applid called REV? For example, do you start it by
> doing something like this:
>
> SELECT CMD(%REVIEW) NEWAPPL(REV)
>
> If so, it should use REVPROF as the profile.
>
> Dave Salt
>
> SimpList(tm) - try it; you'll get it!
>
> http://www.mackinney.com/products/program-development/simplist.html
>
>
>
>
>
> > Date: Mon, 21 Mar 2011 12:53:53 -0400
> > From: pacemainl...@gmail.com
> > Subject: Re: Default ISPPROF
> > To: IBM-MAIN@bama.ua.edu
> >
> > Hmm.  REVIEW must do something weird.  I move REVPROF into a library in
> the
> > ISPTLIB search chain.  Start REVIEW and it does not find the REVPROF.  I
> did
> > a DDLIST and MEMBER REVPROF and it does find it in the library in the
> > ISPTLIB chain.  I moved REVPROF into the users ISPF.ISPPROF and it works
> > perfectly.
> >
> > On Mon, Mar 21, 2011 at 11:32 AM, Dave Salt  wrote:
> >
> > > Put a copy of REVPROF in any of the data sets attached to ISPTLIB. When
> a
> > > new user goes into REVIEW for the first time, ISPF sees they don't have
> a
> > > member called REVPROF in their ISPPROF data set, and so it searches for
> > > REVPROF in the ISPTLIB data sets. If it finds it, it copies it from
> there.
> > > If it doesn't find it, it copies the user's own ISRPROF member.
> > >
> > > HTH,
> > >
> > > Dave Salt
> > >
> > > SimpList(tm) - try it; you'll get it!
> > >
> > > http://www.mackinney.com/products/program-development/simplist.html
> > >
> > >
> > >
> > >
> > >
> > > > Date: Mon, 21 Mar 2011 09:57:42 -0400
> > > > From: pacemainl...@gmail.com
> > > > Subject: Default ISPPROF
> > > > To: IBM-MAIN@bama.ua.edu
> > > >
> > > > What populates the default userid.ISPF.ISPPROF?  I've installed
> REVIEW
> > > and
> > > > part of the directions are to copy REVPROF into your ISPPROF.  I may
> have
> > > to
> > > > do this for each existing user, but where can I add this so that any
> new
> > > > users will have it automatically?
> > > >
> > > > --
> > > > Mark D Pace
> > > > Senior Systems Engineer
> > > > Mainline Information Systems
> > > >
> > > >
> --
> > > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN
> INFO
> > > > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> > >
> > > --
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> > > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> > >
> >
> >
> >
> > --
> > Mark D Pace
> > Senior Systems Engineer
> > Mainline Information Systems
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> > Search the archives at http://bama.ua.edu/archives/ibm-main.html
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>



-- 
Mark D Pace
Senior Systems Engineer
Mainline Information Systems

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Default ISPPROF

2011-03-21 Thread Dave Salt
Use the NEWAPPL(REV) parm to launch REVIEW, and then it will use the REVPROF 
profile.
 
Dave Salt

SimpList(tm) - try it; you'll get it! 

http://www.mackinney.com/products/program-development/simplist.html  






> Date: Mon, 21 Mar 2011 13:50:15 -0400
> From: pacemainl...@gmail.com
> Subject: Re: Default ISPPROF
> To: IBM-MAIN@bama.ua.edu
> 
> It's
> RV,'CMD(REVIEW)'
> 
> Which made me look and find that there is an ALIAS REV, so I tried
> RV,'CMD(REV)'
> 
> That didn't make it use the REVPROF either.
> 
> On Mon, Mar 21, 2011 at 1:39 PM, Dave Salt  wrote:
> 
> > Does REVIEW run under an applid called REV? For example, do you start it by
> > doing something like this:
> >
> > SELECT CMD(%REVIEW) NEWAPPL(REV)
> >
> > If so, it should use REVPROF as the profile.
> >
> > Dave Salt
> >
> > SimpList(tm) - try it; you'll get it!
> >
> > http://www.mackinney.com/products/program-development/simplist.html
> >
> >
> >
> >
> >
> > > Date: Mon, 21 Mar 2011 12:53:53 -0400
> > > From: pacemainl...@gmail.com
> > > Subject: Re: Default ISPPROF
> > > To: IBM-MAIN@bama.ua.edu
> > >
> > > Hmm.  REVIEW must do something weird.  I move REVPROF into a library in
> > the
> > > ISPTLIB search chain.  Start REVIEW and it does not find the REVPROF.  I
> > did
> > > a DDLIST and MEMBER REVPROF and it does find it in the library in the
> > > ISPTLIB chain.  I moved REVPROF into the users ISPF.ISPPROF and it works
> > > perfectly.
> > >
> > > On Mon, Mar 21, 2011 at 11:32 AM, Dave Salt  wrote:
> > >
> > > > Put a copy of REVPROF in any of the data sets attached to ISPTLIB. When
> > a
> > > > new user goes into REVIEW for the first time, ISPF sees they don't have
> > a
> > > > member called REVPROF in their ISPPROF data set, and so it searches for
> > > > REVPROF in the ISPTLIB data sets. If it finds it, it copies it from
> > there.
> > > > If it doesn't find it, it copies the user's own ISRPROF member.
> > > >
> > > > HTH,
> > > >
> > > > Dave Salt
> > > >
> > > > SimpList(tm) - try it; you'll get it!
> > > >
> > > > http://www.mackinney.com/products/program-development/simplist.html
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > > Date: Mon, 21 Mar 2011 09:57:42 -0400
> > > > > From: pacemainl...@gmail.com
> > > > > Subject: Default ISPPROF
> > > > > To: IBM-MAIN@bama.ua.edu
> > > > >
> > > > > What populates the default userid.ISPF.ISPPROF?  I've installed
> > REVIEW
> > > > and
> > > > > part of the directions are to copy REVPROF into your ISPPROF.  I may
> > have
> > > > to
> > > > > do this for each existing user, but where can I add this so that any
> > new
> > > > > users will have it automatically?
> > > > >
> > > > > --
> > > > > Mark D Pace
> > > > > Senior Systems Engineer
> > > > > Mainline Information Systems
> > > > >
> > > > >
> > --
> > > > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > > > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN
> > INFO
> > > > > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> > > >
> > > > --
> > > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> > > > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> > > >
> > >
> > >
> > >
> > > --
> > > Mark D Pace
> > > Senior Systems Engineer
> > > Mainline Information Systems
> > >
> > > --
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> > > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> >
> 
> 
> 
> -- 
> Mark D Pace
> Senior Systems Engineer
> Mainline Information Systems
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
  
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Default ISPPROF

2011-03-21 Thread Mark Pace
Thank you, Dave.
That did the trick.

On Mon, Mar 21, 2011 at 2:06 PM, Dave Salt  wrote:

> Use the NEWAPPL(REV) parm to launch REVIEW, and then it will use the
> REVPROF profile.
>
> Dave Salt
>
> SimpList(tm) - try it; you'll get it!
>
> http://www.mackinney.com/products/program-development/simplist.html
>
>
>
>
>
>
> > Date: Mon, 21 Mar 2011 13:50:15 -0400
> > From: pacemainl...@gmail.com
> > Subject: Re: Default ISPPROF
> > To: IBM-MAIN@bama.ua.edu
> >
> > It's
> > RV,'CMD(REVIEW)'
> >
> > Which made me look and find that there is an ALIAS REV, so I tried
> > RV,'CMD(REV)'
> >
> > That didn't make it use the REVPROF either.
> >
> > On Mon, Mar 21, 2011 at 1:39 PM, Dave Salt  wrote:
> >
> > > Does REVIEW run under an applid called REV? For example, do you start
> it by
> > > doing something like this:
> > >
> > > SELECT CMD(%REVIEW) NEWAPPL(REV)
> > >
> > > If so, it should use REVPROF as the profile.
> > >
> > > Dave Salt
> > >
> > > SimpList(tm) - try it; you'll get it!
> > >
> > > http://www.mackinney.com/products/program-development/simplist.html
> > >
> > >
> > >
> > >
> > >
> > > > Date: Mon, 21 Mar 2011 12:53:53 -0400
> > > > From: pacemainl...@gmail.com
> > > > Subject: Re: Default ISPPROF
> > > > To: IBM-MAIN@bama.ua.edu
> > > >
> > > > Hmm.  REVIEW must do something weird.  I move REVPROF into a library
> in
> > > the
> > > > ISPTLIB search chain.  Start REVIEW and it does not find the REVPROF.
>  I
> > > did
> > > > a DDLIST and MEMBER REVPROF and it does find it in the library in the
> > > > ISPTLIB chain.  I moved REVPROF into the users ISPF.ISPPROF and it
> works
> > > > perfectly.
> > > >
> > > > On Mon, Mar 21, 2011 at 11:32 AM, Dave Salt 
> wrote:
> > > >
> > > > > Put a copy of REVPROF in any of the data sets attached to ISPTLIB.
> When
> > > a
> > > > > new user goes into REVIEW for the first time, ISPF sees they don't
> have
> > > a
> > > > > member called REVPROF in their ISPPROF data set, and so it searches
> for
> > > > > REVPROF in the ISPTLIB data sets. If it finds it, it copies it from
> > > there.
> > > > > If it doesn't find it, it copies the user's own ISRPROF member.
> > > > >
> > > > > HTH,
> > > > >
> > > > > Dave Salt
> > > > >
> > > > > SimpList(tm) - try it; you'll get it!
> > > > >
> > > > >
> http://www.mackinney.com/products/program-development/simplist.html
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > > Date: Mon, 21 Mar 2011 09:57:42 -0400
> > > > > > From: pacemainl...@gmail.com
> > > > > > Subject: Default ISPPROF
> > > > > > To: IBM-MAIN@bama.ua.edu
> > > > > >
> > > > > > What populates the default userid.ISPF.ISPPROF?  I've installed
> > > REVIEW
> > > > > and
> > > > > > part of the directions are to copy REVPROF into your ISPPROF.  I
> may
> > > have
> > > > > to
> > > > > > do this for each existing user, but where can I add this so that
> any
> > > new
> > > > > > users will have it automatically?
> > > > > >
> > > > > > --
> > > > > > Mark D Pace
> > > > > > Senior Systems Engineer
> > > > > > Mainline Information Systems
> > > > > >
> > > > > >
> > > --
> > > > > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > > > > send email to lists...@bama.ua.edu with the message: GET
> IBM-MAIN
> > > INFO
> > > > > > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> > > > >
> > > > >
> --
> > > > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > > > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN
> INFO
> > > &g

Re: Default ISPPROF

2011-03-26 Thread Donald Likens
We simply created an ISPF profile dataset (SYS2.ISPF.PROF) that was 
copied into the new user ISPF profile PDS the first time the new user 
logged on.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html