PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.4.0
- All Products
result=Split(field,start_byte,length)
Parameter | Description | Datatype |
---|---|---|
result
| Returns the contents of the field from the specified start byte for the specified length. | Any type |
field
| Field from which to get a subfield. | Any type |
start_byte
| The number of the byte where the subfield begins. Offsets begin at 1. | NUM32 |
length
| The number of bytes to get. | NUM32 |