Search found 68 matches

by prino
Wed Jul 12, 2017 10:57 pm
Forum: IBM DB2 and IMS DB/DC
Topic: PSB scheduling.
Replies: 5
Views: 1441

Re: PSB scheduling.

16440 Actually, we got ADCA abend in one of the program in prod while the same program worked in test. It was found that test make use of "OPTIMIZE" compiler option while in prod it was "No optimize" and because of that PSB was not scheduled and it failed. If this is indeed the ...
by prino
Sun May 28, 2017 4:37 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Get the list of open screen at bottom of screen.
Replies: 3
Views: 4206

Re: Get the list of open screen at bottom of screen.

Suchita David wrote: THanks. SWAP LIST did it for me.
That's an "alternative" fact!

The real command is "SWAPBAR"...
by prino
Fri May 12, 2017 12:54 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Execution of COBOL code.
Replies: 7
Views: 1232

Re: Execution of COBOL code.

15906 Is there a way to understadn how a COBOL mainframe program executes line by line? So that we know what is happning by what code? Real programmers know what is happening. What would a debugger tell you if you traced "add a to b giving c" , or whatever the overlong syntax of COBOL req...
by prino
Sat Apr 08, 2017 1:09 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Can we save a dataset in View mode?
Replies: 6
Views: 2300

Re: Can we save a dataset in View mode?

zprogrammer wrote:2.Check on the REPLACE ISPF macro
There is no ISPF REPLACE macro.
by prino
Fri Feb 17, 2017 3:37 pm
Forum: Assembler & PL/I.
Topic: Another RFE
Replies: 1
Views: 1852

Another RFE

To vote for (or not), or to comment on:

Add FASTALLOC builtin for allocation in AREA
by prino
Sun Oct 23, 2016 11:25 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Anyone knows here Fujistu mainframes?
Replies: 5
Views: 759

Re: Anyone knows here Fujistu mainframes?

I don't think anyone knows Fujistu mainframes. Wouldn't look for a career with them.
by prino
Sat Oct 01, 2016 1:55 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: ISPF Clipboard Utility and ISPF ZSTART
Replies: 3
Views: 1460

Re: ISPF Clipboard Utility and ISPF ZSTART

I access the clipboards using their name, by selecting them with an on-the-fly customized panel that sets the response (.resp) to END. Install the exec, go into edit, CUT anything, give the command "EDITCLIP". This should bring up the CLIPBOARD:DEFAULT. Now enter ISRDDN (or TSO DDLIST) and...
by prino
Fri Sep 30, 2016 3:53 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: ISPF Clipboard Utility and ISPF ZSTART
Replies: 3
Views: 1460

Re: ISPF Clipboard Utility and ISPF ZSTART

Nice one, but why set up 10 clipboards? Anyway... Maybe you also want to add the below code to your system. It allows "unattended" editing of ISPF clipboards, both from within Edit (as a macro) as well as from the commandline, provided you've set up an entry in the SITECMDS (or whatever yo...
by prino
Wed Sep 14, 2016 11:58 am
Forum: Programming Algorithms.
Topic: Algorithms and optimization
Replies: 4
Views: 2491

Re: Algorithms and optimization

Current state @ 2016-08-01T19:08: Statements executed to produce one table in the output dataset, current implementation NAT_SCAN 1,010,744 Old implementation: NAT_SCAN 3,443,933,405 Old implementation actually produces a FIXEDPOINTOVERFLOW in the PL/I library, but that can be prevented by adding a ...
by prino
Sat Jun 11, 2016 3:00 am
Forum: JCL - Job Control Language.
Topic: Can we find the total no. of lines in all members of a PDS?
Replies: 9
Views: 4125

Re: Can we find the total no. of lines in all members of a PDS?

Angel wrote:For one of the requirements, I'd need to find the total Lines of Code in a PDS.
And which utterly imbecile PHB has come up with this utterly useless requirement?
by prino
Mon Jun 06, 2016 11:15 pm
Forum: Assembler & PL/I.
Topic: Get an assembly date in the mm/dd/yy date format?
Replies: 2
Views: 1545

Re: Get an assembly date in the mm/dd/yy date format?

Why use an imbecile US-only unsortable ambiguous format? The only format you should ever consider is ISO8601!
by prino
Mon Jun 06, 2016 11:06 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Edit a big sequential file in ISPF.
Replies: 19
Views: 3621

Re: Edit a big sequential file in ISPF.

If you know ***exactly*** what you need to change, you can write an edit macro to make the required changes, and edit the dataset in batch, where there are possibly fewer restrictions on region size...
by prino
Fri Feb 05, 2016 10:23 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Know the OS version using a TSO command.
Replies: 11
Views: 2247

Re: Know the OS version using a TSO command.

Dialog test variables, ZOS390RL
by prino
Fri Feb 05, 2016 10:16 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Debugging REXX programs like the COBOL programs.
Replies: 5
Views: 891

Re: Debugging REXX programs like the COBOL programs.

And you don't even have to change your source if you do a

Code: Select all

TSO EXECUTIL TS
before invoking the code...
by prino
Wed Jan 27, 2016 4:18 am
Forum: Suggestions & Feedback : About the website.
Topic: Flags
Replies: 34
Views: 2729

Re: Flags

Flags? Another example of style over substance.
by prino
Thu Dec 24, 2015 12:06 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Allocate EXEC libraries to my TSO or ISPF session?
Replies: 9
Views: 1872

Re: Allocate EXEC libraries to my TSO or ISPF session?

narinderc wrote:I asked in my office and I came to know that we can allocate EXEC libraries to TSO or ISPF sessions our own. How do we do that?
why didn't you ask the next flipping obvious question, in your office: "And how can I do this?"
by prino
Mon Dec 14, 2015 8:21 pm
Forum: JCL - Job Control Language.
Topic: Get the system information for the mainframe.
Replies: 8
Views: 1290

Re: Get the system information for the mainframe.

If you allow an individual to write his or her own edit macro's in REXX, there is f*ck-all you can do from stopping them running Mark Zelden's IPLINFO.
by prino
Thu Nov 26, 2015 7:31 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Delete data from column in Edit Mode.
Replies: 9
Views: 3490

Re: Delete data from column in Edit Mode.

  1. find an unused character in your data, like x'00'
  2. Code: Select all

    change ' ' x'00' all
  3. Code: Select all

    c p'=' '-' 40 50 all
  4. Code: Select all

    c '-----------' '' 40 all
  5. Code: Select all

    c x'00' ' ' all
And hope that your data doesn't contain any other sequence of 11 minus signs...

And the relevance of this to JCL is?????
by prino
Thu Nov 26, 2015 7:23 pm
Forum: Site Announcements and Rules.
Topic: Merry Christmas.
Replies: 23
Views: 2786

Re: Merry Christmas.

We are professionals, if graphics would be useful we would not be using 24x80 terminals.

Get rid of the crap!

Go to advanced search