ENDEVOR DB2 call returns SQLCODE = - 311 Error for Endevor Job
search cancel

ENDEVOR DB2 call returns SQLCODE = - 311 Error for Endevor Job

book

Article ID: 226639

calendar_today

Updated On:

Products

Endevor Interface for Db2 for z/OS Endevor Interface for Remote Db2 for z/OS

Issue/Introduction

During Endevor DB2 footprint call encountered SQLCODE = - 311 error in Endevor job.

 

 

Environment

Release : 18.0

Component : CA Endevor Software Change Manager

Resolution

There must be a space between ',' and '-' 


failed example
BIND PLAN(RIXXXXX1) -                                                         
       OWNER(STXXXXX) -                                                         
       PKLIST(RIS.RISXXXXX,-                                                    
           RIS.RIS01XXX,-                                                       
           RIS.RIS02XXX,- 

worked example

  BIND PLAN(RIXXXXX1)        -                                                  
       OWNER(STXXXXX)        -                                                  
       PKLIST(RIS.RISXXXXX,  -                                                  
              RIS.RIS01XXX,  -                                                  
              RIS.RIS02XXX,  -  

above example from
ENCRFTP Endevor SCM Interface for DB2 Footprint Processor                                                                           
ENCRFTP Reading input stream: