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

TSO interface to CICS


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

New User


Joined: 11 Mar 2009
Posts: 23
Location: india

PostPosted: Tue Jun 16, 2009 8:52 am
Reply with quote

I need to access CICS resource from my ISPF/PDF.Do we have any tools for that or by any way i can implement that.Kinldy suggest on the same.

Thanks in advance
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Tue Jun 16, 2009 8:57 am
Reply with quote

What do you mean by "access"? You can define and delete resources by calling DFHCSDUP from TSO, and you *might* be able to directly read VSAM files CICS is using and there are probably means to initiate transactions though I have no idea how or if that works.
Back to top
View user's profile Send private message
vidhyag

New User


Joined: 11 Mar 2009
Posts: 23
Location: india

PostPosted: Tue Jun 16, 2009 12:06 pm
Reply with quote

I need to browse the transactions,programs,maps/to define the transactions,programs,maps from ISPF without login the cics region.Without submitting the jobs i need to achieve it.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Jun 16, 2009 12:11 pm
Reply with quote

the terminology is a bit approximate ( understatement )
but going with it

You cannot browse a transaction
to browse a program, look at the source libraries
same for a map

to define resources You have two alternatives
1) submit a batch job for DFHCSDUP utility with the proper control cards
2) do interactively from cics ( logon to the cics application )

after all You should realize that Your question does not make too much sense

if You want better answers learn to post better questions
You say "I need" , who set such a silly requirement ??
Back to top
View user's profile Send private message
Raghu navaikulam

Active User


Joined: 27 Sep 2008
Posts: 193
Location: chennai

PostPosted: Tue Jun 16, 2009 4:40 pm
Reply with quote

Hi vidhyag

Try to understand the SYSTEM. TSO and CICS are working under different Address Space. To know the details of different sub systems, either you have to logon to the subsystem or use a mediator(DFHCSDUP in the case of CICS). TSO's ISPF/PDF can not read any data from CICS CSD file.
Are you posting this for the sake of posting, or is this an interview question?

Regards
Raghu
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Wed Jun 17, 2009 9:13 am
Reply with quote

You certainly can get to the CSD from TSO without submitting a batch job. A couple of weeks ago I had to do exactly that to create some test resources and simply created DFHCSDUP input, allocated the required ddnames and called DFHCSDUP. Put some ISPF panels around that and it is very easy to define and delete transactions, programs or other resources. This won't install or discard resources but it will define/delete them. Your id is still checked for security purposes. It would be a security joke if the workaround to get into a system was to log in to TSO and run a common program.

There are utilities for getting resource lists also that I haven't used in many years, but like almost any other programs that can run in batch, they too can be run under TSO.

The only thing you have to be aware of is that if anyone is in CEDA when you run DFHCSDUP, it will faill, but you can just read the output with EXECIO and look for the appropriate DFHxxxxx message to see if that is why it failed. Of course, that same restriction exists for CEDA itself.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Jun 18, 2009 2:50 am
Reply with quote

If you want to perform CEDA functionality from batch (including INSTALL),
there is a software product that will allow you to execute CEDA and control navigation using your own COBOL program logic.

cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_transaction_from_a_batch_program%3F#3rd_party_Vendor_Software
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top