Bo Xie wrote:
First thing: when posting to ibm-main, be
sure your reply-to is set to ibm-main also,
otherwise people will reply to you directly
and the ibm-main folks will not see the
subsequent discussion.


Thank you very much for your reply!!!

Sorry, I don't know how to set my reply-to to ibm-main instead of my
own gmail. I've also subscribed another
maillists(eg.ffmpeg,mplayer,etc), and there are not any similar
settings which I need to do. If you know how to let my gmail set
reply-to to ibm-main instead of my own gmail box, please let me know.
Thank you very much!

Sorry, can't help you there. I can help
with Netscape and Firefox, but gmail is
not a product / service I have worked with.



[snip]

HINT: Check your logon proc to see if you
have ISPF data sets allocated at logon.


I can type in "ISPF" in TSO READY prompt and enter into ISPF, then I
think my logon proc is good and I have ISPF data sets allocated at
logon.

[snip]


My Proc name is following
----------- Userid ===> IBMUSER Password ===> Procedure ===> IKJACCTM Acct Nmbr ===> ACCT# Size ===> 2096128 Perform ===> Command ===> -----------
And the following is the content of my logon procedure IKJACCTM
-----------
BROWSE ADCD.ZOSV1R3.PROCLIB(IKJACCTM) - 01.04 Line 00000000 Col 001 080 Command ===> Scroll ===> PAGE ********************************* Top of Data **********************************
//********************************************************************  00001002
//*                                                                     00002002
//*                 ISPF FULL-FUNCTION LOGON PROC                       00003002
//*                                                                     00004002
//********************************************************************* 00005002
//*KJACCTM PROC //ISPMENU EXEC PGM=IKJEFT01,REGION=0M,DYNAMNBR=256, 00006002
//             PARM='%ISPMENU'                                          00007002
//SYSPROC DD DISP=SHR,DSN=ADCD.ZOSV1R3.CLIST 0000910 //SYSHELP DD DISP=SHR,DSN=SYS1.HELP 0001980 // DD DISP=SHR,DSN=ISP.SISPHELP 0001990 // DD DISP=SHR,DSN=TCPIP.SEZAHELP 0002010 //SYSLBC DD DISP=SHR,DSN=SYS1.BRODCAST 00009007
//SYSPRINT DD  TERM=TS,SYSOUT=*                                         00009007
//SYSTERM  DD  TERM=TS,SYSOUT=*                                         00009007
//SYSIN    DD  TERM=TS                                                  00009007
******************************** Bottom of Data ********************************
-----------


Look in USER.PROCLIB, the ADCD proclib, and SYS1.PROCLIB for
the proc (in this order; stop when you find it). This proc
should include DD statements with names like ISPLLIB, ISPMLIB,
and so on. If not, you need to add them.




How can I know what's the default ISPLLIB,ISPMLIB? I type in "d
ISPLLIB" in IPL console and the system says:
00- 00.05.01 d ISPLLIB 00.05.01 IEE305I D COMMAND INVALID I mean I will concatenate SYS1.SBPXPENU to default(exist) ISPPLIB, but
I don't know what is the default ISPPLIB.

I'm not sure what you are doing or why.

If you can get into ISPF, then go to option 3.4

Tab to the line that says Dsname level ....
and enter **.IS* then press <Enter>

this will give you a list of data sets. The
data sets with names containing ISF and ISP
for the high level qualifier are the IBM-supplied
libraries ISPF libraries.

My logon proc is 168 lines long, too long to include
in an ibm-main post. But here are a few parts that
may be helpful:

//SYSPROC  DD  DISP=SHR,DSN=USER.CLIST,UNIT=3390,VOL=SER=Z6SYS1
//         DD  DISP=SHR,DSN=ADCD.Z16.CLIST,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=ISP.SISPCLIB,UNIT=3390,VOL=SER=Z6RES1
.
.
.
//SYSEXEC  DD  DISP=SHR,DSN=USER.EXEC,UNIT=3390,VOL=SER=Z6SYS1
//         DD  DISP=SHR,DSN=ISP.SISPEXEC,UNIT=3390,VOL=SER=Z6RES1
.
.
.
//SYSHELP  DD  DISP=SHR,DSN=SYS1.HELP,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=ISP.SISPHELP,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=FAN140.SFANHENU,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=FAN140.SEAGHENU,UNIT=3390,VOL=SER=Z6RES1
//ISPLLIB  DD  DISP=SHR,DSN=USER.ISPLLIB,UNIT=3390,VOL=SER=Z6SYS1
//         DD  DISP=SHR,DSN=DSN810.SDSNEXIT,UNIT=3390,VOL=SER=Z6DB81
//         DD  DISP=SHR,DSN=DSN810.SDSNLOAD,UNIT=3390,VOL=SER=Z6DB81
.
.
.
//ISPMLIB  DD  DISP=SHR,DSN=USER.ISPMLIB,UNIT=3390,VOL=SER=Z6SYS1
//         DD  DISP=SHR,DSN=ISP.SISPMENU,UNIT=3390,VOL=SER=Z6RES1
.
.
.
//ISPEXEC  DD  DISP=SHR,DSN=ISP.SISPEXEC,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=SYS1.SBPXEXEC,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=CSQ531.SCSQEXEC,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=EUV.SEUVEXEC,UNIT=3390,VOL=SER=Z6RES2
//ISPPLIB  DD  DISP=SHR,DSN=USER.ISPPLIB,UNIT=3390,VOL=SER=Z6SYS1
//         DD  DISP=SHR,DSN=ADCD.Z16.DBS.ISPPLIB,
//             UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=ADCD.Z16.ISPPLIB,UNIT=3390,
//             VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=ISP.SISPPENU,UNIT=3390,VOL=SER=Z6RES1
.
.
.
//ISPSLIB  DD  DISP=SHR,DSN=ISP.SISPSLIB,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=GIM.SGIMSENU,UNIT=3390,VOL=SER=Z6RES2
//         DD  DISP=SHR,DSN=ISP.SISPSENU,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=ISF.SISFSLIB,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=SYS1.DGTSLIB,UNIT=3390,VOL=SER=Z6RES1
.
.
.
//ISPTLIB  DD  DISP=SHR,DSN=ISP.SISPTENU,UNIT=3390,VOL=SER=Z6RES1
//         DD  DISP=SHR,DSN=SYS1.DGTTLIB,UNIT=3390,VOL=SER=Z6RES1
.
.
.

Hope this helps.

Kind regards,

-Steve Comstock

Thank you!

Best Regards,
Xie Bo

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