IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Regarding print control character of printer file


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kpriya6

New User


Joined: 20 Nov 2006
Posts: 13

PostPosted: Tue Nov 21, 2006 5:02 pm
Reply with quote

Hi,
As per my requirement, I need to read records from input printer file and based on the control character (1st byte) of each record I have to do processing. After that I need to write the records of input file to output file including control characters.

Could you please tell us how can I copy the control character of input file to output file. Because now for me even in browse the control characters are seen in the output file becuase control character is copied as normal character in output file.

But I want the control character of input has to be copied as control charcater even in output file.

Kindly advice.

Thanks and Regards,
Priya
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Nov 21, 2006 8:18 pm
Reply with quote

You shouldn't be having any problems with what you're trying to do. It would be helpful to know what utility you're using to copy and modify the data, and what are the attributes of the data (i.e. LRECL, RECFM, etc.).
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Tue Nov 21, 2006 10:00 pm
Reply with quote

The first byte of a fixed-length record is treated as a control character if the RECFM contains 'A' for ANSI control characters (e.g. RECFM=FBA). The fifth byte of a variable-length record (after the RDW in the first four bytes) is treated as a control character if the RECFM contains 'A' (e.g. RECFM=VBA).

So if you want control characters in the output data set, make sure it has an appropriate RECFM that includes 'A'.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Tue Nov 21, 2006 10:02 pm
Reply with quote

I should have mentioned that 'M' can be used for machine control characters or 'A' can be used for ANSI control characters.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top