I am getting error message as follow: IKJ56500I COMMAND CAWAMAIN NOT FOUND CAWA4021E - ERROR ENCOUNTERED CALLING CAWAMAIN - RETURN CODE 20 How can I debugging the CA File Master Plus REXX EXEC(CAI.CDBISAMP(CAWAFM))?
search cancel

I am getting error message as follow: IKJ56500I COMMAND CAWAMAIN NOT FOUND CAWA4021E - ERROR ENCOUNTERED CALLING CAWAMAIN - RETURN CODE 20 How can I debugging the CA File Master Plus REXX EXEC(CAI.CDBISAMP(CAWAFM))?

book

Article ID: 44787

calendar_today

Updated On:

Products

File Master Plus for IMS File Master Plus for DB2 for z/OS

Issue/Introduction

Question:

I am getting error message as follow when I execute CAI.CDBISAMP(CAWAFM).

IKJ56500I COMMAND CAWAMAIN NOT FOUND
CAWA4021E - ERROR ENCOUNTERED CALLING CAWAMAIN - RETURN CODE 20 

How can I debugging the CA File Master Plus REXX EXEC?

 

Answer:

The TRACE R statement at the beginning of the CAWAFM clist after ADDRESS ISPEXEC statement to correct the error.

For example:

/*  REXX EXEC FOR FILE MASTER 9.1                                     */
/*--------------------------------------------------------------------*/
/*     Copyright (c) 2003-2015 CA.  All rights reserved.              */
/*--------------------------------------------------------------------*/
ADDRESS ISPEXEC
TRACE R     
PARSE ARG ZZMENOPT PIPE1 PIPE2 DEBUG
UPPER ZZMENOPT DEBUG

 

 

 

 

 

 

Environment

Release: ADFMIM00200-9.1-File Master Plus-for IMS
Component: