CA XCOM Processing of Reports with IBM Machine Codes
search cancel

CA XCOM Processing of Reports with IBM Machine Codes

book

Article ID: 28219

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - Windows XCOM Data Transport - Linux PC XCOM Data Transport - z/OS

Issue/Introduction

Are IBM machine codes supported for report processing?



Environment

Release:
Component: XCUATT

Resolution

Since the 3.1 release, CA XCOM for UNIX automatically interprets machine code characters in a report. XCOM identifies a report with machine codes by determining that it has been sent from a mainframe machine code dataset, such as FBM, or that the partner has specified that there are IBM machine codes.
Here is a table that lists the codes that are supported and what is inserted in the report for each code. A 0a character represents a line feed and a 0c character is a top of form.

0X0B SKIP ONE LINE0a
0X13 SKIP TWO LINES0a0a
0X1B SKIP THREE LINES0a0a0a
0X8B SKIPCHAN10c
0X93 SKIPCHAN20c0a
0X9B SKIPCHAN30c0a0a
0XA3 SKIPCHAN40c0a0a0a
0XAB SKIPCHAN50c0a0a0a0a
0XB3 SKIPCHAN60c0a0a0a0a0a
0XB8 SKIPCHAN70c0a0a0a0a0a0a
0XC3 SKIPCHAN80c0a0a0a0a0a0a0a
0XCB SKIPCHAN90c0a0a0a0a0a0a0a0a
0XD3 SKIPCHAN100c0a0a0a0a0a0a0a0a0a
0XD8 SKIPCHAN110c0a0a0a0a0a0a0a0a0a0a
0XE3 SKIPCHAN120c0a0a0a0a0a0a0a0a0a0a0a

 

0X01 WRITE NO SPACEno special characters
0X09 WRITE SPACE ONE0a - at the end of the record
0X11 WRITE SPACE TWO0a0a - at the end of the record
0X19 WRITE SPACE THREE0a0a0a - at the end of the record