Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Load error: LENGTH OF ENTRY TYPE TOO LONG
Goto page 1, 2  Next
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
k_rajen1

New User


Joined: 03 Jun 2009
Posts: 13
Location: Hyderabd

PostPosted: Mon Jan 25, 2010 9:39 pm    Post subject: Load error: LENGTH OF ENTRY TYPE TOO LONG
Reply with quote

Hi

I am trying to load a program in CICS by using batch program(AFCP2016), but receiving below error

01/25/2010 07:51:15 CAFC0371 AFCP2016 LENGTH OF ENTRY TYPE TOO LONG

Below passed as input

PGM=AFCP2016,PARM='cicsregion-name,CECI,LO PROG(prog-name)'

Please let me know how to resolve the issue
Back to top
View user's profile Send private message
References
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 5389
Location: italy

PostPosted: Mon Jan 25, 2010 9:52 pm    Post subject: Reply to: Load error
Reply with quote

wat about looking at the docs of the AFCP2016 program ??
Back to top
View user's profile Send private message
k_rajen1

New User


Joined: 03 Jun 2009
Posts: 13
Location: Hyderabd

PostPosted: Mon Jan 25, 2010 9:59 pm    Post subject: Reply to: Load error
Reply with quote

Enrico,

I tried looking into manual,but not able to find out much. I tried searching in google as well as forum still not able to find much. Please help me how to resolve the issue.
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 5389
Location: italy

PostPosted: Mon Jan 25, 2010 10:06 pm    Post subject: Reply to: Load error
Reply with quote

did it happen to google for CAFC0371

ask Your support about it
or look at the manual for the CAFC0371 explanation!
if Your organization is licensed for the program the manuals should be available

if You are a contractor make sure that your agreement with the customer
gives You the right to access the relevant manuals
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 13533
Location: 221 B Baker St

PostPosted: Mon Jan 25, 2010 10:14 pm    Post subject:
Reply with quote

Hello,

Quote:
Below passed as input

PGM=AFCP2016,PARM='cicsregion-name,CECI,LO PROG(prog-name)'
This fails. . .

What does one that works look like. . .?
Back to top
View user's profile Send private message
k_rajen1

New User


Joined: 03 Jun 2009
Posts: 13
Location: Hyderabd

PostPosted: Mon Jan 25, 2010 10:26 pm    Post subject: Reply to: Load error
Reply with quote

Enrico,

Manual says as below

CAFC0371
MESSAGE: LENGTH OF ENTRY TYPE TOO LONG
DESCRIPTION: THE ENTRY TYPE CAN ONLY BE 1 CHARACTER.
RESPONSE: CORRECT THE ENTRY TYPE.

But i am not able to resolve, can you please tell me what is the entry type in my case.
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 5389
Location: italy

PostPosted: Mon Jan 25, 2010 10:30 pm    Post subject: Reply to: Load error
Reply with quote

Ok so You got the messages manual,
what does the user manual say,
or follow Dick' s advice
What does one that works look like. . .?
Back to top
View user's profile Send private message
k_rajen1

New User


Joined: 03 Jun 2009
Posts: 13
Location: Hyderabd

PostPosted: Mon Jan 25, 2010 10:39 pm    Post subject: Reply to: Load error
Reply with quote

I am affarid that i am not able to get you people. Could you please elaborate the meaning of"What does one that works look like. . .?"
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 5389
Location: italy

PostPosted: Mon Jan 25, 2010 10:43 pm    Post subject: Reply to: Load error
Reply with quote

where did You get the jcl You are using ???
look in the same place for something that works!

You cannot blame us for not having the manuals for the products You are using...
you should have them icon_biggrin.gif

also look at the cics manuals for the docs of the transaction You want to run
Back to top
View user's profile Send private message
Bill O'Boyle

Active Member


Joined: 14 Jan 2008
Posts: 981
Location: South Carolina, USA

PostPosted: Mon Jan 25, 2010 10:44 pm    Post subject: Reply to: Load error
Reply with quote

If all you're trying to do is to load a program into memory, try -

Code:
PGM=AFCP2016,PARM='REGION-ID,CEMT,S PROG(PROGNAME) PHA'


Perhaps you're not authorized to issue a CECI transid? Has this worked in other other regions, under your Userid? If this is Production, then CECI usage is restricted to a few people only.

Follow Dick's suggestion and speak with your Tech Support folks....

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

Senior Member


Joined: 18 Jul 2007
Posts: 1741
Location: At my desk

PostPosted: Mon Jan 25, 2010 10:49 pm    Post subject: Re: Load error
Reply with quote

k_rajen1 wrote:
PGM=AFCP2016,PARM='cicsregion-name,CECI,LO PROG(prog-name)'
What does the 'LO' stand for?
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 5389
Location: italy

PostPosted: Mon Jan 25, 2010 10:50 pm    Post subject: Reply to: Load error
Reply with quote

it depends if You add or take away one O icon_biggrin.gif
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 13533
Location: 221 B Baker St

PostPosted: Mon Jan 25, 2010 10:52 pm    Post subject:
Reply with quote

Hello,

Quote:
Could you please elaborate the meaning of"What does one that works look like. . .?"
Hopefully, some other process(es) execute PGM=AFCP2016 with no error.

How is the PARM for one of these defined?
Back to top
View user's profile Send private message
k_rajen1

New User


Joined: 03 Jun 2009
Posts: 13
Location: Hyderabd

PostPosted: Mon Jan 25, 2010 11:01 pm    Post subject: Reply to: Load error
Reply with quote

CICS GUY,

LO stand for LOAD

All,

My requirement is to load a program which is not executed at all in online. My understanding for CEMT S PROGRAM(program name) will newc already existing component in memory. Could you please confirm whether it also loads the new components from PDS to CICS memory?
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 1741
Location: At my desk

PostPosted: Mon Jan 25, 2010 11:21 pm    Post subject:
Reply with quote

Doubting that the AFCP program can do what you are trying....
How about just the L for load?
Why are you trying to load a program into CICS?
How about "PGM=AFCP2016,PARM='cicsregion-name,(tranid for prog-name)"?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 HoursGoto page 1, 2  Next
Page 1 of 2