Error determining the processor language for COBOL
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Problem Determination

#1: Error determining the processor language for COBOL Author: chikdu PostPosted: Sun Nov 26, 2006 11:51 pm
    —
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.

#2:  Author: kolusuLocation: San Jose PostPosted: Mon Nov 27, 2006 6:26 am
    —
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

#3:  Author: shagnwrxLocation: Birmingham, AL PostPosted: Mon Nov 27, 2006 10:44 am
    —
Check with the Xpediter/CICS administrator. Looks like you need to have some Xpediter fixes/PTFs applied to be compatible with the new compiler.



MVSFORUMS.com -> Problem Determination


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group