Search found 109 matches

by Akatsukami
Thu Jul 28, 2016 1:23 am
Forum: Suggestions & Feedback : About the website.
Topic: Avatars should be no larger than 120x120 pixels.
Replies: 4
Views: 1725

Re: Avatars should be no larger than 120x120 pixels.

I would recommend the use of IrfanView, which allows images to be resized.
by Akatsukami
Tue Jul 26, 2016 11:47 am
Forum: Introduce Yourself and Share Your IT Experience.
Topic: Vidya here.
Replies: 5
Views: 489

Re: Vidya here.

Well, no. But then I style myself a "software developer".
by Akatsukami
Mon May 30, 2016 11:26 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Capture GDG generation for specific date range.
Replies: 5
Views: 633

Re: Capture GDG generation for specific date range.

There seems to be an implicit assumption by Barbie-chan that one generation is created per fixed time period, so that (relative?) generations 31 to 60 always correspond to last (not necessarily calendar) month's data. i think that I would go with nicc 's suggestion and write a programette to generat...
by Akatsukami
Sun May 22, 2016 7:50 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: FTP file with packed decimals.
Replies: 3
Views: 985

Re: FTP file with packed decimals.

There is a fourth theoretical possibility: write code to handle packed decimal fields on the PC. It could be done in Java or C++; however, it requires a level of understanding that no one in your organization may have.
by Akatsukami
Mon May 09, 2016 4:01 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: LISTDSI in z/OS 2.1.
Replies: 2
Views: 354

Re: LISTDSI in z/OS 2.1.

I do not believe that LISTDSI returns that information.
by Akatsukami
Thu Mar 17, 2016 9:59 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Good Eats
Replies: 15
Views: 2712

Re: Good Eats

Pradeep Singh wrote:Hi,

Do you sell these recipes professionally?
No; many of them are not my original creations (I tweak them for my and my roommate's tastes and needs, but I don't consider that sufficient change to make them original).
by Akatsukami
Sun Mar 13, 2016 10:30 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Reading VSAM in Rexx.
Replies: 5
Views: 2286

Re: Reading VSAM in Rexx.

The EXECIO command will not work with VSAM. However, there are third party extensions that will, or you can write a programette to do the I/OO and place the result into a Rexx variable.
by Akatsukami
Mon Mar 07, 2016 10:26 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Why VSAM initialization is required for COBOL?
Replies: 9
Views: 1553

Re: Why VSAM initialization is required for COBOL?

One example of opening an empty KSDS can be when a program wants to read a file which is created or maintained by other system. That time you don't know if the VSAM is empty. But it should happen only when the program executes first time, but we still check for the VSAM status code all our life, ri...
by Akatsukami
Mon Mar 07, 2016 7:42 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Good Eats
Replies: 15
Views: 2712

Re: Good Eats

Italian-Style Bangers and Mash 12 sausage links, about 4-5 oz. each (I used a combination of sweet Italian and country sausages) 1½ lbs. crimini and portobello mushrooms 2 green bell peppers 1 red bell pepper 1 yellow bell pepper 1½ Tbsp. onion powder 1½ tsp. garlic powder 1½ tsp. dried basil 1½ ts...
by Akatsukami
Wed Mar 02, 2016 1:25 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Good Eats
Replies: 15
Views: 2712

Re: Good Eats

Herbed Cicken 8 boneless, skinless chicken breast halves ½ cup mayonnaise 2 Tbsp. dried basil 2 Tbsp. oregano 1 Tbsp. garlic powder 2 tsp. salt 2 tsp. freshly ground black pepper Preheat the oven to 350°F. Spray a large baking pan with cooking spray. Mix all other ingredients to form a paste, and s...
by Akatsukami
Mon Feb 22, 2016 8:22 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Put data from 21 VSAM files to one flat file.
Replies: 11
Views: 1195

Re: Put data from 21 VSAM files to one flat file.

NutanPsk wrote:We are using DFSort. I think I am not mistaken when I say this. (How do I verify? )
Look at the messages in SYSOUT. Messages beginning with "ICE" indicate DFSORT, messages beginning with "WER" indicate Syncsort.
by Akatsukami
Thu Feb 18, 2016 7:58 pm
Forum: AppStore & Mainframes, Simulators and Emulators.
Topic: Do we have some free Mainframe simulator somewhere?
Replies: 4
Views: 6850

Re: Do we have some free Mainframe simulator somewhere?

There is the Hercules emulator. Be aware, though, that you will have to be your own sysprog.
by Akatsukami
Wed Feb 10, 2016 3:06 am
Forum: IBM DB2 and IMS DB/DC
Topic: Difference between Package and Plan in DB2.
Replies: 4
Views: 2006

Re: Difference between Package and Plan in DB2.

Absolutely; packages have a one-to-one relationship to source modules. A plan is a group of packages; it will correspond to one or more load modules.
by Akatsukami
Wed Feb 10, 2016 3:03 am
Forum: IBM DB2 and IMS DB/DC
Topic: Unique column, unique index and priamry key use in DB2.
Replies: 3
Views: 519

Re: Unique column, unique index and priamry key use in DB2.

By defining a column as unique, you are asserting that it will be used in a unique index. Note that the converse is not true; a unique index can be created without defining any of the columns in it as unique. Remember that a primary key will be used to constrain rows in another table, and that ther...
by Akatsukami
Wed Feb 03, 2016 7:49 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Know the OS version using a TSO command.
Replies: 11
Views: 2224

Re: Know the OS version using a TSO command.

The Rexx external function MVSVAR will return this information in variable SYSOPSYS.
by Akatsukami
Tue Jan 19, 2016 7:15 pm
Forum: IBM DB2 and IMS DB/DC
Topic: NULL terminated string?
Replies: 3
Views: 601

Re: NULL terminated string?

Note that if you are embedding SQL in a C or PL/I program where NUL-terminated strings do exist, DB2 will accept them but convert them to standard VARCHAR (prefixed with a halfword length) for storage, and will convert the VARCHAR data to NUL-terminated strings, if necessary, when they are SELECTed ...
by Akatsukami
Thu Jan 14, 2016 4:52 pm
Forum: Suggestions & Feedback : About the website.
Topic: Flags
Replies: 34
Views: 2714

Re: Flags

The last is not the flag of England, but of Great Britain (the union of England and Scotland that existed 1707-1801).
by Akatsukami
Mon Jan 11, 2016 5:47 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Good Eats
Replies: 15
Views: 2712

Re: Good Eats

Problem is: "cups" and "sticks" do not convert to ounces or grams. I wonder if Google is my friend? Google probably is, but the Online Conversion website is even friendlier :) Edit And are those American cups? I don't think that there's officially such a thing as an "Imperi...
by Akatsukami
Mon Jan 11, 2016 7:14 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Good Eats
Replies: 15
Views: 2712

Re: Good Eats

Parmesan Chicken 8 boneless, skinless chicken breast halves ½ cup (1 stick) unsalted butter ⅔ cup dry unseasoned bread crumbs ½ cup grated Parmesan cheese 1½ tsp. freshly ground black pepper ½ tsp. garlic powder Pre-heat the oven to 350°F. Mix together the bread crumbs, Parmesan cheese, pepper, and...
by Akatsukami
Fri Jan 08, 2016 6:45 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What is Legacy Modernization? And how it applies to mainframes?
Replies: 10
Views: 1092

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

Well, first off, "JCLs" will not "summarize files in the evening to create a batch file", although it may be the case that utilities executed through JCL will create a master data set using various work data sets as input. As I am not a *nix programmer, I don't know offhand what ...

Go to advanced search