Search found 68 matches

by prino
Thu Feb 20, 2020 3:20 pm
Forum: CICS, Middleware and MQ Series.
Topic: Printer suggestions and configurations
Replies: 2
Views: 2426

Re: Printer suggestions and configurations

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!
by prino
Tue Jan 29, 2019 10:20 pm
Forum: Interview Questions.
Topic: What is code coverage and how to measure it?
Replies: 13
Views: 1966

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...
by prino
Thu Jan 24, 2019 3:23 pm
Forum: Interview Questions.
Topic: What is code coverage and how to measure it?
Replies: 13
Views: 1966

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,...
by prino
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: 2112

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...
by prino
Mon Oct 29, 2018 5:44 pm
Forum: Site Announcements and Rules.
Topic: Some changes in the looks.
Replies: 24
Views: 13512

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!!!
by prino
Sat Sep 01, 2018 4:04 pm
Forum: IBM DB2 and IMS DB/DC
Topic: -5883 return code .
Replies: 4
Views: 1321

Re: -5883 return code .

Educated wild guess: -905?
by prino
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: 9477

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...
by prino
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: 2917

Re: TRACE I does not seem to work.

Use

Code: Select all

trace ?i
and drown in messages. Better use

Code: Select all

trace ?r
by prino
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: 9477

Re: Doug Nadel' s REXX code.

Sandy wrote: Mon Mar 19, 2018 11:22 am And I don't have the backup of those REXXs in my new company
That should teach you to always make backups of stuff you want to take around. Even, as a last resort, on paper...
by prino
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: 6894

Re: IEF240I - TASK I/O TABLE EXCEEDS TIOT LIMIT OF 0032K.

Akshypal wrote: Mon Feb 26, 2018 2:47 pmWe had to request to change the size in TIOT table and Support team has done it. We had some space available there. Thanks all for your ehlp.
You've applied a Band-Aid, you didn't solve the problem, which will return shortly.
by prino
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: 14387

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...
by prino
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: 14387

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?
Robert Sample wrote: Tue Apr 04, 2017 5:24 pmWith defensive coding techniques, it is possible for a programmer to totally prevent S0C7 ABENDS.
Biggest mistake? Not reading replies!
by prino
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: 875

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?
by prino
Fri Dec 22, 2017 10:26 pm
Forum: CICS, Middleware and MQ Series.
Topic: Remove Global break-point in InterTest.
Replies: 2
Views: 616

Re: Remove Global break-point in InterTest.

How about RTFM? If your site has a licence for Intertest, it has access to the manuals...
by prino
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: 1353

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.
by prino
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: 4036

Re: What are you thinking at the moment?

Another thread that doesn't serve any purpose.
by prino
Tue Oct 03, 2017 9:44 pm
Forum: Assembler & PL/I.
Topic: offsetof() equivalent in PL/I?
Replies: 3
Views: 1418

Re: offsetof() equivalent in PL/I?

offset = addr(mystruct.f6) - addr(mystruct.f1);
by prino
Sat Sep 23, 2017 8:24 pm
Forum: Site Announcements and Rules.
Topic: Upgrade in site' software.
Replies: 17
Views: 5693

Re: Upgrade in site' software.

Anuj Dhawan wrote:... but the benefit is to have a better end-user experience - like, Emoji Support ...
That's really something your average z/OS / ISPF user is waiting for, style over substance...
by prino
Sun Sep 10, 2017 1:11 am
Forum: JCL - Job Control Language.
Topic: jcl to strip asa control characters?
Replies: 2
Views: 799

Re: jcl to strip asa control characters?

Use SuperC with different column CMPCOLMN/O options for the old and new files.

Go to advanced search