Question:
How to set up IND$FILE With Roscoe Running under ETSO?
Release:
Component: ROSCOE
Basic Instructions for setting up IND$FILE under ETSO are provided in the information account - RIF.ETSOIND$. RIF is an informational account this is loaded in Step 15 of the install - Restore CA Roscoe User Libraries.
Here is a summary of the steps:
IND$FILE 1000 0512 0512 D N CP
<<IND$FILE>> : this rpf will destroy the aws - save the aws if required PUSH SET ATTACH NOPAUSE SET BOUNDS AWS 1 3 Q DIVERT AWS FIND /WTP/ READ AWS * L1 10 12 DIVERT WTP AWS TRAP ON +CALL IND$FILE /+A1+ '+A2+' +A3+ +A4+ +A5+ +A6+ +A7+ +A8+ / TRAP OFF IF INDEX(L1 '.') EQ 0 +DIVERT WTP +L1+ ELSE +DIVERT WTP MEM +L1+ ENDIF IF (TC EQ 0) RESPONSE 'FILE TRANSFER COMPLETED, RC IS '|RC ELSE RESPONSE 'INCOMPLETE FILE TRANSFER, RC IS '|RC|', TC IS '|TC WRITE AWS B LASTERR A ENDIF POP RETURN
Additional Information:
ETS58 OUTPUT BUFFER SIZE TOO LARGE.