ISPV023 Data has been truncated - message issued when starting CA ROSCOE.
search cancel

ISPV023 Data has been truncated - message issued when starting CA ROSCOE.

book

Article ID: 22843

calendar_today

Updated On:

Products

Roscoe

Issue/Introduction

 

The message 'ISPV023 Data has been truncated - The maximum length of CLIST variable data is 32767 characters' is issued when starting ROSCOE.

 

Environment

Release:
Component: ROSCOE

Resolution

Environment:  

CA PDSMAN PDS Library Management

Cause: 
This can happen if a utility other than IEBCOPY has been used to copy the ROSCOE load library. In the specific case encountered, PDSMAN had been used, and the aliases were not correctly copied, resulting in the ISPV023 message being issued.  When the loadlib was copied with the wrong utility ROSIT441 alias was lost.  The Roscoe target libraries should not be copied with programs other than IEBCOPY.  Using programs other than IEBCOPY can cause an invalid alias.

Solution:

  • Use IEBCOPY to copy the ROSCOE load library again  OR
  • To recover the library, relink ROSIT441 and re-IPL

//********************************************************
//*  LINKEDIT RENT, REUS MODULES.
//********************************************************
//LINKRR  EXEC PGM=IEWL,PARM='LIST,XREF,LET,RENT,REUS'
//CRO60LLD DD  DSN=xxx.ROSCOE.CRO60LLD,DISP=SHR
//SYSLMOD  DD  DSN=xxx.ROSCOE.RO60LIB,DISP=SHR
//SYSPRINT DD  SYSOUT=*
//SYSUT1   DD  UNIT=SYSDA,SPACE=(CYL,(1,1))
//SYSLIN   DD  *
  ORDER ROSIT441
  INCLUDE CRO60LLD(ROSIT441)
   ALIAS ROSIA441
  ORDER $$$CRITE
  INCLUDE CRO60LLD($$$CRITE)
  ENTRY ROSIT441
  NAME ROSIT441(R)