Author |
Message |
Topic: Merging two VSAM file |
haseen_mohammed
Replies: 5
Views: 10292
|
Forum: Utilities Posted: Tue Jul 08, 2008 11:37 am Subject: Merging two VSAM file |
Hi,
I need to merge two VSAM files by a job.
Can you please provide me any sample sort card for getting this done.
Many Thanks
Haseen |
Topic: Variable Length Sequential File |
haseen_mohammed
Replies: 6
Views: 4643
|
Forum: Data Management Posted: Fri May 30, 2008 10:11 am Subject: Variable Length Sequential File |
Hi I want to know the length of each record before reading them from a variable length file in a COBOL program
Can you please advise a way forward.
Thanks
Haseen |
Topic: File Copy |
haseen_mohammed
Replies: 3
Views: 2042
|
Forum: Utilities Posted: Wed Apr 09, 2008 1:44 pm Subject: File Copy |
Thanks for your help. It worked.
What do i need to change in case i need to populate with some 4 character say 'ABCD' instead of 4 spaces in all the rows in the file.
Regards,
Akshay |
Topic: File Copy |
haseen_mohammed
Replies: 3
Views: 2042
|
Forum: Utilities Posted: Wed Apr 09, 2008 12:57 pm Subject: File Copy |
Hi,
I have a requirement where i need to copy Fixed Block QSAM file to another with following condition.
1) Say the input file is of 262 bytes with 250 bytes of data
2) The output file will be ... |
Topic: BMCLOAD |
haseen_mohammed
Replies: 1
Views: 1209
|
Forum: Database Posted: Thu Oct 18, 2007 4:03 pm Subject: BMCLOAD |
Hi Guys,
Can we remove the check pending status of the table doing the BMCLOAD itself ? Else after every BMCLOAD it goes to check pending state and then we have to restart the database.
Thanks ... |
Topic: BMCLOAD |
haseen_mohammed
Replies: 2
Views: 2009
|
Forum: Utilities Posted: Thu Oct 18, 2007 4:02 pm Subject: BMCLOAD |
Guys,
To put the question properly, can we remove the check pending status of the table doing the BMCLOAD itself ? Else after every BMCLOAD it goes to check pending state and then we have to restar ... |
Topic: BMCLOAD |
haseen_mohammed
Replies: 2
Views: 2009
|
Forum: Utilities Posted: Thu Oct 18, 2007 3:53 pm Subject: BMCLOAD |
Hi Guys,
Can you please let me know how to make the status check pending while doing a BMCLOAD?
Regards,
Akshay |
Topic: Copy plus replace |
haseen_mohammed
Replies: 8
Views: 4031
|
Forum: Utilities Posted: Mon Sep 10, 2007 10:50 am Subject: Copy plus replace |
Vivek and Kolusu,
Both of them worked.
Thanks a lot for your help.
Regards,
Haseen |
Topic: Copy plus replace |
haseen_mohammed
Replies: 8
Views: 4031
|
Forum: Utilities Posted: Fri Sep 07, 2007 6:10 am Subject: Copy plus replace |
These are sample files and not any tape records.
I was looking for a sort / dfsort / icetool to achive this.
Please let me know in case you need more details.
Regards,
Akshay |
Topic: Copy plus replace |
haseen_mohammed
Replies: 8
Views: 4031
|
Forum: Utilities Posted: Fri Sep 07, 2007 5:19 am Subject: Copy plus replace |
Hi All,
Can any of you kindly help me with this.
Problem:
Following is sample input file -
VOL1P11906 INDI EFT CHARGING 999999
HDR1A999999S 1 ... |
Topic: BMCLOAD Job .. |
haseen_mohammed
Replies: 1
Views: 2448
|
Forum: Database Posted: Tue Aug 28, 2007 9:06 am Subject: BMCLOAD Job .. |
Hi,
While loading data into table from a CSV file using BMCLOAD (Load Replace).
The load card I am having is discarding both the duplicate rows.
i.e if row 1 & 3 are having duplicate keys. It ... |
Topic: Accessing CICS Regions |
haseen_mohammed
Replies: 1
Views: 1514
|
Forum: CICS and Middleware Posted: Mon Aug 13, 2007 8:33 am Subject: Accessing CICS Regions |
Hi All,
Please find my question below.
There are 3 regions X, Y and Z. Assume program A resides in X and links to program B. B is supose to reside in both X and Y. A can determine which region i ... |
Topic: Help required in load-replace on partitioned table |
haseen_mohammed
Replies: 4
Views: 2917
|
Forum: Database Posted: Sat Feb 17, 2007 3:23 am Subject: Thanks |
Thanks a lot Kolusu |
Topic: Help required in load-replace on partitioned table |
haseen_mohammed
Replies: 4
Views: 2917
|
Forum: Database Posted: Fri Feb 16, 2007 10:32 am Subject: Help required in load-replace on partitioned table |
Hi,
Thanks for the response ...
One of my fren came up with a solution
LOAD DATA INDDN SYSREC RESUME YES LOG NO
COPY YES DISCARDS 1
INTO TABLE XXXXXX.TABLE_NAME PART 2
its workin now... ... |
Topic: Help required in load-replace on partitioned table |
haseen_mohammed
Replies: 4
Views: 2917
|
Forum: Database Posted: Fri Feb 16, 2007 3:57 am Subject: Help required in load-replace on partitioned table |
Hi,
I have a table with two partitions. The data for these two partitions come in two seperate files and i have to load them seperately using two jobs which use BMCLOAD (load-replace).
When we l ... |
|