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

cics system definition file


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
girish_s

New User


Joined: 31 Jul 2007
Posts: 45
Location: india

PostPosted: Fri Aug 08, 2008 12:39 pm
Reply with quote

Hi,
Is is possible to query cics system definition file (which is a vsam file) in a cobol program?

I have this doubt since it is a system file and that using a system file in a user written cobol program would alter it.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Aug 08, 2008 2:28 pm
Reply with quote

If you have the information of the structure of the data, there's no reason why you couldn't READ the file for queries.

Regards,
Garry.
Back to top
View user's profile Send private message
girish_s

New User


Joined: 31 Jul 2007
Posts: 45
Location: india

PostPosted: Fri Aug 08, 2008 2:46 pm
Reply with quote

the problem here is that the definition of the csd file is not known. We have no idea of how the key structure is. Any inputs regarding it?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Aug 08, 2008 2:49 pm
Reply with quote

what are the requirement that are not satified by the standard cics CSD utility ?
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Aug 08, 2008 2:54 pm
Reply with quote

You might start by looking at the IBM-supplied ADFHSAMP(DFH£CRFP) - the CSD Cross Referencing Sample Program.

Regards,
Garry.
Back to top
View user's profile Send private message
mkarthikeyan

New User


Joined: 07 Aug 2008
Posts: 34
Location: Bangalore

PostPosted: Sat Aug 09, 2008 9:48 am
Reply with quote

You can use DFHCSDUP (CICS RDO OFF-LINE UTILITY PROGRAM) to list all the objects defined in CSD file

!!! Cautious: Consult with System admin for more info

//CONSDEF EXEC PGM=DFHCSDUP
//STEPLIB DD DSN=HLQ.SDFHLOAD,DISP=SHR
//DFHCSD DD DSN=HLQ.DFHCSD,DISP=OLD
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
LIST ALL OBJECTS
/*

Thanks
Karthikeyan

[S/360] was the biggest, riskiest decision I ever made, and I agonized about it for weeks,but deep down I believed there was nothing IBM couldn't do.
- Tom Watson, Jr. IBM Chairman and CEO 1961-1971
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
Search our Forums:

Back to Top