|
|
| Author |
Message |
k_rajen1
New User
Joined: 03 Jun 2009 Posts: 13 Location: Hyderabd
|
|
|
|
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 |
|
 |
References
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 5393 Location: italy
|
|
|
|
| wat about looking at the docs of the AFCP2016 program ?? |
|
| Back to top |
|
 |
k_rajen1
New User
Joined: 03 Jun 2009 Posts: 13 Location: Hyderabd
|
|
|
|
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 |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 5393 Location: italy
|
|
|
|
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 |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 13593 Location: 221 B Baker St
|
|
|
|
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 |
|
 |
k_rajen1
New User
Joined: 03 Jun 2009 Posts: 13 Location: Hyderabd
|
|
|
|
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 |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 5393 Location: italy
|
|
|
|
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 |
|
 |
k_rajen1
New User
Joined: 03 Jun 2009 Posts: 13 Location: Hyderabd
|
|
|
|
| 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 |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 5393 Location: italy
|
|
|
|
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
also look at the cics manuals for the docs of the transaction You want to run |
|
| Back to top |
|
 |
Bill O'Boyle
Active Member
Joined: 14 Jan 2008 Posts: 987 Location: South Carolina, USA
|
|
|
|
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 |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1746 Location: At my desk
|
|
|
|
| k_rajen1 wrote: |
| PGM=AFCP2016,PARM='cicsregion-name,CECI,LO PROG(prog-name)' |
What does the 'LO' stand for? |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 5393 Location: italy
|
|
|
|
it depends if You add or take away one O  |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 13593 Location: 221 B Baker St
|
|
|
|
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 |
|
 |
k_rajen1
New User
Joined: 03 Jun 2009 Posts: 13 Location: Hyderabd
|
|
|
|
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 |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1746 Location: At my desk
|
|
|
|
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 |
|
 |
|
|