NDM process say success but file didn't reach destination

I am using ndmcli to NDM my files. When i do so it prints success for the process, with out any errors, but file is not reached at destination.

ndmcli -x << EOJ
submit phcdb process snode=$RMT_NODE_NAME
step01 copy from (file=$SRC_FILE_NAME pnode)
to (file=$DST_FILE_NAME
snode
DISP=(NEW,CATLG,DELETE) 
Unit=DISK
DCB=(RECFM=FB,LRECL=${BUFFER_SIZE},BLKSIZE=0)
)
if (step01 = 0) then 
step02 RUN TASK (PGM=CSYUEV3) 
snode 
SYSOPTS="'ANSASRTS Y'" 
eif 
pend ;
EOJ 

Is there any way to test in UNIX that files recieved?, instead checking the files manually in the folder.