The dataset called "GDG" in your DCB also needs to exist and be cataloged somewhere on your new z/OS 2.1 system. In your "DCB=(GDG,LRECL=...), the "GDG" is called a model DCB and it is another dataset name that needs to exit and be found in the normal catalog search.
Rex -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of venkat kulkarni Sent: Monday, September 08, 2014 12:18 PM To: [email protected] Subject: Re: GDG Job issue yes, Other 5 GDG dataset are catalogged only this has some issue.. CATLIST.LIST CATLIST.LIST.G1001V00 CATLIST.LIST.G1002V00 CATLIST.LIST.G1003V00 CATLIST.LIST.G1004V00 CATLIST.LIST.G1005V00 This problem has started I think after I installed new z/OS 2.1 system and running this job from new system .Actually recently I migrated z/OS 1.13 to z/OS 2.1 . On z/OS 1.13 it used to work but now after z/OS 2.1 migration it stopped working. Do I have to make any entry for z/OS 2.1 system catalog into some where else or something else is the issue. BACK.SYSIN(CATLIST) have entry like LISTCAT ALL CAT(ZOS1A.MASTER.CATALOG) LISTCAT ALL CAT(ZOS1B.MASTER.CATALOG) LISTCAT ALL CAT(ZOS1C.MASTER.CATALOG) LISTCAT ALL CAT(ZOS1D.MASTER.CATALOG) LISTCAT ALL CAT(ZOS21.MASTER.CATALOG) On Mon, Sep 8, 2014 at 10:41 PM, Clark, David <[email protected]> wrote: > I think something might have happened to your model - DCB=(GDG,xxxx See > if GDG is still cataloged. > > David Clark > > Brown University > 3 Davol Sq Suite B 250 > Providence, RI 02912-1885 > > Phone (401) 863-7555 > Fax (401) 863-7329 > > On Mon, Sep 8, 2014 at 1: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 > > IEF272I MVSLIST LIST - STEP WAS NOT EXECUTED. > > IEF373I STEP/LIST /START 2014251.0938 > > IEF032I STEP/LIST /STOP 2014251.0938 > > CPU: 0 HR 00 MIN 00.00 SEC SRB: 0 HR 00 MIN 00.00 > > SEC > > VIRT: 0K SYS: 0K EXT: 0K SYS: 0K > > ATB- REAL: 0K SLOTS: 0K > > VIRT- ALLOC: 0M SHRD: 0M > > IEF375I JOB/MVSLIST /START 2014251.0938 > > IEF033I JOB/MVSLIST /STOP 2014251.0938 > > CPU: 0 HR 00 MIN 00.00 SEC SRB: 0 HR 00 MIN 00.00 > > SEC > > -- > > > > > > > > I have GDG defined in my system like > > > > CATLIST.LIST > > CATLIST.LIST.G1001V00 > > CATLIST.LIST.G1002V00 > > CATLIST.LIST.G1003V00 > > CATLIST.LIST.G1004V00 > > CATLIST.LIST.G1005V00 > > > > > > BACK.SYSIN(CATLIST) have entry like > > > > LISTCAT ALL CAT(ZOS1A.MASTER.CATALOG) > > LISTCAT ALL CAT(ZOS1B.MASTER.CATALOG) > > LISTCAT ALL CAT(ZOS1C.MASTER.CATALOG) > > LISTCAT ALL CAT(ZOS1D.MASTER.CATALOG) > > LISTCAT ALL CAT(ZOS21.MASTER.CATALOG) > > > > Any clue. > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN The information contained in this message is confidential, protected from disclosure and may be legally privileged. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, distribution, copying, or any action taken or action omitted in reliance on it, is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
