Author |
Message |
Topic: VSAM RC=14 Trying to WRITE records in a VSAM File |
davinski.bby
Replies: 5
Views: 7329
|
Forum: Data Management Posted: Fri Apr 25, 2008 6:16 pm Subject: VSAM RC=14 Trying to WRITE records in a VSAM File |
The file is actually already defined and is working fine on some records.
I am running a cobol program that will insert records in this VSAM file. The return code is 14. Does inserting duplicate ro ... |
Topic: VSAM RC=14 Trying to WRITE records in a VSAM File |
davinski.bby
Replies: 5
Views: 7329
|
Forum: Data Management Posted: Fri Apr 25, 2008 10:38 am Subject: VSAM RC=14 Trying to WRITE records in a VSAM File |
Hi,
I am trying to write records in a VSAM dataset but I am getting a Return Code of 14.
Here is the defintion of my VSAM file:
DELETE T1.DATASET PURGE
IF MAXCC = 08 THEN SET MAXCC = 00
DE ... |
Topic: Contention Issues: FTP vs File Creation (GDG) |
davinski.bby
Replies: 15
Views: 15133
|
Forum: Job Control Language(JCL) Posted: Wed Jan 30, 2008 11:42 am Subject: Contention Issues: FTP vs File Creation (GDG) |
thanks for all your response. i will try this and let you know if it works. thanks again... |
Topic: Contention Issues: FTP vs File Creation (GDG) |
davinski.bby
Replies: 15
Views: 15133
|
Forum: Job Control Language(JCL) Posted: Tue Jan 29, 2008 12:59 am Subject: Contention Issues: FTP vs File Creation (GDG) |
hi kolusu, i am now having a different concern. if i use the temp dataset and the OS decides the name, i am unable to know what dataset to ftp since we use a standard ftp script:
host=HOSTNAME1 ... |
Topic: Contention Issues: FTP vs File Creation (GDG) |
davinski.bby
Replies: 15
Views: 15133
|
Forum: Job Control Language(JCL) Posted: Mon Jan 28, 2008 10:36 pm Subject: Contention Issues: FTP vs File Creation (GDG) |
hi kolusu, i think i got what you mean. please disregard my last post. i will try the &&TEMP file and let you know if it works. thank you very much. |
Topic: Contention Issues: FTP vs File Creation (GDG) |
davinski.bby
Replies: 15
Views: 15133
|
Forum: Job Control Language(JCL) Posted: Mon Jan 28, 2008 10:29 pm Subject: Contention Issues: FTP vs File Creation (GDG) |
hi kolusu, the issue i am having with temp datasets is that the users who will be submitting the jobs have no access rights to create temp datasets. they are only defined to have access on certain dat ... |
Topic: Contention Issues: FTP vs File Creation (GDG) |
davinski.bby
Replies: 15
Views: 15133
|
Forum: Job Control Language(JCL) Posted: Mon Jan 28, 2008 5:54 pm Subject: Contention Issues: FTP vs File Creation (GDG) |
the jobs JOB00001 and JOB00002 both completed successfully. JOB00002 waited for JOB00001 to release the files. then it run to success. is this still possible if at least 50 jobs will run?
Thanks. |
Topic: Contention Issues: FTP vs File Creation (GDG) |
davinski.bby
Replies: 15
Views: 15133
|
Forum: Job Control Language(JCL) Posted: Mon Jan 28, 2008 5:50 pm Subject: Contention Issues: FTP vs File Creation (GDG) |
hi terry, you are also correct. i tried to execute simultaneous jobs and got the following messages in my logs:
IEF861I FOLLOWING RESERVED DATA SET NAMES UNAVAILABLE TO JOB00002
IEF863I DS ... |
Topic: REPRO GDG not getting the latest version |
davinski.bby
Replies: 2
Views: 3450
|
Forum: Job Control Language(JCL) Posted: Fri Jan 25, 2008 5:34 pm Subject: REPRO GDG not getting the latest version |
Thanks Kolusu! It worked! |
Topic: Contention Issues: FTP vs File Creation (GDG) |
davinski.bby
Replies: 15
Views: 15133
|
Forum: Job Control Language(JCL) Posted: Fri Jan 25, 2008 5:32 pm Subject: Contention Issues: FTP vs File Creation (GDG) |
Thanks guys for the help!
Kolusu, I did what you told me and it seems to be working now. I tried to run two simultaneous jobs and there were no contentions.
Can you explain why contentions happe ... |
Topic: REPRO GDG not getting the latest version |
davinski.bby
Replies: 2
Views: 3450
|
Forum: Job Control Language(JCL) Posted: Fri Jan 25, 2008 4:46 pm Subject: REPRO GDG not getting the latest version |
Hi,
I am having some issues with REPRO in a GDG dataset.
Here is a part of the JCL that is being executed:
//STEP010 EXEC PGM=CREATGDG
//SYSOUT DD SYSOUT=&UTLMSG
//SYSPRINT ... |
Topic: Contention Issues: FTP vs File Creation (GDG) |
davinski.bby
Replies: 15
Views: 15133
|
Forum: Job Control Language(JCL) Posted: Thu Jan 24, 2008 3:46 pm Subject: Contention Issues: FTP vs File Creation (GDG) |
thanks for the reply. If this would the case, would it also lead to contention if two users would access the program at the same time then two procs would create the cataloged dataset at same time? |
Topic: Contention Issues: FTP vs File Creation (GDG) |
davinski.bby
Replies: 15
Views: 15133
|
Forum: Job Control Language(JCL) Posted: Thu Jan 24, 2008 2:48 pm Subject: Contention Issues: FTP vs File Creation (GDG) |
I have a CICS program that calls a PROC which has the following steps:
//STEP030 EXEC PGM=CREATGDG,COND=(0,NE),PARM='&PARMDAT'
//SYSOUT DD SYSOUT=&UTLMSG ... |
Topic: Updating Records in VSAM file using JCL |
davinski.bby
Replies: 11
Views: 8362
|
Forum: Job Control Language(JCL) Posted: Thu Oct 18, 2007 2:58 pm Subject: Updating Records in VSAM file using JCL |
What Sort Tool can i use? thanks. |
Topic: Updating Records in VSAM file using JCL |
davinski.bby
Replies: 11
Views: 8362
|
Forum: Job Control Language(JCL) Posted: Thu Oct 18, 2007 12:18 pm Subject: Updating Records in VSAM file using JCL |
i need to update certain certain records given a condition in a vsam file using JCL .
example:
Y0000JOE
Y0001JOHN
Y0002MARY
Y0003MIKE
Y0004TOM
I have a list of names and if the name is ma ... |
|