On Mon, Sep 8, 2014 at 12:01 PM, venkat kulkarni
<[email protected]> wrote:
> Hello,
>          I am running below JCL to take backup of my catalog into PS but
> not sure, what I am getting this GDG dataset issue.
>
>
> 000001 //MVSLIST      JOB MVSLIST,LISTCAT,CLASS=A,MSGCLASS=A
> 000002 //LIST     EXEC PGM=IDCAMS,REGION=0M
> 000003 //SYSPRINT DD DSN=CATLIST.LIST(+1),
> 000004 //            DISP=(NEW,CATLG,DELETE),
> 000005 //            DCB=(GDG,LRECL=133,RECFM=VBA,BLKSIZE=5320),
> 000006 //            SPACE=(CYL,(60,5),RLSE),
> 000007 //            UNIT=3390,VOL=SER=SMPWK1
> 000008 //SYSIN    DD DSN=BACK.SYSIN(CATLIST),DISP=SHR
> 000009 //*
>
> O/P
>
>  STMT NO. MESSAGE
>         5 IEFC001I PROCEDURE FTPCATW WAS EXPANDED USING SYSTEM LIBRARY
> SYS2.PROC
> ICH70001I VENKAT1  LAST ACCESS AT 08:55:57 ON MONDAY, SEPTEMBER 8, 2014
> IEFA107I MVSLIST LIST SYSPRINT - DATA SET CATLIST.LIST.G1006V00 NOT FOUND
<snip>
> Any clue.

From:

http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieam800/idg28878.htm
<quote>
...
The data set name specified on the DCB parameter or on the REF
subparameter of the VOLUME parameter was not cataloged or did not
contain all the levels of qualification, so that the system could not
locate the data set.
...
The SER subparameter of the VOLUME parameter specified an SMS-managed
volume and the data set was not cataloged.

</quote>

So: (1) is GDG a valid, catalogued, disk resident data set? (2) is
SMPWK1 SMS managed?

-- 
There is nothing more pleasant than traveling and meeting new people!
Genghis Khan

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to