Author |
Message |
Topic: VSAM parallel process |
Smith
Replies: 3
Views: 2517
|
Forum: Data Management Posted: Tue Oct 17, 2006 2:04 pm Subject: VSAM parallel process |
We have both seq and random processing with no RLS. Both KSDS and ESDS are there in the job stream.
Thanks. |
Topic: VSAM parallel process |
Smith
Replies: 3
Views: 2517
|
Forum: Data Management Posted: Mon Oct 16, 2006 7:12 pm Subject: VSAM parallel process |
Is there any way you can process VSAM file updates in parallel? We have a stream of VSAM jobs with updates in our shop, trying to see whether it is possible to split them into two streams to reduce th ... |
Topic: VSAM Status code 90 |
Smith
Replies: 6
Views: 15333
|
Forum: Data Management Posted: Tue Sep 06, 2005 1:57 pm Subject: VSAM Status code 90 |
Kolusu,
Forgot to add that, the SYSOUT says it is abending on READ giving file status 90. We are reading the file using an alternate index (actually Start ..Read Next command) and it is here where ... |
Topic: VSAM Status code 90 |
Smith
Replies: 6
Views: 15333
|
Forum: Data Management Posted: Tue Sep 06, 2005 1:54 pm Subject: VSAM Status code 90 |
Kolusu,
Thanks for your prompt reply. For your questions:
1) We are not running programs as multithreaded application
2) Yes we are Rewriting the record in certain conditions
Also we are ... |
Topic: VSAM Status code 90 |
Smith
Replies: 6
Views: 15333
|
Forum: Data Management Posted: Tue Sep 06, 2005 12:54 pm Subject: VSAM Status code 90 |
Hi,
I am trying to read a VSAM file, and I am getting a File Status 90 in my COBOL program. I thought it is some logical error, but when i restarted the job I got a file status of 90 in another key ... |
Topic: Sort Files |
Smith
Replies: 5
Views: 3920
|
Forum: Utilities Posted: Wed May 25, 2005 7:18 pm Subject: Sort Files |
Kolusu,
I saw a post in this website under the subject "Problem with SORT when LRECL > 4092 Bytes". I think I am also facing the exact same problem? Is there any way to overcome this syncsort li ... |
Topic: Sort Files |
Smith
Replies: 5
Views: 3920
|
Forum: Utilities Posted: Tue May 24, 2005 8:38 pm Subject: Sort Files |
Kolusu,
I gave more sort work cards and gave FILSZ PARM. But still I am getting SOC4. I think it is because of my file length. My file length is 5500 and I did a Quick watch on SORT and it says:
... |
Topic: Sort Files |
Smith
Replies: 5
Views: 3920
|
Forum: Utilities Posted: Tue May 24, 2005 4:30 pm Subject: Sort Files |
Kolusu,
Sorry for the confusion caused. In this sort we are comparing certain fields (1,18,CH,A,24,4092,CH,A,4117,384,CH,A ) and then if these field values are same then we are adding the date fiel ... |
Topic: Sort Files |
Smith
Replies: 5
Views: 3920
|
Forum: Utilities Posted: Tue May 24, 2005 2:33 pm Subject: Sort Files |
Hi,
I have 2 files, each with record length 5500. File 1 has a date field in it which will be the current date. File 2 has the date field (in same position as File 1) which has 99999999 as the val ... |
Topic: Restore to a new file name |
Smith
Replies: 5
Views: 2869
|
Forum: Job Control Language(JCL) Posted: Mon May 09, 2005 5:49 pm Subject: Restore to a new file name |
Hi,
I am using ADRDSSU to take a backup (dump) to tape. Is it possible to restore the file to a new dataset? For example, if I dumped the file MY.DATASET to tape using ADRDSSU, is it possible for ... |
Topic: File compare |
Smith
Replies: 4
Views: 3948
|
Forum: Utilities Posted: Fri Apr 08, 2005 2:36 pm Subject: File compare |
kolusu,
I just tried to run it with different input data.
File 1
AAA 1234
AAA 5678
BBB 1234
BBB 1234
BBB 1234
CCC 1234
CCC 1234
CCC 1234
CCC 1234
CCC 3456
File 2
AAA 7777 ... |
Topic: File compare |
Smith
Replies: 4
Views: 3948
|
Forum: Utilities Posted: Fri Apr 08, 2005 10:23 am Subject: File compare |
Kolusu,
I tried splice but I'm getting only the first match from the first file. I'm not getting any subsequent matches. I tried to use WITHALL but it is still the same.
Output got
AAA 12 ... |
Topic: File compare |
Smith
Replies: 4
Views: 3948
|
Forum: Utilities Posted: Thu Apr 07, 2005 5:57 pm Subject: File compare |
Hi,
I have 2 files, the requirement is to compare key fields in these two files and create an output file with matching records only from the first file. The first file can have duplicates.
F ... |
|