Search Results

Search: Posts Made By: Manish4
4,783
Posted By Manish4
Segmentation Fault(coredump)
I'm getting this error when trying to run a Acucobol program thru UNIX..

Segmentation Fault(coredump)
Precompiler error prevents compilation of xxxxxx.co.

Please help me in this case..
3,010
Posted By Manish4
use of system date in awk
This is the code i'm using but it is not displayin the date in the report.

BEGIN {
var_hdr3 = "REPORT RUN DATE"
var_date = "date +%m/%d/%Y"
printf "%s %s\n",var_hdr3 ,var_date;

exit 0;
}
3,010
Posted By Manish4
Use of system date in awk
i'm facing problems in using system date in a awk script...
it should display the date in a report in mm/dd/yy format..
please help me in this case..

thanks
2,333
Posted By Manish4
using system date in awk
hi,

I'm getting some issues while running below awk:-
I want to use the system date to get pritned on the report but not getting it
please help in this case

BEGIN
{
sysdate =...
2,825
Posted By Manish4
shell script to ftp a file
Hi

I would like to construct a UNIX shell script which when run, it will log on to an existing ftp server using a generic account and password, then list the files in a specific folder that...
Showing results 1 to 5 of 5

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