Endevor error passing parms for cobol compiler
search cancel

Endevor error passing parms for cobol compiler

book

Article ID: 132329

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

The failing code was  (&TRNPARM EQ 'SP,COBOL3'), only the SP was being carried to the processor, the parm after comma being ignored. 

When using following parms in processor it only carries the SP to the processor (&TRNPARM EQ 'SP,COBOL3') and not COBOL3.

 

Environment

Release:
Component: ENDBAS

Resolution

Need to add double quotes in parms from (&TRNPARM EQ 'SP,COBOL3')
to (&TRNPARM EQ "'SP,COBOL3'")