VisualAge Generator launches the following IND$FILE Command for file
transfer
(PComm is in CICS ready mode):
"IND$FILE PUT PGM1 C (FILE=LIB ASCII CRLF L=PRD2 S=EZELIB UNCOND"
but no file is transfered.
Following error messages occur:
PCOMM: "PCSXFER041" (no response within timeout period)
Session: "INW0002I Transmission error. Module=INWPPUT0 RC=0001"
We use PComm 4.21 for NT and CommServer 5.01.
Does anybody have an idea?
Thanks in advance.
K. Seeger
>VisualAge Generator launches the following IND$FILE Command for file
>transfer
>(PComm is in CICS ready mode):
Does file transfer work OK from outside Visualage?
Juanma Martínez
---------------------------
TEAM OS/2
One thing to try, on PCOM under settings/misc there is a send clear
option. Change this to NO. I have seen IND$FILE under CICS get upset
when a clear is send.
Klaus Seeger wrote:
> Hi,
>
> VisualAge Generator launches the following IND$FILE Command for file
> transfer
> (PComm is in CICS ready mode):
>
Two Modification were necessary:
1. In TCT (VSE/CICS) we have to use the DFT-mode instead of using
CUT-Mode!
This allows Filetransfer to CICS.
2. We have to use PComm 4.21 (not 4.3)
This allows Transfer of ALL files produced by VisualAge Generator.
PComm 4.3 stops Filetranfer after the first file is transferred!
Thank you for your help