| Author |
Message |
Topic: SAS EMAIL |
rkarthik22
Replies: 10
Views: 7486
|
Forum: Application Programming Posted: Wed Feb 16, 2011 5:19 am Subject: SAS EMAIL |
What a coincidence.....
Lenovo, Kolusu and my joining date is 27!!!! |
Topic: SAS EMAIL |
rkarthik22
Replies: 10
Views: 7486
|
Forum: Application Programming Posted: Wed Feb 16, 2011 4:56 am Subject: SAS EMAIL |
Hi Lenovo,
Can you Please try this and let me know its working fine.
FILENAME OUTBOX EMAIL FROM=("email@yahoo.com")
TO=("karthik@gmail.com" ... |
Topic: remove leading zeroes and left shift the values |
rkarthik22
Replies: 5
Views: 15984
|
Forum: Utilities Posted: Sat Feb 20, 2010 11:31 am Subject: Re: |
Great Kolusu!!!
It works....
It also removes leading zeroes additionally...
Example input:
100
<
50
>
spaces
0078
<
95
030
O/P:
100.00
<
50.00
>
... |
Topic: remove leading zeroes and left shift the values |
rkarthik22
Replies: 5
Views: 15984
|
Forum: Utilities Posted: Sun Feb 14, 2010 10:48 am Subject: Re: |
Thank you very much Kolusu/Frank.
Both works.
You both are great.
After removing the leading zeroes i want to add '.00' at the end of each field value (but not for the values - 'spaces', '&l ... |
Topic: remove leading zeroes and left shift the values |
rkarthik22
Replies: 5
Views: 15984
|
Forum: Utilities Posted: Thu Feb 11, 2010 11:12 am Subject: remove leading zeroes and left shift the values |
Hi Kolusu,
http://www.mvsforums.com/helpboards/viewtopic.php?t=8788
Here is the thread , where you discussed about removing the leading zeroes and left shift the values of a field.
Here is th ... |
Topic: Compare last month file with current month using sort |
rkarthik22
Replies: 6
Views: 4201
|
Forum: Utilities Posted: Thu Jan 21, 2010 10:10 am Subject: Re: |
Kolusu,
Thanks for your SORT Card..
If you dont mind can you please tell what the below two lines implies..please
JOINKEYS F1=LASTMON,FIELDS=(9,1,A)
JOINKEY ... |
Topic: Compare last month file with current month using sort |
rkarthik22
Replies: 6
Views: 4201
|
Forum: Utilities Posted: Wed Jan 20, 2010 10:22 am Subject: Compare last month file with current month using sort |
Hi Experts,
We have two files, Last month Account file (LRECL: 1160) and this month , current, month Account file (LRECL: 1160)
Both the files doesn't have any headers or trailers.
We have to ... |
Topic: Sort - Elapsed time!!! |
rkarthik22
Replies: 11
Views: 9551
|
Forum: Utilities Posted: Wed Nov 25, 2009 9:33 am Subject: Re: |
Knowing that you have Syncsort, is there any good reason you did not include this in the Subject?
Yeah..i should have mention the sort product that we are using....
.......the product i ... |
Topic: Sort - Elapsed time!!! |
rkarthik22
Replies: 11
Views: 9551
|
Forum: Utilities Posted: Tue Nov 24, 2009 4:47 am Subject: Re: |
I think Frank/Kolusu will not reply me because we are using SYNCSORT here
here is the jes2 msg:
.SARPAGE 1
. ... |
Topic: Sort - Elapsed time!!! |
rkarthik22
Replies: 11
Views: 9551
|
Forum: Utilities Posted: Mon Nov 23, 2009 6:03 am Subject: Sort - Elapsed time!!! |
Hi,
I am having a input file of having 141.5 million records.
Type : FB
LRECL: 3300
SORT FIELDS=(2126,11,CH,A)
SUM FIELDS=NONE
Sort key is in position 2126.
It almost took 23 h ... |
Topic: Jobs schedule - CA7 |
rkarthik22
Replies: 5
Views: 28783
|
Forum: Other Technical Topics Posted: Sun Nov 08, 2009 11:16 pm Subject: Re: |
Hi Digger,
A simple Search in the CA-7 Database Maintenance guide Tells you:
INDEX:
Specifies an adjustment to schedule days. After exercising the ROLL
option, the schedule is adjus ... |
Topic: PDSM Utility. |
rkarthik22
Replies: 2
Views: 2549
|
Forum: Job Control Language(JCL) Posted: Mon Oct 12, 2009 9:25 am Subject: PDSM Utility. |
| Thanks Superk!! |
Topic: Region Parameter |
rkarthik22
Replies: 14
Views: 11695
|
Forum: Job Control Language(JCL) Posted: Fri Oct 09, 2009 3:13 am Subject: Re: |
Yes..
According to our Production standards, We are not Coding this REGION=0M in any of our jcl's.
Instead (To rectify this S878 abend) i am using this
//EZTVFM DD UNIT=DISK,SPACE=(409 ... |
Topic: PDSM Utility. |
rkarthik22
Replies: 2
Views: 2549
|
Forum: Job Control Language(JCL) Posted: Fri Oct 09, 2009 3:08 am Subject: PDSM Utility. |
Hi Experts,
I am Using PDSM (Option 2:EZYEDIT Facility) to change all the Members name in one of my PDS.
E.g.,
I am Changing the 2nd Character of the member name to Z (For all the 200 members i ... |
Topic: Region Parameter |
rkarthik22
Replies: 14
Views: 11695
|
Forum: Job Control Language(JCL) Posted: Mon Sep 28, 2009 11:48 am Subject: Region Parameter |
Hi all,
Region Parameter issue is already discussed here...
http://www.mvsforums.com/helpboards/viewtopic.php?t=90
But Still i have soome doubts.
I am writing a easytrieve Program by compa ... |
| |