Natural called using JAVA

Hi,

I am a developer in Natural on Mainframe. I have a requirement that Java must call my natural program using transaction XYZ. it was working sometime back. But when we display the transaction details usinf /DIS TRAN XYZ i am getting the following details:-
TRAN CLS ENQCT QCT LCT PLCT CP NP LP SEGSZ SEGNO PARLM RC
XYZ 2 1101 53 10 5 7 7 7 0 0 0 0
PSBNAME: XYZ
STATUS: BAL( 5)

Can anyone tell the meaning of each header and the significance of number displayed below? :cry: :cry:

You seem to work with natural Under IMS/DC.
The "/DIS TRAN XYZ’ is a IMS/DC command to show the attributes of the IMS transaction. In this case the IMS transaction is the natural nucleus.
To go back to your question.
If you want to reuse a natural subprogram as a jave class the best alternative is to use EntireX or webMethods Legacy integration. It allows to wrap the subprogram as a Java class.