Search found 20 matches

by Rahmat Ali
Sun Sep 20, 2015 2:07 pm
Forum: Interview Questions.
Topic: Question on COMMIT in DB2 COBOL program.
Replies: 1
Views: 1721

Question on COMMIT in DB2 COBOL program.

Interviewer asked a question that in a DB2/COBOL program, we want to update a table and we missed to code COMMIT in the program. Will the table gets updated when the program executes successfully? Though I answered that when program executes successfully then COMMIT will happen on its own. Hence the...
by Rahmat Ali
Fri Sep 19, 2014 5:22 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5207

Re: Space abend SB37 and Space parameter.

Thanks Robert. I think I'm already facing that situation... any comments on that, please.
by Rahmat Ali
Fri Sep 19, 2014 5:16 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5207

Re: Space abend SB37 and Space parameter.

We got another abend for the same job today again and the file has got 3 Million records! For these many records I need

Since the volume of records I have is 3,000,000, cylinders= int(3,000,000/180 = 16666.66) = rounded to 16,666

Is this really true???
by Rahmat Ali
Fri Sep 19, 2014 9:19 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Advertising Blunders.
Replies: 2
Views: 601

Re: Advertising Blunders.

Yes.. beware :D .
by Rahmat Ali
Fri Sep 19, 2014 9:18 am
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: zIIP and zAAP - how to identify?
Replies: 7
Views: 901

Re: zIIP and zAAP - how to identify?

As far as I recall the trace had not had details about zIIP but I was told (later) that shop is zIIP enabled though it had details about the CPU number...that's why I ask here.
by Rahmat Ali
Fri Sep 19, 2014 9:14 am
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5207

Re: Space abend SB37 and Space parameter.

Thanks. But the confusion still persists. As I showed in my first post the SPACE in use in production Job is SPACE=(4068,(500,500),RLSE) and it works well most of the time. But recently we got SB37 because the file got 300K records compared to usual 50K. I'm not sure if I code SPACE=(CYL,(600,100),R...
by Rahmat Ali
Thu Sep 18, 2014 9:22 am
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: zIIP and zAAP - how to identify?
Replies: 7
Views: 901

Re: zIIP and zAAP - how to identify?

Thanks Robert.

I was expecting TSO ISPVCALL to help a bit. You think this can not be used for this purpose?

I don't have access to issue console commands. But if I had, where do I issue them as am an application developer I'm just not sure.
by Rahmat Ali
Wed Sep 17, 2014 2:54 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5207

Re: Space abend SB37 and Space parameter.

Based on the inputs from you nic and with some reading, I do it this way: on 3390-n device forhalf trac blocking, I can have 55,996/2=27,998 blocksize. To calculate the most efficient blocksize to used: bestblocksize = INTEGER(half-track-blocksize/LRECL)*LRECL In my case the lrecl is 4068, so the be...
by Rahmat Ali
Wed Sep 17, 2014 2:44 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229228

Re: Where do you live?

Thanks for the welcome Anuj.
by Rahmat Ali
Wed Sep 17, 2014 2:43 pm
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: zIIP and zAAP - how to identify?
Replies: 7
Views: 901

Re: zIIP and zAAP - how to identify?

As much I search for this I could only find some references like in DB2 10 - 'this' will be offladed to zIIP/zAAP etc. but I don't get a reference for the original questions, can someome please help.
by Rahmat Ali
Wed Sep 17, 2014 2:42 pm
Forum: Suggestions & Feedback : About the website.
Topic: Help in choosing a better name.
Replies: 4
Views: 606

Re: Help in choosing a better name.

That is also fine. 'views' could have been better but you rule that out already.
by Rahmat Ali
Wed Sep 17, 2014 1:29 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Advertising Blunders.
Replies: 2
Views: 601

Advertising Blunders.

Check out some of the advertising blunders committed by some leading global brands: A hair products company, Clairol, introduced the "Mist Stick", a curling iron, into Germany only to find out that mist is a slang for manure. Not too many people want to use manure stick. When Gerber starte...
by Rahmat Ali
Fri Sep 12, 2014 9:35 am
Forum: Suggestions & Feedback : About the website.
Topic: Help in choosing a better name.
Replies: 4
Views: 606

Re: Help in choosing a better name.

You can call it IP(s) or visitor(s)?
by Rahmat Ali
Fri Sep 12, 2014 9:33 am
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5207

Re: Space abend SB37 and Space parameter.

4068 is LRECL but even if it by chance same as LRECL and coded this way, system will treat it as BLKSIZE and not LRECL, right?? We have a dataclass coded for this sortout so will NOT that take care about the space thing itself? For example, if this data set has 1,000,000 records - what is the best S...
by Rahmat Ali
Fri Sep 12, 2014 9:27 am
Forum: Introduce Yourself and Share Your IT Experience.
Topic: Hi!
Replies: 2
Views: 481

Re: Hi!

Thanks for the welcome Anuj. :)
by Rahmat Ali
Thu Sep 11, 2014 7:01 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5207

Space abend SB37 and Space parameter.

Hi, For a sortout dataset, defined as below, we are constantly getting the SB37: //STEP01.SORTOUT DD DSN=xxxx.abcd.CBB.SORTOUT(+1), // DISP=(,CATLG,DELETE), // DATACLAS=xxxx, // SPACE=(4068,(500,500),RLSE), // VOL=(,,,6) The DSLIST information for this from a test job is this: General Data Current A...
by Rahmat Ali
Tue Sep 09, 2014 4:56 pm
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: zIIP and zAAP - how to identify?
Replies: 7
Views: 901

zIIP and zAAP - how to identify?

Hi,

If a shop is zIIP and zAAP enabled, how can we identify this unless someone tells us this? Is there a way to see such a configuration?

And in general is there a way to see the configuration of the mainframes/LPAR in general?
by Rahmat Ali
Tue Sep 09, 2014 4:54 pm
Forum: Introduce Yourself and Share Your IT Experience.
Topic: Hi!
Replies: 2
Views: 481

Hi!

Hi,

I'm Rahmat Ali. I've experience with COBOL, JCL, DB2 and VSAM. Though I don't consider an expert in all these but I'm good enough.
by Rahmat Ali
Tue Sep 09, 2014 4:50 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229228

Re: Where do you live?

I''m from India too.
by Rahmat Ali
Tue Sep 09, 2014 4:48 pm
Forum: Suggestions & Feedback : About the website.
Topic: How did you find us?
Replies: 294
Views: 500700

Re: How did you find us?

Found you on google while searching for File-aid related problem.

Go to advanced search