IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Logic to get GDG creation date in my cocbol program


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Fri Jun 30, 2006 9:53 am
Reply with quote

Hi ,

i want a logic to get GDG creation date in my cocbol program .
i want to write it into another file .

is there any way of accessing the attributes of any GDG thru cobol prog.

Thanks ,
Kapil .
Back to top
View user's profile Send private message
param_rajesh_2001
Warnings : 1

New User


Joined: 23 Jun 2006
Posts: 18
Location: Bangalore

PostPosted: Fri Jun 30, 2006 10:19 am
Reply with quote

Hi,
We may not able to get the date directly from program .
U can do listcat on GDG and get the date and write in the GDG header record .
In the program take the date from header record .
Back to top
View user's profile Send private message
sihanature
Warnings : 1

New User


Joined: 01 Sep 2005
Posts: 33

PostPosted: Tue Jul 11, 2006 7:40 pm
Reply with quote

we can able to check the properties of GDG by
using 'LISTC ENT(GDGNAME) ALL' in a command line.

you just try with this command in the 'SYSIN DD' of program.


Regards,
Back to top
View user's profile Send private message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Wed Jul 12, 2006 10:36 am
Reply with quote

Hi,

U r right .
Listcat will work but the output has to be sorted a lot.
that is again a prob.

so I wrote a simple sas code to get creation date.

n this working fine now .

Thanks every one ....
Kapil.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts Using API Gateway from CICS program CICS 0
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top