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

cant load a program in the cics region...


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

New User


Joined: 31 Jan 2008
Posts: 5
Location: chennai

PostPosted: Thu Jan 31, 2008 11:20 am
Reply with quote

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
View user's profile Send private message
Jairam21

New User


Joined: 31 Jan 2008
Posts: 5
Location: USA

PostPosted: Thu Jan 31, 2008 10:57 pm
Reply with quote

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
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Feb 01, 2008 12:29 am
Reply with quote

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 icon_biggrin.gif

Regards,

Bill
Back to top
View user's profile Send private message
sharwan

New User


Joined: 31 Jan 2008
Posts: 5
Location: chennai

PostPosted: Fri Feb 01, 2008 1:05 pm
Reply with quote

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...??? icon_sad.gif
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Feb 01, 2008 1:07 pm
Reply with quote

did You define and install the program/mapset into the CSD ??
Back to top
View user's profile Send private message
sharwan

New User


Joined: 31 Jan 2008
Posts: 5
Location: chennai

PostPosted: Fri Feb 01, 2008 1:08 pm
Reply with quote

hey,
on googling this PGMIDERR, i didnt get anything in the sense, i didnt understand how to go forward... am new to CICS... icon_sad.gif

thanks in advance.
Back to top
View user's profile Send private message
sharwan

New User


Joined: 31 Jan 2008
Posts: 5
Location: chennai

PostPosted: Fri Feb 01, 2008 1:13 pm
Reply with quote

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
View user's profile Send private message
ramfrom84

New User


Joined: 23 Aug 2006
Posts: 93
Location: chennai

PostPosted: Tue Feb 05, 2008 5:05 pm
Reply with quote

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
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Tue Feb 05, 2008 6:40 pm
Reply with quote


  1. In the SEND MAP of course you have to use FROM(maparea),
    Field "maparea" being the level 01 found in the map COPY.

  2. 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
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Tue Feb 05, 2008 7:18 pm
Reply with quote

Make sure you are putting in in the correct loadlib!
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Feb 07, 2008 12:49 am
Reply with quote

sounds like your program and mapset are not defined to the CICS region
you are using.

check with your systems programmer.
Back to top
View user's profile Send private message
sharwan

New User


Joined: 31 Jan 2008
Posts: 5
Location: chennai

PostPosted: Thu Feb 07, 2008 10:21 am
Reply with quote

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.
icon_biggrin.gif
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 Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
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
Search our Forums:

Back to Top