Endevor error passing parms for cobol compiler
book
Article ID: 132329
calendar_today
Updated On:
Products
Endevor Software Change Manager (SCM)
Endevor Software Change Manager - Natural Integration (SCM)
Endevor Software Change Manager - ECLIPSE Plugin (SCM)
Endevor Software Change Manager - Enterprise Workbench (SCM)
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'")
Feedback
thumb_up
Yes
thumb_down
No