Author |
Message |
Topic: Mainframe Challenge |
kingo
Replies: 3
Views: 8880
|
Forum: About Mvsforums Posted: Sat Oct 03, 2009 5:34 am Subject: Mainframe Challenge |
Guessed that  |
Topic: Eliminating dates of different format |
kingo
Replies: 12
Views: 5726
|
Forum: Utilities Posted: Thu Jul 09, 2009 1:49 pm Subject: Eliminating dates of different format |
I totally agree with you Kolusu will seriously work on that going forward |
Topic: Eliminating dates of different format |
kingo
Replies: 12
Views: 5726
|
Forum: Utilities Posted: Thu Jul 09, 2009 1:47 pm Subject: Eliminating dates of different format |
Finally it worked
Thanks dick and Kolusu for helping me out
000006 //SORTIN DD *
000007 AAAAAAAAAAAA.10/10/2009 ... |
Topic: Eliminating dates of different format |
kingo
Replies: 12
Views: 5726
|
Forum: Utilities Posted: Thu Jul 09, 2009 1:22 pm Subject: Eliminating dates of different format |
Yes Dick
I did the change as well but it did not yield the desired result |
Topic: Eliminating dates of different format |
kingo
Replies: 12
Views: 5726
|
Forum: Utilities Posted: Thu Jul 09, 2009 12:55 pm Subject: Eliminating dates of different format |
I ran the code
//SORTIN DD *
AAAAAAAAAAAA.2009-10-10
----+----1----+----2----+---- ... |
Topic: Eliminating dates of different format |
kingo
Replies: 12
Views: 5726
|
Forum: Utilities Posted: Thu Jul 09, 2009 12:45 pm Subject: Eliminating dates of different format |
Sorry Kolusu..
I just tested the same code which you had given and agreed with that
But that is not what I wanted
I will explain my requirement
I have dates in MM/DD/CCYY and CCYY@MM@DD forma ... |
Topic: Eliminating dates of different format |
kingo
Replies: 12
Views: 5726
|
Forum: Utilities Posted: Thu Jul 09, 2009 12:16 pm Subject: Eliminating dates of different format |
Thanks Kolusu.
It worked as per my requirement. |
Topic: Eliminating dates of different format |
kingo
Replies: 12
Views: 5726
|
Forum: Utilities Posted: Thu Jul 09, 2009 11:37 am Subject: Eliminating dates of different format |
Hi,
I have input file like
AAA.20009-10-10
AAA.10/10/2009
Output
AAA.20009-10-10
or
AAA.10/10/2009
My output should have either of the records w ... |
Topic: FileA and FileB matching records problem..... |
kingo
Replies: 5
Views: 3579
|
Forum: Utilities Posted: Tue Jun 23, 2009 10:48 am Subject: FileA and FileB matching records problem..... |
Hi Computer,
It is key word in syncsort
Where
JOINKEYS FILES=F1,FIELDS=(1,5,A)
JOINKEYS FILES=F2,FIELDS=(14,5,A)
The two input files for mat ... |
Topic: Edit Authority ! |
kingo
Replies: 13
Views: 24036
|
Forum: MVSFORUMS - Announcements Posted: Tue Jun 23, 2009 2:52 am Subject: Edit Authority ! |
Hi Kolusu,
Can you please provide me the edit access for my posts?
Thanks in advance. |
Topic: Mainframe Challenge |
kingo
Replies: 3
Views: 8880
|
Forum: About Mvsforums Posted: Mon Jun 22, 2009 10:07 am Subject: Mainframe Challenge |
Why cant we have mainframe challenge as an on going thing and have the moderators give some questions or analysis for churning our brains and make us a better programmer [ ]
And no moderators shou ... |
Topic: SOC4 with reason code 11 |
kingo
Replies: 9
Views: 17682
|
Forum: Application Programming Posted: Tue Jun 02, 2009 4:11 am Subject: SOC4 with reason code 11 |
Hi Kolusu,
I changed by giveing SSRANGE but still got the same error when I changed the program name and compiled and ran it it went fine.How is that possible?
Regards,
Kingo |
Topic: SOC4 with reason code 11 |
kingo
Replies: 9
Views: 17682
|
Forum: Application Programming Posted: Mon Jun 01, 2009 12:13 pm Subject: SOC4 with reason code 11 |
Thanks Kolusu.I got the problem now.
So whenever we are getting reason code 11 is it due to out of bound and is SSRANGE always handy? |
Topic: SOC4 with reason code 11 |
kingo
Replies: 9
Views: 17682
|
Forum: Application Programming Posted: Mon Jun 01, 2009 11:59 am Subject: SOC4 with reason code 11 |
kingo,
Try running the program with REGION=0M in the JCL and also check if there is an overflow of any internal table
KolusuHi Kolusu,
Can you please tell me why you said check if there is an ... |
Topic: SOC4 with reason code 11 |
kingo
Replies: 9
Views: 17682
|
Forum: Application Programming Posted: Mon Jun 01, 2009 11:32 am Subject: SOC4 with reason code 11 |
Sorry for not specifying that it is in cobol
1.Language -> COBOL
2.sub routine -> NO |
|