Search Results

Search: Posts Made By: jbrubaker
4,605
Posted By jbrubaker
When I issue "whereis idebug" I get: ...
When I issue "whereis idebug"

I get:

idebug:

That's it. I did actually find it's directory my manually navigating, but I'm curious if anyone knows what the 'idebug:' means.
4,605
Posted By jbrubaker
Executing idebug in AIX
There is an interactive debugger on our AIX box. According to the IBM provided doc, if you type the command

IDEBUG

The debugger will start. When I do this I get

ksh: idebug: 0403-006...
11,798
Posted By jbrubaker
I changed my assign statement from SELECT...
I changed my assign statement from

SELECT ABE-INPUT ASSIGN TO STL-ABEMTHFULL

to

SELECT ABE-INPUT ASSIGN TO ABEMTHFULL

This worked.

Thanks a bunch.

I cant believe how fast this...
11,798
Posted By jbrubaker
COBOL file status 39
When I execute a COBOL load module, I get the following error:

$ a.out
IWZ200S Error detected during OPEN for file 'ABE-INPUT'. File status is: 39.
Message routine called from offset...
15,202
Posted By jbrubaker
OK, FIXED IT. There was a line at the beginning...
OK, FIXED IT. There was a line at the beginning of my source code

PROCESS OPTIONS.

Not sure where it came from.

Thanks for letting me babble.
15,202
Posted By jbrubaker
OK, I figured that out - in Textpad I turned on...
OK, I figured that out - in Textpad I turned on "view visible spaces' and there were spaces or line feed tags in the beginning of the line throwing the compiler off. So this is fixed.

Now, I am...
15,202
Posted By jbrubaker
Just got back to my COBOL /UNIX experiment. ...
Just got back to my COBOL /UNIX experiment.

Don't know if your still around or not but here is what I am getting now.

It's almost like my editor (text pad) is putting something at the end of...
15,202
Posted By jbrubaker
Output in code wraps LineID Message code ...
Output in code wraps

LineID Message code Message text

...
15,202
Posted By jbrubaker
$ echo "SHLIB_PATH " "$SHLIB_PATH" SHLIB_PATH ...
$ echo "SHLIB_PATH " "$SHLIB_PATH"
SHLIB_PATH
$ echo 'LD_LIBRARY_PATH " "$LD_LIBRARY_PATH"
>

That is the output.
15,202
Posted By jbrubaker
OK, I am having trouble with this again. First...
OK, I am having trouble with this again. First off, when I issue the SAME EXACT command that I used to create an object module, I end up with the abeprep.o file instead, meaning it did not link...
2,565
Posted By jbrubaker
Using IDEBUG on AIX 5.2
I am trying to run the interactive debugger locally on our new unix machine.
When I type idebug I get 'execute permission denied'. When I look at idebug in /usr/idebug it has all file permissions...
4,037
Posted By jbrubaker
I'm a little confused. When you say "keep major...
I'm a little confused. When you say "keep major applications in their own file systems" do you mean create their own directories at the root level????

After briefly reading the detailed...
7,481
Posted By jbrubaker
Determining file length
How can I determine what UNIX thinks the record size of any given file is??
4,037
Posted By jbrubaker
So it does sound like putting directories under...
So it does sound like putting directories under /usr is not wise and we would be better off creating a production directory structure under the /HOME directory.

Thanks for the replies and please...
4,037
Posted By jbrubaker
Production Directory Structures
We (our company) has just purchased a new IBM unix machine. We have been doing some research and have found that it is NOT a good idea to put your own in-house-written applications under the...
12,468
Posted By jbrubaker
Thanks it worked!!! I typed kill 565898 ...
Thanks it worked!!!

I typed
kill 565898

Then
Who

And the ID was no longer active.
12,468
Posted By jbrubaker
When i use WHO I get this next to the ID I want...
When i use WHO I get this next to the ID I want to kill:

pts/1 Jul 05 15:02 (IP address)

Does that mean terminal 1??

If so, when I type

ps -ef | grep 1

I see this next...
12,468
Posted By jbrubaker
I think PID means process identifier??? Is that...
I think PID means process identifier??? Is that right??

What is the command to kill the pid from the root??
12,468
Posted By jbrubaker
What is the pid?
What is the pid?
12,468
Posted By jbrubaker
Deleting a user session
I logged on yesterday and ran something that made my ID hang. I X'd out of the session and then logged on again and my ID from the original session is still there. I checked again this morning and...
15,202
Posted By jbrubaker
I got it cob2 comprc_ok=8 abeunix.cbl ...
I got it

cob2 comprc_ok=8 abeunix.cbl

This created a.out

I executed it and it told me my input file was missing - which means it is working.

Thanks again.
15,202
Posted By jbrubaker
The new files are abeunix.lst abeunix.o ...
The new files are

abeunix.lst
abeunix.o

BUT - your going to kill me for this. I am getting a return code of 8 which probably means my link step is not working. I looked at the errors and...
15,202
Posted By jbrubaker
My source code file is abeunix.cbl The...
My source code file is abeunix.cbl

The reason I tried to execute the abeunix.o file is that that was the one created when I compiled that was not the listing (abeunix.lst)

When I ran

cob2...
15,202
Posted By jbrubaker
When I compile I use the command: cob2...
When I compile I use the command:

cob2 abeunix.cbl

It creates the abeunix.o object.

Should I be compiling differently??

I am using the IBM COBOL for AIX compiler. On the listing it...
15,202
Posted By jbrubaker
error running COBOL - ".loader does not exist"
Hello. I am new to the unix environment. Currently, I am taking existing COBOL source code and attempting to compile and run on our new UNIX machine. I have succesfully compiled an object. When I...
Showing results 1 to 25 of 25

 
All times are GMT -4. The time now is 12:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy