Endevor Retrieve past version - SCL built without VVLL
search cancel

Endevor Retrieve past version - SCL built without VVLL

book

Article ID: 92353

calendar_today

Updated On:

Products

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

Issue/Introduction

A user is attempting to RETRIEVE a prior version of elements in batch, but the SCL built does not include any VERSION and LEVEL information. 

Retrieving the VVLL 0106 of element GNCCOMP3, the generated SCL is: 
 

SET STOPRC 16 . 
RETRIEVE ELEMENT 'GNCCOMP3' 
FROM ENVIRONMENT 'DEVELOP' SYSTEM 'sys1' SUBSYSTEM 'subs1' 
TYPE 'COBOL' STAGE D 
TO DSNAME 'uprfx.ENDEVOR.DEV' 
OPTIONS CCID 'CCID1' COMMENTS "TEST" OVERRIDE SIGNOUT REPLACE 
NOSEARCH 
 .



It does not include the expected  
└─ VERsion ─ version ─┘ └─ LEVel ─ level ─┘
 

Environment

Release: ENDAE.00200-18-Endevor-Software Change Manager
Component:

Resolution

Check the Endevor ENCOPTBL table to see if the   ENHOPT NO_VERSION_LEVEL  option is turned on :
 
* OC01482                                                               
* THIS OPTIONAL PTF WILL REMOVE THE VERSION/LEVEL SCL SYNTAX FROM       
* THE SCL GENERATED BY THE BATCH AND PACKAGE ONLINE SCL BUILDING        
* ROUTINE FOR RETRIEVE.                                                 
*                                                                       
*---------------------------------------------------------------------* 
*        ENHOPT NO_VERSION_LEVEL=ON                                     
*                                                                       


It is turned on if there is no astrick  in column 1.

To turn this option off again, comment out the line by putting an astrick in column 1 and reassembling the table.