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

converting ps file form VBA to VBM


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

New User


Joined: 13 Jul 2007
Posts: 24
Location: chennai

PostPosted: Sat Jul 14, 2007 11:32 pm
Reply with quote

My existing jcl generates the report(a sequential file) in VBA format.
In the jcl step it was mentioned DCB as RECFM = VBA.
I need to send reports in VBM format.
i changed it to RECFM=VBM and run the jcl. still the report(PS file) is in VBA format.
can anyone suggest a solution for this problem?
can anyone clearly mention what is VBA and VBM in detail.

Thanks!!
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Jul 15, 2007 12:19 am
Reply with quote

Hello,

The format is usually determined by the "write" in the program.

What is the "next" process that requires one format over the other? Either should print properly.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sun Jul 15, 2007 2:34 am
Reply with quote

What is the requirement for the change, modern printers cope equally well with either format.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Jul 16, 2007 7:28 pm
Reply with quote

The M/A in the recfm specifieas whether "machine" or "ISO/ANSI" print cntl chars were used to create the report.

The WRITE method can determine what cntl chars were used:

If the ADVANCING option was used, "ISO/ANSI" cc's precede (in pos 1) each printed line produced.

If not, either type of cc's can be placed in pos 1 of each line before the WRITE.

I used to have a list of the machine CC's somewhere. If you need them I'll see if I can find them.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Jul 16, 2007 7:38 pm
Reply with quote

mmwife wrote:
I used to have a list of the machine CC's somewhere. If you need them I'll see if I can find them.
They are on your "green card".......
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 Issues Converting From ZD to Signed N... DFSORT/ICETOOL 4
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
Search our Forums:

Back to Top