Elardus Engelbrecht wrote:
johnnydeep san wrote:
I'm getting error "AMATERSE NOT FOUND" while unpack my received file . I couldn't find
"AMATERSE" member in any of the LIB in LNKLST, We use OS V 2.1 .
While googling i found AMATERSE is a base element come along with OS.
But it's not there , is it problem with OS ? or aim I missing anything ? .
You have a backup somewhere? Do you have other volsers containing SYS1.MIGLIB?
Look if you have GIMUNPCK or TRSMAIN.
If not, you're basically SOL and need to obtain a new copy of z.OS v2.1.
As someone else posted, the MIGLIB member can be re-created using the
SMP/E GENERATE command after you ACCEPT any PTFs that affected it.
Something like this should work, but I don't currently have CONTROL
access to a CSI to test it:
//S0 EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M
//*
//SMPCSI DD DISP=SHR,DSN=your CSI data set name
//*
//SMPOUT DD SYSOUT=*
//SMPRPT DD SYSOUT=*
//SMPLIST DD SYSOUT=*
//SMPLOG DD SYSOUT=*
//SMPPUNCH DD SYSOUT=*
//SMPHOLD DD DUMMY
//SMPPTFIN DD DUMMY
//JOBCARD DD DSN=data set name with a JOBCARD member
//SMPCNTL DD *
SET BDY(target) .
GENERATE FORFMID(HBB7790)
JOBCARD
(JOBCARD,JOBCARD) .
/*
In the SMPPUNCH data set, find the step that links AMATERSE. Delete the
other steps, and everything not related to AMATERSE in the step you find
it in, and run the job.
--
John Eells
IBM Poughkeepsie
[email protected]
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN