Search Results

Search: Posts Made By: KathyB148
Forum: Programming 09-04-2015
2,108
Posted By KathyB148
It is interesting that you say that. I have a...
It is interesting that you say that. I have a rather large loop with multiple conditions and when I comment out that loop, the program runs and writes to the end. I am going to re-write the loop...
Forum: Programming 09-04-2015
2,108
Posted By KathyB148
There is over 1200 lines of code and I have no...
There is over 1200 lines of code and I have no idea what would be helpful for you to see. The output always stops at 203 lines and 8192 characters, with a "last line not complete" message. They are...
Forum: Programming 09-04-2015
2,108
Posted By KathyB148
Error in my FORTRAN program
I have a Fortran program and I am writing out to logical unit 7. The program is reading from a text file and writing to the new file formatted. It gets through the read and writes some to the file...
1,475
Posted By KathyB148
I see num is the variable; what is junk?
I see num is the variable; what is junk?
1,475
Posted By KathyB148
Remove a character and assign result to a variable
I am reading lines from a file that contain a number sign (#) before a three or four digit number:

#1043
#677

I can remove the '#' and get just the number. However, I then want to assign that...
6,682
Posted By KathyB148
For testing, we are using a vpn tunnel to move...
For testing, we are using a vpn tunnel to move files, FTP to the IP address of the server. I don't believe any individual file is bigger than 2GB. I have been using your method, moving various files...
6,682
Posted By KathyB148
@vbe, that is certainly good information. Do you...
@vbe, that is certainly good information. Do you happen to know the restriction on a .tar file size?
6,682
Posted By KathyB148
rbatte1 asked what the id on the target system...
rbatte1 asked what the id on the target system is...

uid=0(root) gid=0(system) groups=2(bin),3(sys),7(security),8(cron),10(audit),11(lp)

and the permission in the target directory (as well as...
6,682
Posted By KathyB148
To create the .tar file, I was in a temp...
To create the .tar file, I was in a temp directory and ran the following:
'tar -cvf myfile.tar /pulsar/paysrc/libsrc'
Then, viewing the tar using 'tar tvf myfile.tar' I see that all the contents of...
6,682
Posted By KathyB148
[Solved] Using tar to move directories
I have figured out how to create a tar file that holds all the files in a particular directory. The plan is to move the tar to a new system via FTP so that we can test the new system with our files...
Forum: Programming 03-08-2013
5,003
Posted By KathyB148
Have you used any of these products? I was...
Have you used any of these products? I was looking at EasySoft earlier as well. The problem is that the database is actually not just one file system...for example, we have many clients and each...
Forum: Programming 03-08-2013
5,003
Posted By KathyB148
Help with ISAM data access
We are using an ISAM database, it is called RTISAM and has been in place for many years. We access the data using AIX code and using FORTRAN programs. I have heard that there are ways to access...
Forum: AIX 01-17-2013
3,764
Posted By KathyB148
Help Formatting Output
I am using FORTRAN 90 on AIX 5.3 and need to output my data to a tab-delimited file. It must have actual tabs, and I cannot figure out a way to make it work. The resulting file will be imported into...
5,215
Posted By KathyB148
Oh, I think "simple" may be a little premature :)...
Oh, I think "simple" may be a little premature :) - will let you know!
5,215
Posted By KathyB148
Actually that is part of what I want, but using...
Actually that is part of what I want, but using grep is probably the way to go anyway. I will give that a try. Thanks so much for all the help. I'll post again if it works out.
5,215
Posted By KathyB148
That's what I meant about the WinFAST extraneous...
That's what I meant about the WinFAST extraneous information; For all intents & purposes, the user makes the initial choice for this type of report by selecting a radio button, in this case that...
5,215
Posted By KathyB148
Anywhere a choice is made; for example:...
Anywhere a choice is made; for example: ~GR~FIELD1GRID~1|2|3|5|6|7 means the user has chosen the fields from the grid (field 1,2,3,5,6,7) to include in the report. The user then makes other choices,...
5,215
Posted By KathyB148
Not that this will make much sense, but this is...
Not that this will make much sense, but this is the file recording the screen layout that the client sees as well as their selections and the resulting file (a .csv file) shown near the end. ...
5,215
Posted By KathyB148
We can capture the output from the GUI (which is...
We can capture the output from the GUI (which is the input to the program, I suppose). This info is written to a file; problem is, since this GUI is just a passthru to Unix, what ends up in the file...
5,215
Posted By KathyB148
The program could be run from the command line if...
The program could be run from the command line if the user knew what to enter as the GUI returns, for instance - the GUI user could push an 'ok' button while the command line user would have to type...
5,215
Posted By KathyB148
For example, the client selects this custom...
For example, the client selects this custom report via a radio button on the GUI. This calls the FORTRAN program that creates the report. The client then selects which fields they want on the...
5,215
Posted By KathyB148
Unix is on IBM AIX version 5100-04. WinFAST...
Unix is on IBM AIX version 5100-04. WinFAST (there is a website: gowinfast.com) is sort of a Unix covering. In-house, we only use the AIX editor, not the GUI. While the client is entering via the...
5,215
Posted By KathyB148
Thank you for the quick response. Sorry it took...
Thank you for the quick response. Sorry it took so long to reply. The problem is that the parameters as determined by the client, are coming into the script from a GUI called winFAST. So we will...
5,215
Posted By KathyB148
Record and re-use keystrokes
We have a FORTRAN program that creates a report for our client. The client makes a number of selections as to what will appear on the report. However, the client has to repeat this everytime the...
Showing results 1 to 24 of 24

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