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

Query on XMITIP


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abdulrafi

Active User


Joined: 14 Sep 2009
Posts: 184
Location: Coimbatore

PostPosted: Wed Oct 25, 2017 6:54 pm
Reply with quote

HI,

I do have the below step in jcl,

Code:

//VBA8RX12 EXEC XMITIP                           
//PDCONFIG DD DSN=PROD.CNTRLIB(VBA8RX10),DISP=SHR
//ADDRESS  DD DSN=PROD.CNTRLIB(VBA8RX11),DISP=SHR
//IMAGE3   DD DSN=NVSPN.EXPORT.IMAGE3(0),DISP=SHR
//IMAGE4   DD DSN=NVSPN.EXPORT.IMAGE4(0),DISP=SHR
//IMAGE5   DD DSN=NVSPN.EXPORT.IMAGE5(0),DISP=SHR
//SYSTSIN  DD DSN=&&EMAIL,DISP=(OLD,DELETE,DELETE)


Here the image3, image4, image5 are all reports and hence VBARX10 control card is defined as below having the margins and font,
Code:

CC                 
FONT 8             


My requirement now is to include a CSV file in the above step and sent it as attachment to the users along with other reports in single mail itself. Can I know how can I do it ?. How my control card has to be ?. Because for CSV, the control card has to be build differently which would require format parameter, the file definition and the naming convention of the file in CSV which is going to go in the attachment mail.
MARGINS .5/.5/.5/.4
Back to top
View user's profile Send private message
abdulrafi

Active User


Joined: 14 Sep 2009
Posts: 184
Location: Coimbatore

PostPosted: Wed Oct 25, 2017 7:11 pm
Reply with quote

I think the margins in the control card were missed,

Code:
CC                 
FONT 8             
MARGINS .5/.5/.5/.4
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top