View previous topic :: View next topic |
Author |
Message |
Anand_R Intermediate
Joined: 24 Dec 2002 Posts: 189 Topics: 60
|
Posted: Wed Nov 22, 2006 9:51 am Post subject: How do I view DFHRPL library?? |
|
|
Hi Everyone,
I wanted to view the DFHRPL Library. I know we should go to spool and find out the CICS job, there we should see DFHRPL library. But I do not know what the CICS job,as I am the only person in this project and CICS support is being done from 3rd party vendor. Out of my own interest I watned to learn more about CICS and I cannot ask this to 3rd party vendor, as I am not supposed to. I have access to CICS development region. I was wondering could we find through CICS suppled transactions, like CEMT etc..??. My main intention is I am creating a new MAP and compiled it in changeman, but I am not sure if I newcopy that map, will my changes be reflected.. because my package may not be in DFHRPL library..
Thanks for your help
Anand |
|
Back to top |
|
|
sriramla Beginner
Joined: 22 Feb 2003 Posts: 74 Topics: 1
|
Posted: Wed Nov 22, 2006 11:28 am Post subject: |
|
|
To know your CICS job, first go to your CICS region and clear entire screen. Then press enter. You will receive a message like this:
DFHAC2001 <Date and Time> <CICS Region name> Transaction '' is not recognized. Check that the transaction name is correct.
In this message, you will see your CICS region name. Look for a job with this name in your spool. Open the job and look for DFHRPL dd name. Be aware that you may not have access to view the job or view the datasets concatenated to DFHRPL. |
|
Back to top |
|
|
Anand_R Intermediate
Joined: 24 Dec 2002 Posts: 189 Topics: 60
|
Posted: Wed Nov 22, 2006 11:42 am Post subject: |
|
|
Thank You Sriramla
Appearently I don't have access to that job. As I mentioned in my note, my main intention is to new copy the newly created map into CICS dev region with the changeman package I have created, which consists of that new map. Is there anyway that I can get through this problem???
Thanks for your time & help
Anand |
|
Back to top |
|
|
sriramla Beginner
Joined: 22 Feb 2003 Posts: 74 Topics: 1
|
Posted: Wed Nov 22, 2006 12:15 pm Post subject: |
|
|
Have you promoted your changeman package to next level? If so, go to CICS region and issue CEMT command without NEW parameter (note that you use SET PROG syntax even for maps). Note down the length. Then issue CEMT NEW. If you see a change in length, your change has taken place:
CEMT SET PROG(MAP001)
STATUS: RESULTS - OVERTYPE TO MODIFY
Prog(MAP001 ) Leng(0000001192) Map Ena Pri
Res(000) Use(0000000214) Qua Cic
Hope this helps.If you do not see a change, chances are that the new map is not known to CICS yet. If you have Omegamon for CICS, then you can see the dataset from where the map is getting picked up by CICS. |
|
Back to top |
|
|
Anand_R Intermediate
Joined: 24 Dec 2002 Posts: 189 Topics: 60
|
Posted: Wed Nov 22, 2006 1:20 pm Post subject: |
|
|
Srimala,
I have freee the changeman package, but I did not promote it as I don't have access to promote the changes to the next level. I am doing R&D on the programs and hence I don't think I can request production coordinator people to promote my changes. The only way I can think of is, find out DFHRPL library files and copy the bms map to that dataset/file, provided I have access to that dataset.
Please let me know if I am wrong with my assumption
Thanks
Anand |
|
Back to top |
|
|
Anand_R Intermediate
Joined: 24 Dec 2002 Posts: 189 Topics: 60
|
Posted: Wed Nov 22, 2006 1:56 pm Post subject: |
|
|
Srimala
I thought I don't have access to promote to next leve, But surpisingly I do. I promoted to next level and then made new copy. It worked fine. Thanks for your suggestion. |
|
Back to top |
|
|
ravikumar_sri2001 Beginner
Joined: 06 Dec 2002 Posts: 117 Topics: 44 Location: Chennai,India
|
Posted: Thu Nov 23, 2006 10:58 pm Post subject: |
|
|
We use LRPL transaction to find out the libraries concatenated in DFHRPL. I am not sure whether this is IBM supplied transaction.
Thanks,
Ravikumar. |
|
Back to top |
|
|
Anand_R Intermediate
Joined: 24 Dec 2002 Posts: 189 Topics: 60
|
Posted: Mon Nov 27, 2006 1:41 pm Post subject: |
|
|
Does anyone know about this transaction LRPL, I don't find this either in programming guide or cics supplied transaction guide??
Ravi
How do u issue this command, you simply type LRPL in CICS region??
Thanks
Anand |
|
Back to top |
|
|
ar_karthick Beginner
Joined: 19 Dec 2006 Posts: 39 Topics: 20 Location: india
|
Posted: Thu Dec 28, 2006 6:25 am Post subject: |
|
|
can anybody help me to activate LRPL transaction in my region ...........i want the procedures to do that in my region _________________ karthick |
|
Back to top |
|
|
|
|