| Author |
Message |
Topic: Comparing two files with different layouts |
Dibakar
Replies: 5
Views: 1380
|
Forum: Utilities Posted: Mon Sep 14, 2026 10:47 am Subject: Comparing two files with different layouts |
Here are the details.
Cobol layouts, old and new versions. Each '01' level represents a DB2 table, naming format is <db2 schema name>-<DB2 table name>. Schema name can change in differe ... |
Topic: Comparing two files with different layouts |
Dibakar
Replies: 5
Views: 1380
|
Forum: Utilities Posted: Fri Sep 11, 2026 8:32 am Subject: Comparing two files with different layouts |
Kolusu,
For input there will be two sets (old and new) each of - File-Aid Xref, Cobol layout and data files. Automation will have to process all these to generate the compare code. It will take som ... |
Topic: Comparing two files with different layouts |
Dibakar
Replies: 5
Views: 1380
|
Forum: Utilities Posted: Thu Sep 10, 2026 2:38 pm Subject: Comparing two files with different layouts |
| Thanks Kolusu. I need differences at field level with field names, edited my post with a sample report. I think it would be challenging to do that with DFSORT. |
Topic: Comparing two files with different layouts |
Dibakar
Replies: 5
Views: 1380
|
Forum: Utilities Posted: Wed Sep 09, 2026 8:48 am Subject: Comparing two files with different layouts |
Hi,
I have file-aid DB2 RDX extracts of two versions of a database in flat files. I have corresponding XREF and COBOL layout. Is there a way to compare the common fields in the two files. I am thin ... |
Topic: Data Masking/Sanitizing/Disguise Tools |
Dibakar
Replies: 2
Views: 25773
|
Forum: Utilities Posted: Wed Oct 01, 2025 12:26 pm Subject: Data Masking/Sanitizing/Disguise Tools |
Thanks Kolusu!
Simply encrypting or redacting will not serve our purpose. We need to make meaningful changes, like changing name to a valid name. So changing "Dibakar" to "Suleman&qu ... |
Topic: Data Masking/Sanitizing/Disguise Tools |
Dibakar
Replies: 2
Views: 25773
|
Forum: Utilities Posted: Tue Sep 30, 2025 12:22 pm Subject: Data Masking/Sanitizing/Disguise Tools |
| I am looking for user experience with data masking tools. By data masking I mean replacing personally identifiable information in production extracts by other values so that test environments using th ... |
Topic: English expression |
Dibakar
Replies: 2
Views: 148745
|
Forum: Related Non-Technical Topics Posted: Mon Oct 07, 2024 3:23 pm Subject: English expression |
I hope three months is not too late to respond.
I work in similar project where apart from masking we also have to maintain character of data, like "John" becomes "Bond" (4 lett ... |
Topic: Rexx Macros/Clists on Compuware Workbench |
Dibakar
Replies: 1
Views: 8544
|
Forum: TSO and ISPF Posted: Fri Nov 30, 2018 2:24 pm Subject: Rexx Macros/Clists on Compuware Workbench |
| I was also looking for answer to this old post. I was able to execute REXX program but it cannot be executed in interactive mode. I did not find this feature of much use. |
Topic: SAS Error from Batch REXX - 'Unrecognized SAS option name' |
Dibakar
Replies: 5
Views: 10675
|
Forum: Application Programming Posted: Thu Aug 09, 2018 7:19 pm Subject: SAS Error from Batch REXX - 'Unrecognized SAS option name' |
I finally did a little cheating by having first SAS call REXX and then REXX call SAS.
Here is the solution.
JCL:
//SAS EXEC SAS
//SYSIN DD * ... |
Topic: SAS Error from Batch REXX - 'Unrecognized SAS option name' |
Dibakar
Replies: 5
Views: 10675
|
Forum: Application Programming Posted: Thu Aug 09, 2018 6:35 pm Subject: SAS Error from Batch REXX - 'Unrecognized SAS option name' |
Kolusu,
I was going to try this next but this is other way round, executing REXX from SAS. I am trying SAS from REXX. |
Topic: SAS Error from Batch REXX - 'Unrecognized SAS option name' |
Dibakar
Replies: 5
Views: 10675
|
Forum: Application Programming Posted: Thu Aug 09, 2018 12:39 pm Subject: SAS Error from Batch REXX - 'Unrecognized SAS option name' |
Kolusu,
SAS is working, but not the way I want. My requirement is to execute SAS program through a REXX code in JCL.
Our shop mainly deals with batch REXX so we are investigating if we start de ... |
Topic: SAS Error from Batch REXX - 'Unrecognized SAS option name' |
Dibakar
Replies: 5
Views: 10675
|
Forum: Application Programming Posted: Wed Aug 08, 2018 2:10 pm Subject: SAS Error from Batch REXX - 'Unrecognized SAS option name' |
In the below code, I cam executing SAS program through REXX.
When I execute it through the JCL, I get the expected messages from REXX in SYSTSPRT, both before and after executing SAS.
But from ... |
Topic: SAS - ERROR: WRITE ACCESS TO MEMBER IS DENIED |
Dibakar
Replies: 2
Views: 9434
|
Forum: Application Programming Posted: Mon May 28, 2018 11:54 am Subject: SAS - ERROR: WRITE ACCESS TO MEMBER IS DENIED |
| Looks like SAS need exclusive access to data library. Changing to DISP=OLD solved the problem. |
Topic: SAS - ERROR: WRITE ACCESS TO MEMBER IS DENIED |
Dibakar
Replies: 2
Views: 9434
|
Forum: Application Programming Posted: Fri May 25, 2018 3:33 pm Subject: SAS - ERROR: WRITE ACCESS TO MEMBER IS DENIED |
Following SAS code is working fine -
LIBNAME mysasds 'DB.SAS.DATASET';
data mysasds.wtclub;
But when I allocate the dataset in SAS JC ... |
Topic: In SAS, how to modify speicfic fields of perticular records |
Dibakar
Replies: 2
Views: 7951
|
Forum: Application Programming Posted: Fri Mar 23, 2018 2:46 pm Subject: In SAS, how to modify speicfic fields of perticular records |
Above link does not work so providing a new link
https://stats.idre.ucla.edu/sas/modules/match-merging-data-files-in-sas/ |
| |