CICS exception : abend

1 resposta
R

Boa tarde pessoal...

Estou tomando o seguinte erro ao tentar fazer uma consulta no CICS:

com.ibm.connector2.cics.CICSTxnAbendException: CTG9638E: Transaction Abend occurred in CICS. Abend Code=

No material online de referência do websphere, está escrito o seguinte sobre esse erro:
public class CICSTxnAbendException
extends ResourceException

This exception represents invalid user input for the CICS resource adapters. It inherits all the properties of ResourceException.
Estou tentando consultar da seguinte maneira:
try {
			CTGProgram dent0099 = DENT0099.newInstance();
			InputSet input = dent0099.getInputSet();		
			input.setInteger(DENT0099.TIPO_ACESSO, ConstantesGTO.TIPO_ACESSO_REFERENCIADO);							
			input.setLong(DENT0099.REFRD, Long.valueOf(referenciado));	
						
			do {			
				result = dent0099.execute();  //AKI DÁ A EXCEÇÃO
				continuaFlag = result.getString(DENT0099.CONTINUA_FLAG);				
				restart = result.getString(DENT0099.RESTART);
Alguém já teve este erro? Abs

1 Resposta

E

Estou com o mesmo problema.

Como conseguiu resolver?

Obrigado

Criado 10 de outubro de 2008
Ultima resposta 31 de ago. de 2012
Respostas 1
Participantes 2