JESMSGLG :
15.10.21 JOB02012 ---- WEDNESDAY, 22 JUN 2011 ---- 15.10.21 JOB02012 IRR010I USERID IBMUSER IS ASSIGNED TO THIS JOB. 15.10.21 JOB02012 IRR011I SECLABEL SYSHIGH IS ASSIGNED TO THIS JOB. 15.10.22 JOB02012 ICH70001I IBMUSER LAST ACCESS AT 14:32:03 ON WEDNESDAY, JUNE 15.10.22 JOB02012 $HASP373 RESTORE$ STARTED - INIT 6 - CLASS T - SYS CTS3 15.10.22 JOB02012 IEF403I RESTORE$ - STARTED - TIME=15.10.22 15.10.22 JOB02012 *IEF233A M 0680,USRBKP,,RESTORE$,STEP1 15.19.25 JOB02012 IEC036I 002-30,IGC0005E,RESTORE$,STEP1,TAPE1,0680,USRBKP,BACK 15.19.27 JOB02012 IEF234E K 0680,USRBKP,PVT,RESTORE$,STEP1 15.19.27 JOB02012 IEF404I RESTORE$ - ENDED - TIME=15.19.27 15.19.27 JOB02012 $HASP395 RESTORE$ ENDED On Wed, Jun 22, 2011 at 3:32 PM, Jim McAlpine <[email protected]>wrote: > On Wed, Jun 22, 2011 at 10:32 AM, jagadishan perumal > <[email protected]>wrote: > > > Hi, > > > > I was trying to restore some dataset using the below JCL : > > > > 000001 //A255209$ JOB MSGCLASS=X,MSGLEVEL=(1,1),CLASS=B, > > 000002 // REGION=0M,NOTIFY=&SYSUID > > 000003 //RESTORE EXEC PGM=ADRDSSU > > 000004 //TAPE DD UNIT=680,DISP=SHR,LABEL=(1,SL), > > 000005 // DSN=BACKUP.USRBKP,VOL=SER=USRBKP > > 000006 //DASD DD UNIT=3390,VOL=SER=CT3T04,DISP=SHR > > 000007 //SYSPRINT DD SYSOUT=* > > 000008 //SYSIN DD * > > 000009 RESTORE INDDNAME(TAPE),OUTDDNAME(DASD) - > > 000010 DATASET(INCLUDE(XXA47467.**)) - > > 000011 CATALOG STORCLAS(STANDARD) MGMTCLAS(STANDARD) > > 000012 /* > > 000013 //* > > > > > > but i got the below error : > > > > 1PAGE 0001 5695-DF175 DFSMSDSS V1R12.0 DATA SET SERVICES > 2011.173 > > 14:32 > > - RESTORE INDDNAME(TAPE),OUTDDNAME(DASD) - > > 0007000 > > DATASET(INCLUDE(XXA47467.**)) - > > 0008000 > > CATALOG STORCLAS(STANDARD) MGMTCLAS(STANDARD) > > 0008100 > > ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND > 'RESTORE > > ' > > ADR109I (R/I)-RI01 (01), 2011.173 14:32:03 INITIAL SCAN OF USER CONTROL > > STATEME > > ADR016I (001)-PRIME(01), RACF LOGGING OPTION IN EFFECT FOR THIS > > TASK > > 0ADR006I (001)-STEND(01), 2011.173 14:32:03 EXECUTION > > BEGINS > > 0ADR049E (001)-STEND(01), 2011.173 14:47:42 DFSMSDSS FUNCTION TASK ABEND > > RECOVER > > > > CODE=0030 > > 0ADR415W (001)-TDDS (02), NO DATA SETS WERE COPIED, DUMPED, OR RESTORED > > FROM > > ANY > > 0ADR006I (001)-STEND(02), 2011.173 14:47:44 EXECUTION > > ENDS > > 0ADR013I (001)-CLTSK(01), 2011.173 14:47:44 TASK COMPLETED WITH RETURN > CODE > > 0008 > > 0ADR012I (SCH)-DSSU (01), 2011.173 14:47:44 DFSMSDSS PROCESSING COMPLETE. > > HIGHES > > TASK 001 > > > > > > I looked at IBM lookat message : > > > > *Explanation:* A function task request that an abend request be recovered > > and control returned to the function task for cleanup processing before > > terminating. This message is issued when an abend occurs and the function > > task abend recovery routine has successfully returned control to the > > function task. > > > > Could'nt figure out the exact syntax error with my JCL. Could anyone > please > > suggest me your idea. Meanwhile I am trying to trace the error behind > this. > > > > > > > > Regards, > > > > jags > > > > Looks like the CODE=0030 may be associated with an open/close error. Are > there any further messages in the JES2 JESMSGLG for this job related to an > abend. > > Jim McAlpine > > ---------------------------------------------------------------------- > 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

