Author |
Message
|
vandana |
Posted: Tue Jan 15, 2002 2:24 am Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
Hi,
I'm based in India and want to know the details regarding the certification(Test 095) i.e the registration fees and the place
where i can register.
Thanks and Regards,
Vandana
|
|
Back to top |
|
 |
StefanSievert |
Posted: Tue Jan 15, 2002 2:52 am Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
Vandana,
the information can be found at IBM's web site at:
http://www-1.ibm.com/certify/certs/mqcsmqs.shtml
Scroll down to the bottom of the page and you'll see two links you can try.
Stefan
[ This Message was edited by: StefanSievert on 2002-01-15 02:53 ] |
|
Back to top |
|
 |
vandana |
Posted: Tue Jan 15, 2002 11:57 pm Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
i did go thru the links but did no t get relevant infm.
Could u help me on the pc-cobol problem ???
|
|
Back to top |
|
 |
StefanSievert |
Posted: Wed Jan 16, 2002 12:13 pm Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
Vandana,
1) click on the Prometric link
2) on their site, click on 'Find a Test Center' in the greenish area at the top
3) Select 'IBM/Tivoli' from the first drop down list
4) Select 'India' from the second drop down list
5) Click on 'Next'
6) Select the entry starting with '000-095' from the exams drop down list
7) see 5)
eight) Select your language
9) Click on 'Submit'
10) Select one of the 119 Testing centers in India
11) Take the test
12) Pass it
13) Welcome to the club!
I will get back to you about the COBOL problem either tonight or tomorrow.
Stefan
_________________
Stefan Sievert
IBM Certified * MQSeries
[ This Message was edited by: StefanSievert on 2002-01-16 12:14 ] |
|
Back to top |
|
 |
vandana |
Posted: Thu Jan 17, 2002 12:18 am Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
thanks stefan !!!
the solution of the cobol pgm will
help me tremendously.
Thanks and Regards,
Vandana
_________________
[ This Message was edited by: vandana on 2002-01-17 00:20 ]
[ This Message was edited by: vandana on 2002-01-17 03:21 ] |
|
Back to top |
|
 |
StefanSievert |
Posted: Thu Jan 17, 2002 12:11 pm Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
Vandana,
i searched my harddrive yesterday for the project files of that COBOL program I was working on for a customer, unfortunately to no avail.
However, I am pretty sure that it has to do with the way you link your program. I remember that I had the same error at the beginning (because I used MicroFocus COBOL for the first time). I had to tell the linker to do static linking on some hidden dialog of the IDE. Maybe the online help will provide you more details on how to specify static linkage on the command line.
Sorry, but I can't provide you more details on that. My brain gets old and older...
I am surprised that nobody on the forum is using MicroFocus (well, maybe I am not....).
Stefan
_________________ Stefan Sievert
IBM Certified * WebSphere MQ |
|
Back to top |
|
 |
vandana |
Posted: Fri Jan 18, 2002 2:53 am Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
What is the online help ?
What is IDE ??
Is there any other way i can get more infm ???
|
|
Back to top |
|
 |
StefanSievert |
Posted: Fri Jan 18, 2002 12:24 pm Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
Quote: |
On 2002-01-18 02:53, vandana wrote:
What is the online help ?
What is IDE ??
Is there any other way i can get more infm ???
|
Oh well.... I thought you are using Micro Focus NetExpress (the COBOL development environment). What ARE you actually using? And on what platform?
I was using it on NT. Every Windows application usually has a menu bar item called 'Help' where you can find 'online' (i.e. non-paper) documentation. That's what I meant with that.
Now, IDE is an ambigious acronym with different meanings in the hardware and software contact admin. For software it means 'Integrated Development Environment' and is a graphical environment to develop software. Examples for products that come with an IDE would be Visual C, VisualAge for Java, Delphi, ......
Where can you get more help.... Do you have any access to documentation for the compiler/linker you use? If not, where did you get the compiler? Any vendor support available? Other people on this forum?
Please give us some details about which Compiler (product, version) on which platform you are actually using.
AND.... please make sure that you have followed the description about how to prepare your COBOL program as outlined in the MQSeries Application Programming Guide, Chapter 29. It contains all the commands and parameters that you have to use to compile and link your program.
_________________
Stefan Sievert
IBM Certified * MQSeries
[ This Message was edited by: StefanSievert on 2002-01-18 15:37 ] |
|
Back to top |
|
 |
vandana |
Posted: Sun Jan 20, 2002 10:45 pm Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
I think there's some variation in the compiler that I'm trying to use.
i tried compiling the amq0put0.cbl.
using Micro Focus COBOL/2 Version 1.1.0 L2.0
compiler on nt server 4.0.I'm exactly following the steps given in the manual
and have specified it the previous query(Microfocus cobol for nt).
There's no IDE that i use for it.I write the program in any editor(notepad ,edit) and compile,link and run it at the dos prompt.
Where can I download the compiler from ??
I don't want to buy it since I'm not using for acoomercial Application
development.
|
|
Back to top |
|
 |
vandana |
Posted: Sun Jan 20, 2002 10:49 pm Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
I think there's some variation in the compiler that I'm trying to use.
i tried compiling the amq0put0.cbl.
using Micro Focus COBOL/2 Version 1.1.0 L2.0
compiler on nt server 4.0.I'm exactly following the steps given in the manual
and have specified it the previous query(Microfocus cobol for nt).
There's no IDE that i use for it.I write the program in any editor(notepad ,edit) and compile,link and run it at the dos prompt.
Where can I download the compiler from ??
I don't want to buy it since I'm not using for acoomercial Application
development.
|
|
Back to top |
|
 |
vandana |
Posted: Sun Jan 20, 2002 10:52 pm Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
I think there's some variation in the compiler that I'm trying to use.
i tried compiling the amq0put0.cbl.
using Micro Focus COBOL/2 Version 1.1.0 L2.0
compiler on nt server 4.0.I'm exactly following the steps given in the manual
and have specified it the previous query(Microfocus cobol for nt).
There's no IDE that i use for it.I write the program in any editor(notepad ,edit) and compile,link and run it at the dos prompt.
Where can I download the compiler from ??
I don't want to buy it since I'm not using for commercial Application
development.
_________________
[ This Message was edited by: vandana on 2002-01-20 23:14 ] |
|
Back to top |
|
 |
RogerLacroix |
Posted: Sun Jan 20, 2002 11:17 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
Easy on that submit button.
If you want a free IDE to write COBOL code that works with MQSeries then why don't you download Fujitsu's COBOL v3 compiler/linker (student version).
Fujitsu's web site is at:
http://www.adtools.com/student/index.htm
or you can download from my site at:
http://www.geocities.com/capitalware/pc_win_dev.html
Plus I have sample MQ COBOL code with makefiles for Fujitsu's COBOL compiler at my site.
later
Roger...
[ This Message was edited by: RogerLacroix on 2002-01-20 23:18 ] |
|
Back to top |
|
 |
|