Author |
Message |
Topic: Lowercase field reporting |
madisand
Replies: 5
Views: 2784
|
Forum: Application Programming Posted: Thu Mar 26, 2009 8:40 am Subject: Lowercase field reporting |
I have file which contains a field of 40 characters. Is there a utility in which I can identify if any of the 40 characters contain a lowercase character and report it ? |
Topic: VSAM I/O error in REPRO |
madisand
Replies: 3
Views: 12044
|
Forum: Data Management Posted: Wed Nov 14, 2007 8:50 am Subject: VSAM I/O error in REPRO |
Hi Phantom,
When recreated the outfile with more cylinder extents, I am facing volume shortages, for space allocations. While this is something that is dependent on installation, are there ways to ... |
Topic: VB to VB copy |
madisand
Replies: 5
Views: 6719
|
Forum: Utilities Posted: Thu Mar 01, 2007 8:27 am Subject: VB to VB copy |
Thanks kolusu.
Your tip may come in hand in future though. You & Frank have always been outstanding with your quick solutions.
Cheers |
Topic: VB to VB copy |
madisand
Replies: 5
Views: 6719
|
Forum: Utilities Posted: Thu Mar 01, 2007 8:12 am Subject: VB to VB copy |
Hi Kolusu,
Let me be more specific as to what I wanted to achieve. I wanted to change all occurences of X'D1' to X'40' in the input record.
So this is what I had given.
SORT FIELDS=COPY
ALT ... |
Topic: VB to VB copy |
madisand
Replies: 5
Views: 6719
|
Forum: Utilities Posted: Thu Mar 01, 2007 6:42 am Subject: VB to VB copy |
Hi,
I am trying to copy a VB file into another VB file, but I am getting error.
Here is my control card
OPTION COPY
OUTREC FIELDS=(1,16104)
input file has LRECL=16104.
This is my sor ... |
Topic: Update a PD Value in a File |
madisand
Replies: 5
Views: 3130
|
Forum: Utilities Posted: Thu Dec 28, 2006 12:02 am Subject: Update a PD Value in a File |
Hi,
Does this control parameter IFTHEN is specific to DFSORT only & fails with Syncsort. At my work place the sort utility used is syncsort & I am getting a following abend message
S ... |
Topic: Moving from packed decimal to aplhanumeric |
madisand
Replies: 10
Views: 5951
|
Forum: Application Programming Posted: Thu Aug 24, 2006 10:40 am Subject: Moving from packed decimal to aplhanumeric |
Thanks Kolusu.
But then the current approach should fail for every record processed by program & all the records have same number of characters in the input field. But only a select have failed ... |
Topic: Moving from packed decimal to aplhanumeric |
madisand
Replies: 10
Views: 5951
|
Forum: Application Programming Posted: Thu Aug 24, 2006 10:16 am Subject: Moving from packed decimal to aplhanumeric |
Just one more info that I i missed out. I compare input variable to be greater than zero then only I perform these moves. I put a display just below the comparison & for the records for which it i ... |
Topic: Moving from packed decimal to aplhanumeric |
madisand
Replies: 10
Views: 5951
|
Forum: Application Programming Posted: Thu Aug 24, 2006 10:09 am Subject: Moving from packed decimal to aplhanumeric |
I am getting a compilation error if a varibale is declared as +9(19) |
Topic: Moving from packed decimal to aplhanumeric |
madisand
Replies: 10
Views: 5951
|
Forum: Application Programming Posted: Thu Aug 24, 2006 10:07 am Subject: Moving from packed decimal to aplhanumeric |
In that case we can treat it as an extra move. But not sure why intermediate variable is +9(19). Under what environment it will work. Numeric integers sgould not be exceeding 9(18 ). Also how is it di ... |
Topic: Moving from packed decimal to aplhanumeric |
madisand
Replies: 10
Views: 5951
|
Forum: Application Programming Posted: Thu Aug 24, 2006 9:31 am Subject: Moving from packed decimal to aplhanumeric |
Ignore the word truncate but read it as extend |
Topic: Moving from packed decimal to aplhanumeric |
madisand
Replies: 10
Views: 5951
|
Forum: Application Programming Posted: Thu Aug 24, 2006 9:27 am Subject: Moving from packed decimal to aplhanumeric |
I have done the similar thing though not sure why you had truncated intermediate variable
Here is one input data for which it is failing
200519801223
Hex value
q
0059023
2018 ... |
Topic: Moving from packed decimal to aplhanumeric |
madisand
Replies: 10
Views: 5951
|
Forum: Application Programming Posted: Thu Aug 24, 2006 8:55 am Subject: Moving from packed decimal to aplhanumeric |
Hi All,
I have to move packed decimal field to aplhanumeric field.
Here is how it is
input A PIC S9(12) COMP-3
intermediate WS variables
X 9(12) COMP-3
Y 9(12) .
Output B PIC X(20).
... |
Topic: unstring |
madisand
Replies: 1
Views: 1792
|
Forum: Application Programming Posted: Wed Dec 28, 2005 12:07 pm Subject: unstring |
Hi all,
I have a problem with unstring
input data
mvsforums
mvs forums
mvs forums com
mvs forums com new
i Want an output like this
mvsforums
mforums
mforums com
mforums com new
... |
Topic: Problem with repro when one of the key is PD & has negat |
madisand
Replies: 4
Views: 2055
|
Forum: Utilities Posted: Thu Dec 22, 2005 1:00 am Subject: Problem with repro when one of the key is PD & has negat |
Thanks phantom,
You have always helped in this forum.
Numerically first key is lower than second key. I want to retain the same sequence in VSAM. How do I do it. You know any method? |
|