Author |
Message |
Topic: Telon and Cool:Gen |
Earl
Replies: 7
Views: 4444
|
Forum: Application Programming Posted: Fri Aug 24, 2007 7:50 am Subject: Telon and Cool:Gen |
to each his own. Telon might be faster for simplistic applications, but I've worked on some pretty complex systems that I doubt Telon could handle.  |
Topic: XML PARSE issue |
Earl
Replies: 12
Views: 8121
|
Forum: Application Programming Posted: Sun Aug 12, 2007 10:15 am Subject: XML PARSE issue |
cobol XML parser works well in my experience. |
Topic: PROG754 error in CICS |
Earl
Replies: 4
Views: 3016
|
Forum: CICS and Middleware Posted: Wed Aug 01, 2007 4:09 pm Subject: PROG754 error in CICS |
as CICS Guy identified, if you are gettting progxxxx , then program is trying to send a map with bad data (normally , non-displayable characters).
From your desrciption, it sounds like SEC3 is t ... |
Topic: Receive Protected field values |
Earl
Replies: 4
Views: 2723
|
Forum: CICS and Middleware Posted: Mon Jul 30, 2007 10:34 am Subject: Receive Protected field values |
before you issue exec cics send map,
move attributes to your fields that contain fset (mdt)
X'C1' is unprot,norm,fset attribute (character A)
fset will cause the fields to be returned ... |
Topic: Automated Regression Testing Tools for CICS and batch |
Earl
Replies: 8
Views: 3969
|
Forum: Application Programming Posted: Thu Jul 19, 2007 11:33 am Subject: Automated Regression Testing Tools for CICS and batch |
Kolus,
thanks. my prime interest is CICS. product is innovative and versatile 8)
Earl |
Topic: Automated Regression Testing Tools for CICS and batch |
Earl
Replies: 8
Views: 3969
|
Forum: Application Programming Posted: Thu Jul 19, 2007 10:40 am Subject: Automated Regression Testing Tools for CICS and batch |
intent was to provide a possible answer to pundareekam question,
what tools availabe? |
Topic: Automated Regression Testing Tools for CICS and batch |
Earl
Replies: 8
Views: 3969
|
Forum: Application Programming Posted: Thu Jul 19, 2007 10:27 am Subject: Automated Regression Testing Tools for CICS and batch |
no, I don't work for the vendor. I am a CICS integration consultant for a large BPM" company.
I just know BatchCICS is fairly new product and is versatile when desire is to logically interac ... |
Topic: Automated Regression Testing Tools for CICS and batch |
Earl
Replies: 8
Views: 3969
|
Forum: Application Programming Posted: Thu Jul 19, 2007 10:10 am Subject: Automated Regression Testing Tools for CICS and batch |
Take a look at product BatchCICS-Connect. >> www.batchcics.com
Provides ability to code interaction with any CICS transaction from a batch cobol
program.
Build your own logical regressi ... |
Topic: how to access the CICS region name in the program |
Earl
Replies: 8
Views: 15758
|
Forum: CICS and Middleware Posted: Wed Jul 18, 2007 5:21 pm Subject: how to access the CICS region name in the program |
COBOL
WORKING STORAGE SECTION.
01 WS-SYSID PIC X(04) VALUE SPACES.
PROCEDURE DIVISION.
EXEC CICS ASSIGN SYSID (WS-SYSID) END-EXEC. |
Topic: Help with SAR/CA-View IDXOUT record maps (GCR, TCR, etc...). |
Earl
Replies: 2
Views: 3015
|
Forum: Other Technical Topics Posted: Wed Jul 18, 2007 5:15 pm Subject: Help with SAR/CA-View IDXOUT record maps (GCR, TCR, etc...). |
I've written some special programs for Sar/CA-VIEW, however, not familiar with term IDXOUT's. can you be a little more specific ? |
Topic: Mainframe Modernization |
Earl
Replies: 5
Views: 3172
|
Forum: CICS and Middleware Posted: Wed Jul 18, 2007 8:11 am Subject: Mainframe Modernization |
Not sure of name, but I do know there was an insurance company on the
west coast that installed a version of BatchCICS-Connect few months back.
I would discuss with the vendor, I'm sure they woul ... |
Topic: cics - alternate index |
Earl
Replies: 4
Views: 2259
|
Forum: CICS and Middleware Posted: Thu Jul 05, 2007 3:07 pm Subject: cics - alternate index |
please explain a little more.
is the VSAM ksds CICS file ?
If so, is it updated by CICS applications ?  |
Topic: Mainframe Modernization |
Earl
Replies: 5
Views: 3172
|
Forum: CICS and Middleware Posted: Thu Jul 05, 2007 2:58 pm Subject: Mainframe Modernization |
jiwaniakbar,
sorry for late post on this. If you want true" 24x7 support batch to cics, suggest you review product BatchCICS-Connect , (recently acquired by Document Systems).
go to www.b ... |
Topic: dynalloc dataset name |
Earl
Replies: 12
Views: 14584
|
Forum: Application Programming Posted: Wed Jun 13, 2007 8:46 am Subject: dynalloc dataset name |
Bauer,
Looks great ! and Danke vielmals!
Earl  |
Topic: Telon and Cool:Gen |
Earl
Replies: 7
Views: 4444
|
Forum: Application Programming Posted: Tue Jun 12, 2007 7:59 pm Subject: Telon and Cool:Gen |
not that familiar with Cool:GEN, but I know Telon can be a struggle. Have yet to
see anything that could actually take the place of writing your own logic.
 |
|