Author |
Message |
Topic: URGENT requirement |
MikeBaker
Replies: 4
Views: 2519
|
Forum: Application Programming Posted: Thu Apr 27, 2006 4:05 am Subject: URGENT requirement |
is this still an urgent requirement? |
Topic: COBOL program as subject of ATTACH in Z/OS |
MikeBaker
Replies: 1
Views: 1594
|
Forum: Application Programming Posted: Thu Mar 23, 2006 4:01 pm Subject: COBOL program as subject of ATTACH in Z/OS |
Have you read this?
http://publib.boulder.ibm.com/infocenter/pdthelp/v1r1/index.jsp?topic=/com.ibm.entcobol4.doc/igym1apc.htm |
Topic: Assembler lang. - start |
MikeBaker
Replies: 4
Views: 2562
|
Forum: Application Programming Posted: Sun Mar 19, 2006 3:17 am Subject: Assembler lang. - start |
If you are serious about learning Assembler, then I would highly recommend buying the following book
http://www.murach.com/books/mbal/index.htm
Also print off the BAL instructions from Quick Ref ... |
Topic: Easytrieve DLI/IMS and Secondary Indexes |
MikeBaker
Replies: 1
Views: 2258
|
Forum: Application Programming Posted: Wed Mar 01, 2006 4:44 pm Subject: Easytrieve DLI/IMS and Secondary Indexes |
Hi all,
Please ignore this question. I think the problem lies elsewhere, and am still busy trying to isolate it. Thanks. |
Topic: Easytrieve DLI/IMS and Secondary Indexes |
MikeBaker
Replies: 1
Views: 2258
|
Forum: Application Programming Posted: Wed Mar 01, 2006 4:17 am Subject: Easytrieve DLI/IMS and Secondary Indexes |
Has anyone ever managed to get an Easytrieve DLI/IMS program to issue a DLI call using an SSA which specifies that it wants to use Secondary Index? The SSA is correct, and so is the DBD/PSB, as it wor ... |
Topic: Regarding READ PREVIOUS in cobol batch code |
MikeBaker
Replies: 7
Views: 7450
|
Forum: Application Programming Posted: Wed Feb 15, 2006 4:01 pm Subject: Regarding READ PREVIOUS in cobol batch code |
This information comes from Ron Ferguson, the world's foremost expert on VSAM. The information is in his book called "VSAM". He also recently presented at SHARE, and presented two great sessions on VS ... |
Topic: Regarding READ PREVIOUS in cobol batch code |
MikeBaker
Replies: 7
Views: 7450
|
Forum: Application Programming Posted: Tue Feb 14, 2006 4:28 pm Subject: Regarding READ PREVIOUS in cobol batch code |
What the fine manual will not tell you is that RANDOM will cause NIS-mode splits, but DYNAMIC will cause SIS-mode splits; ie: there are two different types of CA/CI split. If you choose the wrong type ... |
Topic: Diplaying data using address (pointer) |
MikeBaker
Replies: 1
Views: 1427
|
Forum: Application Programming Posted: Tue Feb 14, 2006 4:10 pm Subject: Diplaying data using address (pointer) |
Do a GOOGLE on "directly addressing memory in cobol", and you'll find two PDF articles by Jim Moore about doing this. The only examples you normally see of this type of thing is doing Control Block ac ... |
Topic: calculating the space for a PS file. |
MikeBaker
Replies: 8
Views: 4740
|
Forum: Job Control Language(JCL) Posted: Fri Feb 10, 2006 2:59 am Subject: calculating the space for a PS file. |
mf_user,
Don't invest too much faith in your BLK3390. It gives 27900 as the recommended blocksize. For a 3390, the (IBM) optimal blocksize is actually 27998.
And besides, any decent shop should ... |
Topic: Object Modules |
MikeBaker
Replies: 4
Views: 2386
|
Forum: Utilities Posted: Mon Feb 06, 2006 3:26 am Subject: Object Modules |
Two simple options:
1: AMBLIST. You will have this.
www.naspa.com/PDF/2002/0202%20PDF/T0202012.pdf
2: File-Aid. If you have this, it's better than AMBLIST. Use the "LMODMAPA" command. |
Topic: Get CPU ID (serial number) via Assembler |
MikeBaker
Replies: 5
Views: 5161
|
Forum: Other Technical Topics Posted: Mon Feb 06, 2006 2:27 am Subject: Get CPU ID (serial number) via Assembler |
The TSO function (usable in a REXX) "SYSCPUS" is specifically for inquiring on CPUs; ie: what CPUs do you have online, and what are their serial numbers? |
Topic: VSAM Analyzers |
MikeBaker
Replies: 2
Views: 2240
|
Forum: Data Management Posted: Tue Jan 31, 2006 9:39 pm Subject: VSAM Analyzers |
http://www.mainstar.com/products/cm/vmp/index.asp
Mainstar was founded by Ron Ferguson, who is also the world recognised authority on VSAM. Unlike any other VSAM product on the market, “VSAM ... |
Topic: Help with U0808 |
MikeBaker
Replies: 3
Views: 4996
|
Forum: Problem Determination Posted: Tue Jan 31, 2006 2:00 am Subject: Help with U0808 |
Interesting problem code...
I'm guessing that you must be a DBA, because this is not a Application Programmer problem. Perhaps "Problem Determination" point 17G is worth looking at. It says (for U8 ... |
Topic: Composite v/s fractional link |
MikeBaker
Replies: 5
Views: 2877
|
Forum: Application Programming Posted: Mon Jan 30, 2006 9:49 pm Subject: Composite v/s fractional link |
Sushil,
Thanks for the useful information. The link cards you have shown are fairly standard (in many shops). So far as trying to come up with some definition for "fractional link", I wonder if per ... |
Topic: Composite v/s fractional link |
MikeBaker
Replies: 5
Views: 2877
|
Forum: Application Programming Posted: Fri Jan 27, 2006 6:39 pm Subject: Composite v/s fractional link |
Sushil,
Please give MORE information. Like some of the previous questions you have posted, you have a knack for making things complicated.
What (Application Programming) Language are you talking ... |
|