Author |
Message |
Topic: Retiring after 43+ years with IBM |
Cogito-Ergo-Sum
Replies: 11
Views: 12619
|
Forum: Utilities Posted: Sun May 20, 2012 11:32 am Subject: Retiring after 43+ years with IBM |
Hi Frank,
I will be missing you.
Had it not been for you (and also semigeezer, whom I met couple of months ago), your patience and your kindness, I would probably not have gained enough confidenc ... |
Topic: Loosing leading Zeros in Excel file from mainframe(Cobol) |
Cogito-Ergo-Sum
Replies: 12
Views: 13229
|
Forum: Application Programming Posted: Mon Aug 23, 2010 10:56 am Subject: Re: Loosing leading Zeros in Excel file from mainframe(Cobol |
Hi
My code is in Mainframe COBOL. I am able to send Email with an Excel attachment successfully thru JCL.
That is mis-leading.
MS Excel is a proprietary format and unless you have a packag ... |
Topic: Accessing GDG generations Randomly in COBOL program |
Cogito-Ergo-Sum
Replies: 6
Views: 4545
|
Forum: Application Programming Posted: Mon Aug 23, 2010 10:46 am Subject: Accessing GDG generations Randomly in COBOL program |
Load your GDG into a KSDS; maybe, create a key including the G000V00 value and keep everyone happy. |
Topic: How cics regions communication established? |
Cogito-Ergo-Sum
Replies: 1
Views: 3010
|
Forum: CICS and Middleware Posted: Sat Aug 21, 2010 9:16 am Subject: How cics regions communication established? |
I think, you need to read [url=http://publib.boulder.ibm.com/infocenter/cicsts/v3r1/topic/com.ibm.cics.ts31.doc/dfht1/toc.htm#ToC_368]Introduction to DPL Programming. |
Topic: sftp unix to mainframe |
Cogito-Ergo-Sum
Replies: 2
Views: 5675
|
Forum: Job Control Language(JCL) Posted: Tue May 11, 2010 4:41 am Subject: sftp unix to mainframe |
You don't necessarily need BPXBATCH. OpenSSH on z/OS comes with sftp amongst others - [url=http://www-03.ibm.com/systems/z/os/zos/features/unix/ported/openssh/index.html]IBM Ported Tools for z/OS - Op ... |
Topic: REC2XML on Mainframe DB2 |
Cogito-Ergo-Sum
Replies: 8
Views: 5556
|
Forum: Database Posted: Sun May 09, 2010 9:51 pm Subject: REC2XML on Mainframe DB2 |
While not REC2XML, there are a good deal of XML related SQL functions beginning V9. Try [url=http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/topic/com.ibm.db29.doc.sqlref/db2z_bif_xmlelement.ht ... |
Topic: Printer Discrepancy |
Cogito-Ergo-Sum
Replies: 4
Views: 3372
|
Forum: Other Technical Topics Posted: Thu Jun 12, 2008 3:09 pm Subject: Printer Discrepancy |
Paper jam, toner low...? |
Topic: MQ instead of internal table |
Cogito-Ergo-Sum
Replies: 9
Views: 4409
|
Forum: CICS and Middleware Posted: Thu Jun 12, 2008 3:02 pm Subject: MQ instead of internal table |
VSAM didn't help ?
MQ would requires some more 'investment'. |
Topic: Convert REXX to Web Service WSDL |
Cogito-Ergo-Sum
Replies: 2
Views: 2810
|
Forum: TSO and ISPF Posted: Thu Jun 05, 2008 11:37 am Subject: Convert REXX to Web Service WSDL |
If you hosted your REXX EXECs as CGI scripts on a LAMP stack (that should be easy with USS), perhaps, it can be done. Of course, the P in LAMP then becomes R. |
Topic: How to get microsecond in cobol program(no DB2) |
Cogito-Ergo-Sum
Replies: 6
Views: 9070
|
Forum: Application Programming Posted: Thu Jun 05, 2008 11:31 am Subject: How to get microsecond in cobol program(no DB2) |
The following will give you time upto microseconds :
TIMEMSEC RMODE ANY
TIMEMSEC AMODE ANY ... |
Topic: RTFM - Search Repository |
Cogito-Ergo-Sum
Replies: 10
Views: 15899
|
Forum: About Mvsforums Posted: Wed Jun 04, 2008 1:12 pm Subject: RTFM - Search Repository |
Nice !
But, they are so not Web2.0 ! |
Topic: RTFM - Search Repository |
Cogito-Ergo-Sum
Replies: 10
Views: 15899
|
Forum: About Mvsforums Posted: Tue Jun 03, 2008 2:20 pm Subject: RTFM - Search Repository |
Wow ! Looking at this old post of mine, this idea has now become big time hit in Web2.0 these days. Maybe, we should leverage all this social software.
[url=http://del.icio.us/]del.icio.us
[url=ht ... |
Topic: XML parser error |
Cogito-Ergo-Sum
Replies: 6
Views: 4313
|
Forum: Application Programming Posted: Fri May 30, 2008 11:54 am Subject: XML parser error |
Don't mean to nit-pick but....
Actually, the part about the contents of the document being in upper case is not really accurate as tags and data can be in any case. But, the opening part of the doc ... |
Topic: send messages SMS from a JCL |
Cogito-Ergo-Sum
Replies: 10
Views: 10761
|
Forum: Job Control Language(JCL) Posted: Fri May 30, 2008 11:46 am Subject: send messages SMS from a JCL |
umm...generally, mobile service providers have a facility to have a mail id using your number in the format of your_number@your_service_provider. Try sending an email to this id and it will turn up as ... |
Topic: Unload approach : Table with WHERE condition or a View. |
Cogito-Ergo-Sum
Replies: 7
Views: 4835
|
Forum: Database Posted: Mon Aug 13, 2007 7:04 pm Subject: Unload approach : Table with WHERE condition or a View. |
jsharon1248,
I have been never good in the DB2 "internals" and the ways these utilities work.
I am not exactly "chums" with our DBAs nowadays, So, it will be quite ... |
|