MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Error determining the processor language for COBOL

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Problem Determination
View previous topic :: View next topic  
Author Message
chikdu
Beginner


Joined: 06 Jul 2005
Posts: 29
Topics: 20

PostPosted: Sun Nov 26, 2006 11:51 pm    Post subject: Error determining the processor language for COBOL Reply with quote

Hello,
I was trying to execute the below mentioned step in a JCL.
Code:

//CWPCDRVR EXEC PGM=CWPCDRVR                                     
//CWPDDIO  DD  DISP=SHR,DSN=CJ1PV.XPEDITER.DDIO                 
//MSGPRINT DD  SYSOUT=*                                         
//XOPTIONS DD  DISP=SHR,DSN=SYS3A.XPEDITER.XOPTIONS             
//CWPPRMO  DD  *                                                 
DDIO(OUTPUT(NOXREF,NODMAP,NOPMAP,NOCLIST,NOLIST,NOOFFSET,FIND)) 
COBOL(OUTPUT(PRINT,DDIO))                                       
PROCESSOR($AOFF,OUTPUT(NOPRINT,NODDIO),TEXT(NONE))               
LANGUAGE(COBOL/390)                                             
/*                                                               
//CWPPRTI  DD DSN=&&RMSTEST1,DISP=(OLD,PASS)                     


Doing so I am getting the following error:
Code:

PCOPTN028-I  COMPUWARE COBOL PROCESSOR - RELEASE 08.02.00 (PTF CXJ0212)         
PCOPTN027-I  DDIO(OUTPUT(NOXREF, NODMAP, NOPMAP, NOCLIST, NOLIST, NOOFFSET, FIND
PCOPTN027-I  COBOL(OUTPUT(PRINT, DDIO))                                         
PCOPTN027-I  PROCESSOR($AOFF, OUTPUT(NOPRINT, NODDIO), TEXT(NONE))             
PCOPTN027-I  LANGUAGE(COBOL/390)                                               
PCOPTN008-S  LANGUAGE NOT DETERMINED, PROCESSING MAY NOT BE COMPLETE.           
PCDRVR053-I  ** ERRORS PROCESSING LISTING DATED 20 AT; LISTING NOT WRITTEN TO CW

I have tried two more options for language - COBOL/370 and VSCOBOL.
Still I am getting the same error.

How to know, with which COBOL version the processor is compatible.


If anyone has any idea regarding this, please let me know.

Thanks,
Chikdu.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12368
Topics: 75
Location: San Jose

PostPosted: Mon Nov 27, 2006 6:26 am    Post subject: Reply with quote

chikdu,


Looks like your the systems programmer decided to updated the sytem to a different cobol complier other than the one you are compliing. Talk to him and see what is the compiler listed in CSS.

Code:

language processor error messages have a standard format Pxmmmmnnn-L
so PCOPTN008-s means:
P Cobol mod=OPTN msg#8 Severe-error

Pxmmmm008-S   Language not determined, processing may not be complete.

Explanation:The version of the compiler cannot be determined from
the first header of the listing. This may be due to an error in the
CWPPRTI file or because the header record does not match the formats
coded. This can also occur if the compiler listing input to
the postprocessor is the wrong language (for example, Assembler or
PL/I).


Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
shagnwrx
Beginner


Joined: 06 Jul 2006
Posts: 14
Topics: 0
Location: Birmingham, AL

PostPosted: Mon Nov 27, 2006 10:44 am    Post subject: Reply with quote

Check with the Xpediter/CICS administrator. Looks like you need to have some Xpediter fixes/PTFs applied to be compatible with the new compiler.
_________________
SCCA South East Division RallyCross
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Problem Determination All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group