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

JCL Error: IEFC642I - EXCESSIVE PARAMETER LENGTH


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kick
Warnings : 1

New User


Joined: 12 Apr 2005
Posts: 24
Location: shanghai china

PostPosted: Mon Oct 17, 2005 9:00 am
Reply with quote

the sample of jcl:
//LS2WS JOB (PLS,81038),CLASS=A,MSGCLASS=R,MSGLEVEL=(1,1),
// NOTIFY=&SYSUID
//PROCLIB JCLLIB ORDER=IBMUSER.CICS31.PRC
// SET QT='SAMP'
// SET U='IBMUSER'
// SET EXAMPLEAPP='TVHELLO'
// SET INQUIRESINGLE='HELLO'
//JAVAPROG EXEC DFHLS2WS,
// TMPFILE=&QT.&SYSUID.&QT
//INPUT.SYSUT1 DD *
PDSLIB=//IBMUSER.CICS31.SRC
REQMEM=DFH0XCP4
RESPMEM=DFH0XCP4
LANG=COBOL
PGMNAME=HELLO
URI=&EXAMPLEAPP/&INQUIRESINGLE
PGMINT=COMMAREA
WSBIND=/&U/&EXAMPLEAPP/WSBIND/&INQUIRESINGLE.WSBIND
WSDL=/&U/&EXAMPLEAPP/WSDL/&INQUIRESINGLE.WSDL
/*

and the err msg is :

STMT NO. MESSAGE
5 IEFC642I EXCESSIVE PARAMETER LENGTH IN THE SYMBOLIC PARAMETER
6 IEFC642I EXCESSIVE PARAMETER LENGTH IN THE SYMBOLIC PARAMETER
7 IEFC001I PROCEDURE DFHLS2WS WAS EXPANDED USING PRIVATE LIBRARY IBMUSER

somebody can help me ???? thanks
Back to top
View user's profile Send private message
SHIVAREDDY

New User


Joined: 25 Jul 2005
Posts: 20

PostPosted: Mon Oct 17, 2005 10:32 am
Reply with quote

Hi,

I don't know why the error occured for 5th stmt..but for 6ht 7th stmts,
you have coded the symbolic name labels(EXAMPLEAPP, INQUIRESINGLE) with length more than 8.just try to reduce the length of these names
and let me know if it works out.

For ur information,iam sending one pdf which contains information
about SET statement.

CHEERS icon_biggrin.gif
Back to top
View user's profile Send private message
kick
Warnings : 1

New User


Joined: 12 Apr 2005
Posts: 24
Location: shanghai china

PostPosted: Mon Oct 17, 2005 2:20 pm
Reply with quote

yes, i modify it , and it works.

cheers.

thanks & regards.

kick
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
Search our Forums:

Back to Top