Helio,

All of the previous responses referenced the user manually changing their 
personal settings and that must be done on every instance of your ISPF Profile 
dataset. For a single system environment, you are doing this only one time. 
For large environments(Multi-LPAR,Multi-PLEX) you would have to perform this 
manual step for each system that you sign on to.

The Systems Programmer responsible for ISPF can set the Log and List dataset 
defaults by using the ISPF Dialog ISPCCONF. This is documented in the 
Planning and Customization guide. The key variables are
LOG_DATA_SET_DISPOSITION
LOG_PAGES_PRIMARY_QUANTITY
LOG_PAGES_SECONDARY_QUANTITY

If the installation decides to default to No Log Dataset then
LOG_DATA_SET_DISPOSITION should be coded to default Delete
and LOG_PAGES_PRIMARY_QUANTITY coded for 0 (Zero) Pages.
For consistency sake, I also code LOG_PAGES_SECONDARY_QUANTITY
as zero also. The defaults are used when a fresh Profile dataset is used(i.e. 
first time signon or delete/reallocate User's Profile Dataset).

Gene

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