Hello Linda, I'll never stop doing my part. Thanks for the help.
Sergio -----Mensagem original----- De: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] Em nome de Linda Mooney Enviada em: terça-feira, 28 de junho de 2011 18:59 Para: IBM-MAIN@bama.ua.edu Assunto: Re: RES: JES2 OFFLOAD Question Hi Sergio, This looks like the default coding from sys1.parmlib, so it appears that you have not customized this at all yet. Please get in the habit now of using the documentation as it contains many examples. Most of us here on the forum are very willing to help, but only if do your part too. I would encourage you to really read through all of the explanations and documentation for the JES2 offload. There are many settings and each shop needs to set this up according to the shop's specific needs. Just remember, set what you want, and set the work selection criteria (WS) so that the offload will 'care' about what you want. It takes some practice to get good at using offload. I have three offloads set up in my JES2 parms - I have given you my parameters for all of the parts for OFFLOAD1 only. If you define more than one offload, be sure to have a full set of definitions for offload. This is entered into my local copy of PARMLIB(JES2PARM) which is concatenated above SYS1.PARMLIB in my shop. *------------------------* | Offload Data Sets | *------------------------* */ OFFLOAD(1) DSN=my.dsname.OFF1, UNIT=3590, RETPD=30, PROTECT=NO, LABEL=SL OFFLOAD(2) DSN=my.dsname.OFF2, UNIT=3590, RETPD=30, PROTECT=NO, LABEL=SL OFFLOAD(3) DSN=my.dsname.OFF3, UNIT=359 0, RETPD=30, PROTECT=NO, LABEL=SL /* The rest of this is for OFFLOAD1 only */ OFF(1).JR CLASS=, */ HOLD=, /* Reload Held - Non-Held */ JOBNAME=, /* Reload Any Job Name */ /* Modify Jobs on Reload */ MOD=(CLASS=, /* - Don't Change Class */ HOLD=, /* - Don't Change Hold */ ROUTECDE=, /* - Don't Change Dest'n */ SYSAFF=), /* - Don't Change SysAff. */ NOTIFY=NO, /* Don't Notify on Reload */ RANGE=J1-32767, /* Reload All Job Numbers */ ROUTECDE=(), /* Reload Jobs w/Any Dest */ START=YES, /* Started with $S OFFLOAD */ SYSAFF=(), /* Reload Jobs with Any Aff */ WS=(/) /* Job Selection Criteria */ /* */ OFF(1).JT CLASS=, */ DISP=DELETE, /* Purge after Offload */ HOLD=, /* Select Held - Non-Held */ JOBNAME=, /* Select Any Job Name */ NOTIFY=NO, /* Don't Notify on Offld. */ RANGE=J1-32767, /* Select All Job Numbers */ ROUTECDE=(), /* Select Jobs w/Any Dest */ START=YES, /* Started with $S OFFLOAD */ SYSAFF=(), /* Select Jobs with Any Aff */ VOLUME=(), /* Select Any Spool Volume */ WS=(/) /* Job Selection Criteria */ /* */ OFF(1).SR BURST=, */ OUTDISP=(W,H,K,L), /* SIE Change */ FCB=, /* Select Any FCB */ FLASH=, /* Select Any/No Flash */ FORMS=, /* Select Any FORMS ID */ HOLD=, /* Selct Held/Non-Hld Jobs */ JOBNAME=, /* Select Any Job Name */ /* Modify Following on Reload */ MOD=(BURST=, /* - Don't Change Burst */ FCB=, /* - Don't Change FCB */ FLASH=, /* - Don't Change Flash */ FORMS=, /* - Don't Change Forms */ HOLD=, /* - Don't Change Hold */ PRMODE=, /* - Don't Change PRMODE */ QUEUE=, /* - Don't Change Class */ ROUTECDE=, /* - Don't Change Destn */ UCS=, /* - Don't Change UCS */ WRITER=), /* - Don't Change writer */ NOTIFY=NO, /* Don't Notify on reload */ PRMODE=(), /* Select Any PRMODE */ QUEUE=, /* Select Any Sysout Class */ RANGE=J1-32767, /* Select All Job Numbers */ ROUTECDE=(), /* Select Jobs w/Any Dest */ START=YES, /* Started with $S OFFLOAD */ UCS=, /* Select any UCS */ WRITER=, /* Select any Writer */ WS=(/) /* Job Selection Criteria */ /* - Class Only */ /* */ OFF(1).ST BURST=, */ DISP=DELETE, /* Purge after Offload */ RANGE=J1-32767, /* Select All Job Numbers */ ROUTECDE=(), /* Select Jobs w/Any Dest */ START=YES, /* Started with $S OFFLOAD */ SYSAFF=(), /* Select Jobs with Any Aff */ VOLUME=(), /* Select Any Spool Volume */ WS=(/) /* Job Selection Criteria */ /* */ ----- Original Message ----- From: "Sérgio Lima Costa" <sergio.co...@cetip.com.br> To: IBM-MAIN@bama.ua.edu Sent: Tuesday, June 28, 2011 1:38:18 PM Subject: RES: JES2 OFFLOAD Question Linda, Here, is the definition off JES2PARM : */ OFFLOAD1 DSN=SYS1.OFFLOAD /* DATA SET NAME DSN ohwnc*/ /* No. of Devices (units) UNITCT ohwnc*/ /* */ /* *--------------------------------------* * JES2 Options Definition * *--------------------------------------* */ OPTSDEF LIST=NO, /* Do not copy following init. hwnc*/ /* stmts. to HARDCOPY console */ LOG=NO, /* Do not copy following init stmts hwnc*/ /* to printer defined on HASPLIST */ SPOOL=NOVALIDATE /* Do not validate track group map nc*/ /*--------------------------------------*/ /* The following options can only */ /* be overridden when the JES2 */ /* initialization process is in */ /* CONSOLE mode. */ /*--------------------------------------*/ Below the resulto f the command : $DU,OFFLOAD1 $HASP882 OFFLOAD1 663 $HASP882 OFFLOAD1 DSN=SYS1.OFFLOAD,STATUS=DRAINED,ARCHIVE=ONE, $HASP882 CRTIME=RESET,LABEL=SL,PROTECT=NO,RETPD=30, $HASP882 TRACE=NO,UNIT=(,1),VALIDATE=YES,VOLS=255 $HASP884 OFF1.JT 664 $HASP884 OFF1.JT STATUS=STARTABLE,CLASS=,CREATOR=,DISP=DELETE, $HASP884 HOLD=,JOBNAME=,LIMIT=(0,*),NOTIFY=NO, $HASP884 RANGE=(J1,999999),ROUTECDE=(),START=YES, $HASP884 SCHENV=,SRVCLASS=,SYSAFF=(NONE),VOLUME=(,,,), $HASP884 WS=(CL/) $HASP886 OFF1.ST 665 $HASP886 OFF1.ST STATUS=STARTABLE,CREATOR=,DISP=DELETE, $HASP886 OUTDISP=(WRITE,KEEP),HOLD=,JOBNAME=,NOTIFY=NO, $HASP886 RANGE=(J1,999999),ROUTECDE=(),START=YES, $HASP886 VOLUME=(,,,),WS=(Q,OUTD/),BURST=,FCB=,FLASH=, $HASP886 FORMS=(,,,,,,,),LIMIT=(0,*),PLIM=(0,*), $HASP886 PRMODE=(),QUEUE=,UCS=,WRITER= $HASP883 OFF1.JR 666 $HASP883 OFF1.JR STATUS=STARTABLE,CLASS=,CREATOR=,HOLD=, $HASP883 JOBNAME=,MOD=(CLASS=,HOLD=,ROUTECDE=,SYSAFF=), $HASP883 NOTIFY=NO,RANGE=(J1,2147483647),ROUTECDE=(), $HASP883 SCHENV=,SRVCLASS=,START=YES,SYSAFF=(NONE), $HASP883 WS=(CL/) $HASP885 OFF1.SR 667 $HASP885 OFF1.SR STATUS=STARTABLE,OUTDISP=(WRITE,HOLD,KEEP, $HASP885 LEAVE),CREATOR=,HOLD=,JOBNAME=,MOD=(BURST=, $HASP885 OUTDISP=,FCB=,FLASH=,FORMS=,HOLD=,PRMODE=, $HASP885 QUEUE=,ROUTECDE=,UCS=,WRITER=),NOTIFY=NO, $HASP885 RANGE=(J1,2147483647),ROUTECDE=(),START=YES, $HASP885 WS=(Q,OUTD/),BURST=,FCB=,FLASH=,FORMS=(,,,,,,, $HASP885 ),PRMODE=(),QUEUE=,UCS=,WRITER= Thanks again Linda and Best Regards, Sergio -----Mensagem original----- De: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] Em nome de Linda Mooney Enviada em: terça-feira, 28 de junho de 2011 16:56 Para: IBM-MAIN@bama.ua.edu Assunto: Re: RES: JES2 OFFLOAD Question Hi Sergio, The setup is different, the start and drain commands are the same. Init and Tuning has a full explanation of each parameter. If you want further info/help, please post your offload definitions from your parmlib and the results of $DU,OFFLOADn (where n is the number for each offload you have defined.) HTH, Linda ----- Original Message ----- From: "Sérgio Lima Costa" <sergio.co...@cetip.com.br> To: IBM-MAIN@bama.ua.edu Sent: Tuesday, June 28, 2011 12:29:45 PM Subject: RES: JES2 OFFLOAD Question Hello Linda, Thanks very much for your help. Suppose that I Will want write in the tape, not on DASD. What are the way ? The command for OFFLOAD is the same? Thanks again, Sergio -----Mensagem original----- De: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] Em nome de Linda Mooney Enviada em: terça-feira, 28 de junho de 2011 15:42 Para: IBM-MAIN@bama.ua.edu Assunto: Re: JES2 OFFLOAD Question Hi Sergio, Please have another look at JES2 Init and Tuning. You have a mixed up set of parameters coded. For example, you have defined a SMS controlled DASD dataset, yet you have you volumes set at 255, which is greater than the limit permitted for a SMS DASD dataset. You have UNIT=(,1) and LABEL=SL coded, which are used for tape, not for a catlogued DASD dataset. Additionally, have a look at how to code the start up settings for how you want this offload device (and any additional offload devices) set up in your JES2PARM member in your parmlib . I have 3 offloads defined, and we use them for different purposes. Also, you only included the 2 offload transmitters, I don't see anything for the receivers. When it comes time to reload the queue, you will need them. HTH, Linda ----- Original Message ----- From: "Sérgio Lima Costa" <sergio.co...@cetip.com.br> To: IBM-MAIN@bama.ua.edu Sent: Tuesday, June 28, 2011 9:29:58 AM Subject: JES2 OFFLOAD Question Hello List, We are tried execute a JES OFFLOAD here, and this don't work. We made what is wrote in JES2 Initialization and tunning Guide. $D SPL $HASP893 VOLUME(Z2SPL1) STATUS=ACTIVE,PERCENT=99 $HASP893 VOLUME(Z2SPL2) STATUS=ACTIVE,PERCENT=72 $HASP646 81.1087 PERCENT SPOOL UTILIZATION $T OFFLOAD1,DSN=SUP.JES.OFFLOAD $HASP882 OFFLOAD1 184 $HASP882 OFFLOAD1 DSN=SUP.JES.OFFLOAD,STATUS=DRAINED, $HASP882 ARCHIVE=ONE,CRTIME=RESET,LABEL=SL,PROTECT=NO, $HASP882 RETPD=30,TRACE=NO,UNIT=(,1),VALIDATE=YES, $HASP882 VOLS=255 First, create this file : Command ===> Data Set Name . . . . : SUP.JES.OFFLOAD General Data Current Allocation Management class . . : SUPORTE Allocated cylinders : 100 Storage class . . . : DEFAULT Allocated extents . : 1 Volume serial . . . : GRV309 Device type . . . . : 3390 Data class . . . . . : GRANDE Organization . . . : PS Current Utilization Record format . . . : U Used cylinders . . : 0 Record length . . . : 4042 Used extents . . . : 0 Block size . . . . : 4042 1st extent cylinders: 100 Secondary cylinders : 10 Dates Data set name type : Creation date . . . : 2011/06/27 SMS Compressible. . : NO Referenced date . . : 2011/06/27 Expiration date . . : 2011/07/27 But when try run the OFFLOAD nothing happen. $S OFFLOAD1,TYPE=TRANSMIT $HASP000 OK IEF196I IGD103I SMS ALLOCATED TO DDNAME SYS00003 $HASP524 OFF1.JT INACTIVE $HASP534 OFF1.ST INACTIVE $D SPL $HASP893 VOLUME(Z2SPL1) STATUS=ACTIVE,PERCENT=99 $HASP893 VOLUME(Z2SPL2) STATUS=ACTIVE,PERCENT=72 $HASP646 81.1087 PERCENT SPOOL UTILIZATION Any help please ? Thanks very much. Sergio ________________________________ "Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) acima identificado(s), podendo conter informações e/ou documentos confidencias/privilegiados e seu sigilo é protegido por lei. Caso você tenha recebido por engano, por favor, informe o remetente e apague-a de seu sistema. Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, cópia ou uso sem expressa autorização do remetente. Opiniões pessoais do remetente não refletem, necessariamente, o ponto de vista da companhia, o qual é divulgado somente por pessoas autorizadas." "Warning: This message was sent for exclusive use of the addressees above identified, possibly containing information and or privileged/confidential documents whose content is protected by law. In case you have mistakenly received it, please notify the sender and delete it from your system. Be noticed that the law forbids the retention, dissemination, distribution, copy or use without express authorization from the sender. Personal opinions of the sender do not necessarily reflect the company's point of view, which is only divulged by authorized personnel." ---------------------------------------------------------------------- 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 "Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) acima identificado(s), podendo conter informações e/ou documentos confidencias/privilegiados e seu sigilo é protegido por lei. Caso você tenha recebido por engano, por favor, informe o remetente e apague-a de seu sistema. Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, cópia ou uso sem expressa autorização do remetente. Opiniões pessoais do remetente não refletem, necessariamente, o ponto de vista da companhia, o qual é divulgado somente por pessoas autorizadas." "Warning: This message was sent for exclusive use of the addressees above identified, possibly containing information and or privileged/confidential documents whose content is protected by law. In case you have mistakenly received it, please notify the sender and delete it from your system. Be noticed that the law forbids the retention, dissemination, distribution, copy or use without express authorization from the sender. Personal opinions of the sender do not necessarily reflect the company's point of view, which is only divulged by authorized personnel." ---------------------------------------------------------------------- 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 "Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) acima identificado(s), podendo conter informações e/ou documentos confidencias/privilegiados e seu sigilo é protegido por lei. Caso você tenha recebido por engano, por favor, informe o remetente e apague-a de seu sistema. Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, cópia ou uso sem expressa autorização do remetente. Opiniões pessoais do remetente não refletem, necessariamente, o ponto de vista da companhia, o qual é divulgado somente por pessoas autorizadas." "Warning: This message was sent for exclusive use of the addressees above identified, possibly containing information and or privileged/confidential documents whose content is protected by law. In case you have mistakenly received it, please notify the sender and delete it from your system. Be noticed that the law forbids the retention, dissemination, distribution, copy or use without express authorization from the sender. Personal opinions of the sender do not necessarily reflect the company's point of view, which is only divulged by authorized personnel." ---------------------------------------------------------------------- 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 "Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) acima identificado(s), podendo conter informações e/ou documentos confidencias/privilegiados e seu sigilo é protegido por lei. Caso você tenha recebido por engano, por favor, informe o remetente e apague-a de seu sistema. Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, cópia ou uso sem expressa autorização do remetente. Opiniões pessoais do remetente não refletem, necessariamente, o ponto de vista da companhia, o qual é divulgado somente por pessoas autorizadas." "Warning: This message was sent for exclusive use of the addressees above identified, possibly containing information and or privileged/confidential documents whose content is protected by law. In case you have mistakenly received it, please notify the sender and delete it from your system. Be noticed that the law forbids the retention, dissemination, distribution, copy or use without express authorization from the sender. Personal opinions of the sender do not necessarily reflect the company's point of view, which is only divulged by authorized personnel." ---------------------------------------------------------------------- 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