knowledge-database (beta)

Current group: bit.listserv.vse-l

RE: BSTTFTPC

RE: BSTTFTPC  
Imholte, John , Cincinnati, OH
From:Imholte, John , Cincinnati, OH
Subject:RE: BSTTFTPC
Date:19 Jan 2005 10:48:14 -0800
Dave I have an example of Power LST transfer but I believe
what you are asking is how to have an output file of fixed
length records. According to the manual on TYPE A transfers
a is added at then end of each record, for TYPE I
transfers a record length of 133 is used. I have not tried
this but that's what is in the manual. Good luck.

* $$ JOB JNM=FTP,DISP=D,CLASS=W
* $$ LST CLASS=R
// JOB FTPBATCH
// LIBDEF *,SEARCH=(PRD2.CONFIG,PPLBR.BSITT)
// OPTION SYSPARM='00'
// EXEC BSTTWAIT,SIZE=BSTTWAIT
// EXEC BSTTFTPC,SIZE=BSTTFTPC
* -----------------------------------------*
ID 00
OPEN ftpserver
* -----------------------------------------*
USER domain\userID
PASS password
SYST
CWD xxxxxxxx
PWD
* -----------------------------------------*
INPUT POWER LST AMAR03* * B
TYPE A
STOR AMAR03B.TXT
INPUT POWER LST AMAR03* * E
TYPE A
STOR AMAR03E.TXT
INPUT POWER LST AMAR03* * U
TYPE A
STOR AMAR03U.TXT
QUIT
/*

-----Original Message-----
From: owner-vse-l@Lehigh.EDU [mailto:owner-vse-l@Lehigh.EDU]On Behalf Of
industrynews@dapsco.com
Sent: Wednesday, January 19, 2005 12:02 PM
To: VSE Discussion List
Subject: BSTTFTPC


Anybody have the method down pat for using batch FTP (BSI flavor) to
transfer fixed-length reports from the POWER LST queue? Thanks.

Sincerely,

Dave Clark

DAPSCO Information Systems
3110 Kettering Boulevard
Dayton, Ohio 45439
(937) 294-5331
   

Copyright © 2006 knowledge-database   -   All rights reserved