MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Creation Date For GDG

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
Rajkannan
Beginner


Joined: 02 Jun 2004
Posts: 64
Topics: 31

PostPosted: Fri Jun 24, 2005 9:16 am    Post subject: Creation Date For GDG Reply with quote

Hi Everyone,

Could you please some one help me to find creation date of GDG version

I was using Listdsi but it did not work for GDG version.

Thanks
Raj
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12394
Topics: 75
Location: San Jose

PostPosted: Fri Jun 24, 2005 9:26 am    Post subject: Reply with quote

Rajkannan,

Please search before posting. This topic has been discussed earlier. check this link

http://mvsforums.com/helpboards/viewtopic.php?t=2104&highlight=gdg+create

Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Rajkannan
Beginner


Joined: 02 Jun 2004
Posts: 64
Topics: 31

PostPosted: Fri Jun 24, 2005 9:32 am    Post subject: Reply with quote

Hi Kolsu,

We donot have ICETOOL is there any alternative.....
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12394
Topics: 75
Location: San Jose

PostPosted: Fri Jun 24, 2005 9:57 am    Post subject: Reply with quote

Rajkannan,

You can split step0200 into 2 steps and use regular sort program

ex:
Code:

//STEP0200 EXEC PGM=SORT                               
//SYSOUT   DD SYSOUT=*                                   
//SORTIN   DD DSN=&L,DISP=(OLD,PASS)                     
//T1       DD DSN=&T1,DISP=(,PASS),SPACE=(CYL,(5,5),RLSE)
//T2       DD DSN=&T2,DISP=(,PASS),SPACE=(CYL,(5,5),RLSE)
//SYSIN    DD *
   SORT FIELDS=COPY
   OUTFIL FNAMES=T1,                                                 
   INCLUDE=(4,7,CH,EQ,C'NONVSAM',OR,1,8,CH,EQ,C'GDG BASE'),         
   OUTREC=(17,44,5X,7C'0',80:X,SEQNUM,8,ZD)                         
   OUTFIL FNAMES=T2,STARTREC=2,INCLUDE=(37,8,CH,EQ,C'CREATION'),     
   OUTREC=(49X,53,4,58,3,80:X,SEQNUM,8,ZD)                           
/*
//STEP0300 EXEC PGM=SORT                               
//SYSOUT   DD SYSOUT=*                                   
//SORTIN   DD DSN=&T1,DISP=OLD
//         DD DSN=&T2,DISP=OLD
//OUT      DD SYSOUT=*
//CTL2CNTL DD *                                                     
   OPTION EQUALS
   INREC FIELDS=(1,49,50,2,CHANGE=(1,C'19',C'0',                     
                                     C'20',C'1',                     
                                     C'21',C'2'),NOMATCH=(C'0'),     
                 52,5,80:X,81,8)                                     
   SORT FIELDS=(81,8,ZD,A)                                           
   SUM FIELDS=(50,6,ZD)                                             
   OUTREC FIELDS=(1,49,50,6,ZD,PD,LENGTH=4,80:X)                     
   OUTFIL FNAMES=OUT,                                               
   OUTREC=(1,44,C' IS CREATED ON: ',50,4,DT1,EDIT=(TTTT-TT-TT),80:X)
/*


Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Fri Jun 24, 2005 12:22 pm    Post subject: Reply with quote

Try LISTC ENT('MY.GDG.GxxxxV00') HISTORY
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group