Author |
Message |
Topic: Repro results vary with pgm when copying from isam to vsam |
Pk
Replies: 7
Views: 3577
|
Forum: Utilities Posted: Wed Nov 29, 2006 10:16 am Subject: Repro results vary with pgm when copying from isam to vsam |
Kolusu
I am sure I confused you. Well the program currently using the ISAM file and updating the ISAM file. Now that IBM completely stopped supporting ISAM files in Z/OS 1.7 we had to convert in to ... |
Topic: Repro results vary with pgm when copying from isam to vsam |
Pk
Replies: 7
Views: 3577
|
Forum: Utilities Posted: Wed Nov 29, 2006 9:56 am Subject: Repro results vary with pgm when copying from isam to vsam |
Kolusu
The program updates this ISAM/VSAM file. I observed that some only some of the records are getting updated if I use VSAM not all those records that are getting updated when I used ISAM.
Whe ... |
Topic: Repro results vary with pgm when copying from isam to vsam |
Pk
Replies: 7
Views: 3577
|
Forum: Utilities Posted: Wed Nov 29, 2006 9:31 am Subject: Repro results vary with pgm when copying from isam to vsam |
kolusu,
Here is the JCL that I used for defining the VSAM
//PSTEP000 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD * ... |
Topic: Repro results vary with pgm when copying from isam to vsam |
Pk
Replies: 7
Views: 3577
|
Forum: Utilities Posted: Wed Nov 29, 2006 9:24 am Subject: Repro results vary with pgm when copying from isam to vsam |
Repro has given a written code of '0' but, how do we define as reuse?? |
Topic: Repro results vary with pgm when copying from isam to vsam |
Pk
Replies: 7
Views: 3577
|
Forum: Utilities Posted: Tue Nov 28, 2006 11:21 pm Subject: Repro results vary with pgm when copying from isam to vsam |
Hi Kolusu,
While trying to copy from ISAM file to a VSAM file using IDCAMS REPRO,used the following JCL
//REPRO1 JOB ...
//STEP1 EXEC PGM=IDCAMS
//INDSET1 DD DSNAME=I ... |
Topic: Reg File status code of 90 in VSE Environment. |
Pk
Replies: 3
Views: 2163
|
Forum: Application Programming Posted: Thu Oct 13, 2005 11:25 pm Subject: Reg File status code of 90 in VSE Environment. |
Thanks Anil and Phantom!
Phantom,
I would look into the other jobs that are accessing the file and see if there is a contention!
Thanks once again! |
Topic: Reg File status code of 90 in VSE Environment. |
Pk
Replies: 3
Views: 2163
|
Forum: Application Programming Posted: Mon Oct 10, 2005 12:30 am Subject: Reg File status code of 90 in VSE Environment. |
Posted: Tue Sep 06, 2005 12:54 pm Post subject: VSAM Status code 90
Hi ...
I have a query on VSAM File status of 90. I read through the above posting and the answers for that.!
My ... |
Topic: Beep through REXX |
Pk
Replies: 5
Views: 2448
|
Forum: TSO and ISPF Posted: Wed Jul 27, 2005 10:47 pm Subject: Beep through REXX |
Thanks Brian, Dibakar and Taltyman.
Not sure but ISRZ001/ISRZ002 arrives with a terminal beep.
ISRZ001/ISRZ002 would give out a beep but then, it has to be invoked from the users program. What ... |
Topic: Beep through REXX |
Pk
Replies: 5
Views: 2448
|
Forum: TSO and ISPF Posted: Wed Jul 27, 2005 2:33 am Subject: Beep through REXX |
I have developed a chat utility in which I have a panel. If I type some text on the command line and press enter, the entered text would be written into a file, read back , populated in a ISPF table a ... |
Topic: Help on Automatic refresh of panels. |
Pk
Replies: 2
Views: 1238
|
Forum: TSO and ISPF Posted: Sun Jul 24, 2005 1:05 am Subject: Help on Automatic refresh of panels |
Thanks Semigeezer.
I had actually tried the option of Control Display Lock but that didnt help my cause for the same reason that you had quoted that the user cannot type his input till the lock is ... |
Topic: Help on Automatic refresh of panels. |
Pk
Replies: 2
Views: 1238
|
Forum: TSO and ISPF Posted: Sat Jul 23, 2005 2:11 am Subject: Help on Automatic refresh of panels. |
I have developed a chat utility in which I have a panel. If I type some text on the command line and press enter, the entered text would be written into a file, read back , populated in a ISPF table a ... |
|