Author |
Message |
Topic: Character masking using COBOL? |
hari108
Replies: 1
Views: 2472
|
Forum: Application Programming Posted: Tue Jun 16, 2009 4:39 am Subject: Character masking using COBOL? |
Hi, I have a requirement to mask certain records.
For e.g;
Suppose the name is DAVID, I would like to mask it to FCXKF. You can see the character has been incremented by 2. Can this be done usi ... |
Topic: truncating leading spaces. |
hari108
Replies: 7
Views: 3289
|
Forum: Utilities Posted: Wed Oct 15, 2008 12:23 am Subject: truncating leading spaces. |
Oops!! My mistake...I'm really Sorry  |
Topic: truncating leading spaces. |
hari108
Replies: 7
Views: 3289
|
Forum: Utilities Posted: Fri Oct 10, 2008 1:37 am Subject: truncating leading spaces. |
MF,
Franks solution will work with SyncSort for z/OS 1.3.
Alissa,
Do we have any solution with SynSort for what Frank has suggested using DFSORT?
If so please let me know. |
Topic: Skipping a group of records using SORT |
hari108
Replies: 2
Views: 1889
|
Forum: Utilities Posted: Fri Aug 08, 2008 2:46 am Subject: Skipping a group of records using SORT |
Hi Frank,
Thank you so much for your solution. your seconod soln worked for me... |
Topic: Skipping a group of records using SORT |
hari108
Replies: 2
Views: 1889
|
Forum: Utilities Posted: Thu Aug 07, 2008 8:10 am Subject: Skipping a group of records using SORT |
Hi,
I have a file with RECFM=FBA and LRECL=133 that contains a number of reports (up to n). Each report consists of a header which is of 7 lines followed by the detail lines for that report. Each r ... |
Topic: Merge 2 files |
hari108
Replies: 9
Views: 4976
|
Forum: Utilities Posted: Tue Jul 22, 2008 9:44 pm Subject: Merge 2 files |
Thanks a lot Frank
Merge technique worked  |
Topic: Merge 2 files |
hari108
Replies: 9
Views: 4976
|
Forum: Utilities Posted: Tue Jul 22, 2008 5:48 am Subject: Merge 2 files |
Sorry i tried searching but could not find information related to my requirement.
It would be of great help if you can provide me the link. |
Topic: Merge 2 files |
hari108
Replies: 9
Views: 4976
|
Forum: Utilities Posted: Tue Jul 22, 2008 4:05 am Subject: Merge 2 files |
Hi,
I want to merge files in a particular fashion
The first record should be from file1, second from file 2, 3rd from file1 and so on.
File1:
00000000000001000000000000000000000000
000000000000 ... |
Topic: Compare 2 Files using sort |
hari108
Replies: 32
Views: 22423
|
Forum: Job Control Language(JCL) Posted: Tue Jul 22, 2008 1:02 am Subject: Compare 2 Files using sort |
Thanks Frank!! |
Topic: Compare 2 Files using sort |
hari108
Replies: 32
Views: 22423
|
Forum: Job Control Language(JCL) Posted: Mon Jul 21, 2008 12:58 am Subject: Thank you!! |
Frank!! This is simply cool!!
It would be great if you can spare some time help me understand the sort card which you have used
Thanks once again for your guidance!! |
Topic: Compare 2 Files using sort |
hari108
Replies: 32
Views: 22423
|
Forum: Job Control Language(JCL) Posted: Thu Jul 17, 2008 11:35 pm Subject: Compare 2 Files using sort |
I made the below change and it works like a charm
OUTFIL FNAMES=OUT1,
INCLUDE=(17,8,ZD,EQ,0),
NULLOFL=RC16
/*
I have a question;
What to do if I just have the count ... |
Topic: Compare 2 Files using sort |
hari108
Replies: 32
Views: 22423
|
Forum: Job Control Language(JCL) Posted: Thu Jul 17, 2008 11:20 pm Subject: Compare 2 Files using sort |
Hi Frank,
Your job runs fine!! Thanks!!
But my requirement is this;
Case#1:
Code:
//SORTIN01 DD *
File1: NO. OF RECORDS: 00012300
//SORTIN02 DD *
File2: NO. OF RECORDS ... |
Topic: Compare 2 Files using sort |
hari108
Replies: 32
Views: 22423
|
Forum: Job Control Language(JCL) Posted: Thu Jul 17, 2008 12:45 am Subject: Compare 2 Files using sort |
correction:
But the actual RC is ABEND S0C7. i.e incase the count matches RC=0, and also incase the count does NOT matches RC=0.
But the actual RC is ABEND S0C7. i.e incase the count matches ABEN ... |
Topic: Compare 2 Files using sort |
hari108
Replies: 32
Views: 22423
|
Forum: Job Control Language(JCL) Posted: Thu Jul 17, 2008 12:40 am Subject: Compare 2 Files using sort |
I tried to run the above JCL, It's giving RC=0 for both scenario's.
i.e incase the count matches RC=0, and also incase the count does NOT matches RC=0.
I'm sorry Frank, I made a mistake while ... |
Topic: Compare 2 Files using sort |
hari108
Replies: 32
Views: 22423
|
Forum: Job Control Language(JCL) Posted: Thu Jul 17, 2008 12:05 am Subject: Compare 2 Files using sort |
Hi Frank,
Thanks for your inputs!!
I tried to run the above JCL, It's giving RC=0 for both scenario's.
i.e incase the count matches RC=0, and also incase the count does NOT matches RC=0.
I ... |
|