You might also want to post this on the IBM-MAIN list, which has a much larger audience!
And your post is absolutely not too long, it would be nice if every post was this long and detailed!
Search found 68 matches
- Thu Feb 20, 2020 3:20 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: Printer suggestions and configurations
- Replies: 2
- Views: 2544
- Tue Jan 29, 2019 10:20 pm
- Forum: Interview Questions.
- Topic: What is code coverage and how to measure it?
- Replies: 13
- Views: 2202
Re: What is code coverage and how to measure it?
With STROBE, we'd request it to be applied on a production code which has been identified as a CPU hogger, it was for very small time, in prod and was expensive, as it was at run time...as Robert has said. Yes, it is expensive, but given the potential savings using Strobe can give, it's worth using...
- Thu Jan 24, 2019 3:23 pm
- Forum: Interview Questions.
- Topic: What is code coverage and how to measure it?
- Replies: 13
- Views: 2202
Re: What is code coverage and how to measure it?
I'm still using the the old PL/I Optimizing compiler, which allows compilation with the "COUNT,FLOW" options. In the end this produces a report of the number of times every statement is executed, which is also somewhat useful if you want to optimize code. Strobe uses, as far as I remember,...
- Fri Jan 11, 2019 4:45 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Block an IP address from being sent files.
- Replies: 8
- Views: 2289
Re: Block an IP address from being sent files.
We have a Table, this is actually a VSAM file but contains IP addresses at region level and called as table in our system. Oh yes, like this , translation provided by Google: "My father and I lived together and we owned a television and a radio, he was a widower and I was single, and now a han...
- Fri Nov 23, 2018 12:39 am
- Forum: File-AID and IBM File Manager.
- Topic: Work with file aid compare to work against multiple record types.
- Replies: 8
- Views: 6505
Re: Work with file aid compare to work against multiple record types.
RTFM?
[ Post made via Android ]
[ Post made via Android ]
- Mon Oct 29, 2018 5:44 pm
- Forum: Site Announcements and Rules.
- Topic: Some changes in the looks.
- Replies: 24
- Views: 14603
Re: Some changes in the looks.
Pretty horrible, just as the new GMail interface. Why is there a need to constantly fiddle with websites? If it ain't broke don't fix it!!!
- Sat Sep 01, 2018 4:04 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: -5883 return code .
- Replies: 4
- Views: 1391
Re: -5883 return code .
Educated wild guess: -905?
- Tue Mar 27, 2018 7:33 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Doug Nadel' s REXX code.
- Replies: 17
- Views: 9876
Re: Doug Nadel' s REXX code.
For what it's worth, my copy of Doug's "sdsf_highlighting.txt" does not contain any copyright information, and having just verified the last on-line source of 17 March 2010, that also lacks any copyright statement. The only note about copyrights on the site read Although this is not an off...
- Tue Mar 20, 2018 2:47 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: TRACE I does not seem to work.
- Replies: 6
- Views: 3025
Re: TRACE I does not seem to work.
Use
and drown in messages. Better use
Code: Select all
trace ?i
Code: Select all
trace ?r
- Tue Mar 20, 2018 2:46 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Doug Nadel' s REXX code.
- Replies: 17
- Views: 9876
- Mon Feb 26, 2018 3:24 pm
- Forum: JCL - Job Control Language.
- Topic: IEF240I - TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0032K.
- Replies: 20
- Views: 7783
- Sat Feb 10, 2018 12:48 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Mistakes new programmers doing in start of the career?
- Replies: 16
- Views: 14741
Re: Mistakes new programmers doing in start of the career?
I generally ask my trainees to create new mistakes while you learn so you remember how to fix them in real time. In one of my college classes, the professor had us code programs to generate as many errors as possible in as few lines as possible. It was an interesting exercise! Then this four-line P...
- Thu Feb 01, 2018 4:32 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Mistakes new programmers doing in start of the career?
- Replies: 16
- Views: 14741
Re: Mistakes new programmers doing in start of the career?
Kishor Sonawane wrote: ↑Thu Feb 01, 2018 10:26 amBut if you don't have control on the data of input file, can then be S0C7 prevented?
Biggest mistake? Not reading replies!Robert Sample wrote: ↑Tue Apr 04, 2017 5:24 pmWith defensive coding techniques, it is possible for a programmer to totally prevent S0C7 ABENDS.
- Mon Jan 22, 2018 9:24 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Handling "@" character in different code pages in mainframes.
- Replies: 6
- Views: 1014
Re: Handling "@" character in different code pages in mainframes.
I'm pretty sure the "@" sign is EBCDIC code-page invariant, so it should have been stored as "@" in DB2! And it's 0x40 in both ASCII and UTF-8, so there are also no conversion problems!
Check the Rumba codepage for the ENEA region?
Check the Rumba codepage for the ENEA region?
- Fri Dec 22, 2017 10:26 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: Remove Global break-point in InterTest.
- Replies: 2
- Views: 715
Re: Remove Global break-point in InterTest.
How about RTFM? If your site has a licence for Intertest, it has access to the manuals...
- Thu Nov 02, 2017 3:24 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: Copy a single at multiple places in ISPF.
- Replies: 7
- Views: 1913
Re: Copy a single at multiple places in ISPF.
"C" on line to copy, "AK"/"BK" on all lines to copy to, and just "A"/"B" on the last of them.
- Thu Oct 26, 2017 6:54 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: What are you thinking at the moment?
- Replies: 27
- Views: 4501
Re: What are you thinking at the moment?
Another thread that doesn't serve any purpose.
- Tue Oct 03, 2017 9:44 pm
- Forum: Assembler & PL/I.
- Topic: offsetof() equivalent in PL/I?
- Replies: 3
- Views: 1943
Re: offsetof() equivalent in PL/I?
offset = addr(mystruct.f6) - addr(mystruct.f1);
- Sat Sep 23, 2017 8:24 pm
- Forum: Site Announcements and Rules.
- Topic: Upgrade in site' software.
- Replies: 17
- Views: 6813
- Sun Sep 10, 2017 1:11 am
- Forum: JCL - Job Control Language.
- Topic: jcl to strip asa control characters?
- Replies: 2
- Views: 909
Re: jcl to strip asa control characters?
Use SuperC with different column CMPCOLMN/O options for the old and new files.