Re: Mainframe Cloud Service

2012-08-04 Thread Imhauser Breton - bimhau
I might know of one, based in the US.

http://goo.gl/c7vR9
http://www.acxiomit.com

BRETON IMHAUSER
Mainframe Network Services 
Acxiom Corporation
EML   breton.imhau...@acxiom.com
TEL    00.1.501.342.2629
301 E DAVE WARD DR, CWY082-5, Conway, AR, 72033, USA
WWW.ACXIOMIT.COM  

RANKED #1 IN CUSTOMER SATISFACTION FOR IT OUTSOURCING BY
THE BLACK BOOK OF OUTSOURCING, 2010 


The information contained in this communication is confidential, is intended 
only for the use of the recipient named above, and may be legally privileged. 
If the reader of this message is not the intended recipient, you are hereby 
notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, 
please resend this communication to the sender and delete the original message 
or any copy of it from your computer system. Thank you

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Print Option from Mainframe to Microsoft Note

2012-08-04 Thread Roger Bolan
Jake,
Arthur's example is for calling the transform by itself, without using a
Printway printer definition.   You are correct that you do have to have the
separate FMID for the transform installed.There is an older Infoprint
Transforms product (afp2pdf) which is no longer marketed by IBM, but which
can also be used if you already have it.   Could you use another transform,
like txt2pdf, from a printer definition?  Good question.  I don't know.
I've never tried that.
--Roger

On Thu, Aug 2, 2012 at 12:36 AM, Jake anderson justmainfra...@gmail.comwrote:

 Unfortunately AFP related FMID is not installed due to which my progress is
 stalled.

 On Thu, Aug 2, 2012 at 11:57 AM, Arthur Fichtl arthur_fic...@afisumag.de
 wrote:

  hi, Jake,
  what about that:
 
  http://publib.boulder.ibm.com/**infocenter/zos/v1r13/index.**
  jsp?topic=%2Fcom.ibm.zos.r13.**aokfa00%2Fpdfxmp.htm
 http://publib.boulder.ibm.com/infocenter/zos/v1r13/index.jsp?topic=%2Fcom.ibm.zos.r13.aokfa00%2Fpdfxmp.htm
 
 
  Transform an AFP MVS™ data set, specifying a form definition
 To transform the MVS data set USERX.AFP(MYFILE) into an output PDF
 file called myfile.pdf, using the form definition F1C10110, enter:
 
 |afpxpdf -j form-def=f1c10110 -o myfile.pdf //'USERX.AFP(MYFILE)'|
 
 
 
 
 
 --**--**--
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Print Option from Mainframe to Microsoft Note

2012-08-04 Thread Joel C. Ewing

On 08/01/2012 08:53 PM, Jake anderson wrote:

Dear Ed/All,

Though I have implemented Infoprint Server Printway but I have not used
XMITIP tool. XMITIP at http://www.lbdsoftware.com/xmitip.html says at the
4th point as convert files to PDF (Adobe Portable Document Format)
readable using Acrobat and was little confused about this statement.

Does it mean it converts the PDS member into a PDF format in Z/OS itself
and then it attaches with email ?

Jake

On Thu, Aug 2, 2012 at 12:05 AM, Ed Finnell efinnel...@aol.com wrote:


Went thru various incantations. XMITIP with PDF conversion, BETA93 report
viewer, finally went to ePrint at _www.leadtools.com_
(http://www.leadtools.com)  and saved a bunch.


In a message dated 8/1/2012 8:21:35 A.M. Central Daylight Time,
d...@lists.duda.com writes:

Also see  Leland Lucius' TXT2PDF program


,,,
Yes.  The TXT2PDF conversion program (which runs on z/OS) is a 
separately downloadable application (a mix of REXX and Assembler), and 
XMITIP has explicit support to interface with it to convert a text file 
to PDF format based on defaults or on parameters which XMITIP passes to 
TXT2PDF, and then attach the resulting pdf document to an email.  Text 
in FB, FBA, VB, VBA, etc. formats of varied widths are supported, and 
PDF documents in portrait or landscape orientation of user specified 
sizes are supported, with specific support provided for converting 
greenbar mainframe printed reports into PDF documents complete with 
the faint bar overlays.  The pdf text data source can either be a 
Physical Sequential dataset, or a member of a PDS.


The TXT2PDF program can also be used apart from XMITIP if you want to 
save a PDF form of a text document on z/OS.


--
Joel C. Ewing,Bentonville, AR   jcew...@acm.org 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Is this valid COBOL syntax?

2012-08-04 Thread Frank Swarbrick
Correct.
Where will you go from here?
Frank





 From: Charles Mills charl...@mcn.org
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Friday, August 3, 2012 11:12 AM
Subject: Re: Is this valid COBOL syntax?
 
Frank (and also now John M.) -

You've got it. When John M. said his compiler was generating an error I
started running some experiments. It took about twenty experiments, but here
is the answer.

The following program compiles cleanly (except for a sequence error), but if
you remove the DATE-COMPILED line it does not. For the sample below, lines
20 through 33 are part of the DATE-COMPILED paragraph. It is deceptive
source code. What appears to be part of the REMARKS paragraph or something
like that is in fact part of the DATE-COMPILED paragraph.

2  IDENTIFICATION DIVISION.      
00013  PROGRAM-ID.    FOO.          
00017  DATE-COMPILED.                
00020 *REMARKS.                      
           now is the time for all go
00021      '*
00022      '* blah blah blah        
00022      '* blah blah blah        
00033          FOO.                  
       DATA DIVISION.                
       WORKING-STORAGE SECTION.      
       01  TRANS-NAME    PIC X(20).  
       PROCEDURE DIVISION.          
       MAIN-PROCEDURE.              
           STOP RUN.                
Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Frank Swarbrick
Sent: Friday, August 03, 2012 9:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Is this valid COBOL syntax?

Here is what happened.
The program was written in pre-COBOL II (COBOL 85) syntax.  At that time the
REMARKS paragraph valid (I'm guessing as an IBM extension), and everything
following it (until the next valid phrase) was treated as, well, remarks
(a.k.a. comments).  So it used to look something like this:

 IDENTIFICATION DIVISION.
 PROGRAM-ID. MYPGM.

 AUTHOR. THE AUTHOR OF THIS PROGRAM.
 REMARKS.
      '***   '
      '* VARIOUS COMMENT-LIKE TEXT      *'
      '* VARIOUS COMMENT-LIKE TEXT      *'

When someone attempted to compile it under COBOL II they got an error on the
REMARKS pargraph, as it was no longer valid.  Some the programmer put the
comment indicator asterisk in front of REMARKS and tried again.  Low and
behold, it worked!  


Why did it work?  Because of the AUTHOR paragraph.  (Or perhaps some other
paragraph; I'm just guessing AUTHOR.)  The IDENTIFICATION DIVISION is
defined as follows:

   

__ 
  
|   
   |
   | __ _IDENTIFICATION_ __DIVISION.__PROGRAM-ID__ ___
__program-name_ |
   | |_ID_|
|_._| |
  
|   
   |
   | __ __ __ ___
_ |
   |    |_  __ _RECURSIVE___ __ _ _| 
|_._|   |
   |  |_IS_|  |_COMMON__ _ _| 
|_PROGRAM_|    |
   |  | |_INITIAL_|
| |
   |  |_INITIAL__ 
_| |
   |
|_COMMON_|   |
  
|   
   |
   | __ __ __
  |
   |    |_AUTHOR__ ___ __ ___ _|  |_INSTALLATION__ ___ __
___ _|  |
   |  |_._|  | ___  |    |_._|  |
___  |    |
   | |___comment-entry_|_|  
|___comment-entry_|_|    |
  
|   
   |
   | __ 
__ |
   |    |_DATE-WRITTEN__ ___ __ ___
_|    |
   |    |_._|  | ___ 
|  |
   |  
|___comment-entry_|_|  |
  
|   
   |
   | __ ___ __
 __ |
   |    |_DATE-COMPILED.__ ___ _|  |_SECURITY__ ___ __

Re: Is this valid COBOL syntax?

2012-08-04 Thread Charles Mills
The vendor is fixing the preprocessor. (That would be me.)


Charles 

Frank Swarbrick frank.swarbr...@yahoo.com wrote:

Correct.
Where will you go from here?
Frank





 From: Charles Mills charl...@mcn.org
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Friday, August 3, 2012 11:12 AM
Subject: Re: Is this valid COBOL syntax?
 
Frank (and also now John M.) -

You've got it. When John M. said his compiler was generating an error I
started running some experiments. It took about twenty experiments, but here
is the answer.

The following program compiles cleanly (except for a sequence error), but if
you remove the DATE-COMPILED line it does not. For the sample below, lines
20 through 33 are part of the DATE-COMPILED paragraph. It is deceptive
source code. What appears to be part of the REMARKS paragraph or something
like that is in fact part of the DATE-COMPILED paragraph.

2  IDENTIFICATION DIVISION.      
00013  PROGRAM-ID.    FOO.          
00017  DATE-COMPILED.                
00020 *REMARKS.                      
           now is the time for all go
00021      '*
00022      '* blah blah blah        
00022      '* blah blah blah        
00033          FOO.                  
       DATA DIVISION.                
       WORKING-STORAGE SECTION.      
       01  TRANS-NAME    PIC X(20).  
       PROCEDURE DIVISION.          
       MAIN-PROCEDURE.              
           STOP RUN.                
Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Frank Swarbrick
Sent: Friday, August 03, 2012 9:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Is this valid COBOL syntax?

Here is what happened.
The program was written in pre-COBOL II (COBOL 85) syntax.  At that time the
REMARKS paragraph valid (I'm guessing as an IBM extension), and everything
following it (until the next valid phrase) was treated as, well, remarks
(a.k.a. comments).  So it used to look something like this:

 IDENTIFICATION DIVISION.
 PROGRAM-ID. MYPGM.

 AUTHOR. THE AUTHOR OF THIS PROGRAM.
 REMARKS.
      '***   '
      '* VARIOUS COMMENT-LIKE TEXT      *'
      '* VARIOUS COMMENT-LIKE TEXT      *'

When someone attempted to compile it under COBOL II they got an error on the
REMARKS pargraph, as it was no longer valid.  Some the programmer put the
comment indicator asterisk in front of REMARKS and tried again.  Low and
behold, it worked!  


Why did it work?  Because of the AUTHOR paragraph.  (Or perhaps some other
paragraph; I'm just guessing AUTHOR.)  The IDENTIFICATION DIVISION is
defined as follows:

   

__ 
  
|   
   |
   | __ _IDENTIFICATION_ __DIVISION.__PROGRAM-ID__ ___
__program-name_ |
   | |_ID_|
|_._| |
  
|   
   |
   | __ __ __ ___
_ |
   |    |_  __ _RECURSIVE___ __ _ _| 
|_._|   |
   |  |_IS_|  |_COMMON__ _ _| 
|_PROGRAM_|    |
   |  | |_INITIAL_|
| |
   |  |_INITIAL__ 
_| |
   |
|_COMMON_|   |
  
|   
   |
   | __ __ __
  |
   |    |_AUTHOR__ ___ __ ___ _|  |_INSTALLATION__ ___ __
___ _|  |
   |  |_._|  | ___  |    |_._|  |
___  |    |
   | |___comment-entry_|_|  
|___comment-entry_|_|    |
  
|   
   |
   | __ 
__ |
   |    |_DATE-WRITTEN__ ___ __ ___
_|    |
   |    |_._|  | ___ 
|  |
   |  
|___comment-entry_|_|  |
  
|   
   |
   | __ ___ __

Re: IBM-MAIN Listserv Web Interface

2012-08-04 Thread Ed Finnell
Umm, maybe the response time PFCSK got reorg'd
 
 
In a message dated 8/4/2012 8:30:41 P.M. Central Daylight Time,  
dar...@bama.ua.edu writes:

Wasn't  like that when I was  there



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN