08.11.2014 Views

Software Reference Manual - NetEx

Software Reference Manual - NetEx

Software Reference Manual - NetEx

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Data Generating Modules<br />

There are two data generating record modules - BFXDTG and BFXDTE.<br />

The BFXDTG module generates data in records from 1 to 65535 bytes in length and transfers them to BFX.<br />

The BFXDTE module accepts the records without performing I/O functions to the file subsystem. These<br />

modules can be used to do data transfer timings between BFX’s without the overhead of file I/O.<br />

The RPARM parameter is used to identify the number of records and the size of records to send, as follows.<br />

RPARM='nnnnnnnsssssss'<br />

where:<br />

nnnnnnn Number of records to send.<br />

sssssss Size of records to send.<br />

For example, when invoking BFXDTG in the BFX execution parameters, the following execution parameters<br />

would send 500 65515-byte records.<br />

SEND TO=NTXLCL,RMODULE=BFXDTG,RPARM='00005000065515',MODE=BIT,B=65535<br />

When invoking BFXDTE in the BFX execution parameters, the following sample execution parameters<br />

would receive records up to 65535 bytes in size.<br />

RECEIVE FROM=NTXLCL,RMODULE=BFXDTE,MODE=BIT,B=65535<br />

Page 10 Introduction MAN-REF-H211-05

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!