View previous topic :: View next topic
|
Author |
Message |
sharwan
New User
Joined: 31 Jan 2008 Posts: 5 Location: chennai
|
|
|
|
Hi,
i compiled a mapset succesfully... then i compiled a program wherein i had a copy of the mapset in the WS section and in the procedure section i had EXEC CICS SEND MAP(MAP1)
MAPSET(TCPM001) END-EXEC.
EXEC CICS RETURN END-EXEC.
is the syntax to send the map being used here correct? on compilation it's showing some problem with the FROM keyword.. then i commented those cics statements and tried compiling.. it went fine then...
then on CEMT S PROG(TCPPG001) NEWC, it's showing an error... load failed... actually i wanna view the map i have created... that's it..
please advice me...
thanks in advance... |
|
Back to top |
|
|
Jairam21
New User
Joined: 31 Jan 2008 Posts: 5 Location: USA
|
|
|
|
First load the program using the command
CECI LOAD PROG(ABCEDEFG) and then hit enter.
you shoud get response as NORMAL.
Then use CEMT I PROG(ABCDEFG) and tab 3 times and type N and enter. |
|
Back to top |
|
|
Bill O'Boyle
CICS Moderator
Joined: 14 Jan 2008 Posts: 2501 Location: Atlanta, Georgia, USA
|
|
|
|
You're probably using Program Autoinstall.
Do what Jairam21 has suggested.
However, if you don't have CECI authority, then pay a visit to your friendly CICS Sys Prog.
Bring food --- that will work
Regards,
Bill |
|
Back to top |
|
|
sharwan
New User
Joined: 31 Jan 2008 Posts: 5 Location: chennai
|
|
|
|
hi jairam n bill...
i tried that...
CECI LOAD PROG(TCPPG002) and then hitted enter
but got a response like
LOAD PROG(TCPPG002)
STATUS: COMMAND EXECUTION COMPLETE NAME=
EXEC CICS LOad
Program( 'TCPPG002' )
< Set( X'00000000' ) >
< Length() | Flength( +0000000000 ) >
< Entry( X'00000000' ) >
< Hold >
RESPONSE: PGMIDERR EIBRESP=+0000000027 EIBRESP2=+0000000003
i tried google this PGMIDERR, but didnt get anything...
now what should be done...??? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10889 Location: italy
|
|
|
|
did You define and install the program/mapset into the CSD ?? |
|
Back to top |
|
|
sharwan
New User
Joined: 31 Jan 2008 Posts: 5 Location: chennai
|
|
|
|
hey,
on googling this PGMIDERR, i didnt get anything in the sense, i didnt understand how to go forward... am new to CICS...
thanks in advance. |
|
Back to top |
|
|
sharwan
New User
Joined: 31 Jan 2008 Posts: 5 Location: chennai
|
|
|
|
am sorry e.s...
i dont have enough idea on this CSD...
what i tried is... i compiled the mapset and the program successfully...
these program and mapset names were provided by the support team and i dont have access to CEDA...
then i tried to get a new copy in the CICS1 region... but loading the program got failed...
thanks in advance... |
|
Back to top |
|
|
ramfrom84
New User
Joined: 23 Aug 2006 Posts: 93 Location: chennai
|
|
|
|
Map and Program are accessed from PPT Table, So for Execution of Map you need a entry in PPT.Similar to Program. |
|
Back to top |
|
|
Marso
REXX Moderator
Joined: 13 Mar 2006 Posts: 1353 Location: Israel
|
|
|
|
- In the SEND MAP of course you have to use FROM(maparea),
Field "maparea" being the level 01 found in the map COPY.
- If the program was not defined in PPT, you would receive NOT FOUND.
If you received LOAD FAILED it means the load module is missing.
Check your compile listing for the BINDER part. |
|
Back to top |
|
|
Craq Giegerich
Senior Member
Joined: 19 May 2007 Posts: 1512 Location: Virginia, USA
|
|
|
|
Make sure you are putting in in the correct loadlib! |
|
Back to top |
|
|
Earl Haigh
Active User
Joined: 25 Jul 2006 Posts: 475
|
|
|
|
sounds like your program and mapset are not defined to the CICS region
you are using.
check with your systems programmer. |
|
Back to top |
|
|
sharwan
New User
Joined: 31 Jan 2008 Posts: 5 Location: chennai
|
|
|
|
hi all,
it got resolved... it was the problem with the loadlib...
support team had provided a wrong loadlib...
now i did it with the correct loadlib, it is working fine...
thank you.
|
|
Back to top |
|
|
|