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" <[email protected]> To: [email protected] 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 [email protected] 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 [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

