Search found 439 matches

by William Collins
Mon Jan 11, 2016 2:07 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Only mainframes are Legacy System?
Replies: 8
Views: 702

Re: Only mainframes are Legacy System?

There is nothing "non fashionable" about it. Fashionable I wrote. The way it goes is Person A: It's a Legacy System Person B: OK, it's clear we need to get rid of it then, and in the meanwhile blame it for any disasters that we have around here Note that neither Person A nor Person B knows...
by William Collins
Fri Jan 08, 2016 6:55 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Only mainframes are Legacy System?
Replies: 8
Views: 702

Re: Only mainframes are Legacy System?

Nah. Another fashionable bit of nonsense, bandied about by people who know nothing about Mainframes and who feel that any Mainframe must be at least 30 years old.
by William Collins
Fri Jan 08, 2016 6:46 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What is Legacy Modernization? And how it applies to mainframes?
Replies: 10
Views: 1090

Re: What is Legacy Modernization? And how it applies to mainframes?

It is fashionable fluff and waffle, with no meaningful content.
by William Collins
Tue Jan 05, 2016 4:53 pm
Forum: Interview Questions.
Topic: When would you advise to use COMP and COMP-3 variables?
Replies: 1
Views: 502

Re: When would you advise to use COMP and COMP-3 variables?

Memory was never, or rarely, a problem which would lead to the use of binary or packed-decimals. Disk space more so, but not really. The benefits of binary and packed-decimal were, and remain, performance. A USAGE DISPLAY (the default if no usage specified) field has to be converted if arithmetic is...
by William Collins
Mon Jan 04, 2016 5:06 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: print already open in XDC ISPF command.
Replies: 4
Views: 1934

Re: print already open in XDC ISPF command.

At the point at which the XDC was successful, what is the message in the top right of your screen?
by William Collins
Mon Jan 04, 2016 5:03 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Cancel TSO Session using JCL?
Replies: 11
Views: 1744

Re: Cancel TSO Session using JCL?

Ask your technical support team. They will know the procedure they want you to use to do this (even if it means you telephone someone and get them to do it). Attempting to run random bits of JCL picked up from the Internet is unlikely to be the suggested course of action.
by William Collins
Mon Jan 04, 2016 5:00 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Change all command in ISPF for a really long string.
Replies: 3
Views: 798

Re: Change all command in ISPF for a really long string.

Given that you admit to exhausting the available space for typing, how do you feel you'd be able to do it "in a single go"? Use F(ind) for your first "really long string". Then C(hange) * "your other really long string" all If you don't have space for "all", t...
by William Collins
Mon Jan 04, 2016 4:56 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Limit the display of records while copy.
Replies: 2
Views: 417

Re: Limit the display of records while copy.

There are a number of ways. You can look at, amongst others to which these should lead you in the manual, STOPAFT and SAMPLE.
by William Collins
Mon Jan 04, 2016 4:54 pm
Forum: IBM DB2 and IMS DB/DC
Topic: is there a difference between the table in Cobol and db2?
Replies: 4
Views: 648

Re: is there a difference between the table in Cobol and db2?

They are very different. They use the same name because one comes from nomenclature in the development of the COBOL language in 1959 and one comes from the nomenclature of the development of the idea of the relational database model in the years up to 1970. It is unfortunate, but there it is. Just t...
by William Collins
Thu Dec 31, 2015 7:25 pm
Forum: Interview Questions.
Topic: Passing vlaues to Linkage Section and abend.
Replies: 4
Views: 783

Re: Passing vlaues to Linkage Section and abend.

What do you think the word "passed" means in this context? It is clear that you are wrong about what it means. What is "passed" is the address of the storage. Which means if a 10-byte field is "passed" the address of the 10-byte field is passed. If that 10-byte field is...
by William Collins
Thu Dec 31, 2015 4:16 pm
Forum: Interview Questions.
Topic: JCL interview question on Job card.
Replies: 7
Views: 968

Re: JCL interview question on Job card.

User exit

I haven't look at the quality of the article, but it should give you some idea.
by William Collins
Thu Dec 31, 2015 2:42 pm
Forum: Interview Questions.
Topic: FB or FBA for a COBOL report writing program.
Replies: 3
Views: 1138

Re: FB or FBA for a COBOL report writing program.

Well, if your site tells you you don't need to use it, then fine. Otherwise strange and unexpected things will happen. How would any printer (new or old) know how you want something printed unless you tell the printer how you want it printed? Of course, you could take your 30,000-page output and cod...
by William Collins
Thu Dec 31, 2015 2:37 pm
Forum: Interview Questions.
Topic: Is the program called statically or dynamically?
Replies: 9
Views: 1111

Re: Is the program called statically or dynamically?

Just the usual. It is not possible that the enforced corruption of the English language to impose specific gender on non-gender-specific use of specific gender words means that people can't understand each other any more? Sad, but I guess it is possible. I'll note for future reference that whatever ...
by William Collins
Wed Dec 30, 2015 3:14 pm
Forum: Interview Questions.
Topic: Identify and remove the unused variables from a long running COBOL Program.
Replies: 7
Views: 1495

Re: Identify and remove the unused variables from a long running COBOL Program.

You have COBOL V5. The additional functionality provided by OPT(FULL) over OPT in V3/V4 is provided by a new option in V5 (see the last line of the quoted text). So now, in V5, OPT does not remove unused storage, the new option does. What the quote is about is the identification and removal of gener...
by William Collins
Sat Dec 26, 2015 3:14 pm
Forum: You are a Guest.
Topic: Convert VB to FB file but with padding.
Replies: 4
Views: 3021

Re: Convert VB to FB file but with padding.

Well, your SORT product can do it. Use VTOF (better) or CONVERT and us VLFILL to get your pad-character.
by William Collins
Wed Dec 23, 2015 2:43 pm
Forum: Interview Questions.
Topic: What are the reasons for which S0C7 occurs?
Replies: 3
Views: 690

Re: What are the reasons for which S0C7 occurs?

S0C7 occurs only when a Decimal Instruction is used (consult the Principles of Operation) and the data provided does not conform to the convention for packed-decimal data. Note that if the source field is a DISPLAY/zoned-decimal field, you need to apply the consideration of conformation once the dat...
by William Collins
Wed Dec 23, 2015 2:39 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Segregating a variable length file in to different files.
Replies: 5
Views: 865

Re: Segregating a variable length file in to different files.

Note, it is not the "length of the file" it is the record-length, an entirely different thing, whatever you think length of the file means.
by William Collins
Tue Dec 22, 2015 1:43 pm
Forum: Interview Questions.
Topic: Identify and remove the unused variables from a long running COBOL Program.
Replies: 7
Views: 1495

Re: Identify and remove the unused variables from a long running COBOL Program.

Compile with compiler option OPT(FULL). If your compiler doesn't support that, look in your Programming Guide to see what to use instead.
by William Collins
Mon Dec 21, 2015 5:55 pm
Forum: Interview Questions.
Topic: Convert from lower case to Upper case in COBOL.
Replies: 3
Views: 2592

Re: Convert from lower case to Upper case in COBOL.

To do it without a function, you can look at INSPECT ... CONVERTING ...
by William Collins
Wed Dec 16, 2015 12:55 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Count the number of records in a Dataset using REXX.
Replies: 15
Views: 6922

Re: Count the number of records in a Dataset using REXX.

A panel to allow a count of the number of records on a dataset? What a waste of resources. You know that someone (likely) pays for resource-usage on the Mainframe? If you want to find out the number of records, don't lose them. Maintain them on a trailer/stats record, and reconcile them each time th...

Go to advanced search