There are two methods that Outputing the result data to another system:
1,the quindos option VMSIFC offers user the opportuinity to ascess the operating system directly from QUINDOS level.
Output in a user defined format.
open a channel D1,for transmitting ASCII data.
OPEN (FIL=,DEV=D1,DCH=NNNN)
Output the data using QUINDOS command OUTPUT.THE data can be formatted by the user using sandard quindos mask creation command(edttxt,cnvtxt).
OUTPUT (NAM=WKP_RES,DEV=D1,TYP=ELE,STY=APT,MSK=DAT$MSK)
....
Close channel D1.
COLOSE (DEV=D2)
2.Output in VDAFS format.
OUTVDA (FLE=,ELE=GEAR,TYP=MDI,FMT=HDR=HEADHDR,SET=SET1,STA=NEW,CSY=CSY$GEAR)