Author |
Message |
Topic: How to retrieve the uncatalog dataset ?? |
s000p
Replies: 1
Views: 2612
|
Forum: Data Management Posted: Tue Jun 28, 2005 7:27 am Subject: How to retrieve the uncatalog dataset ?? |
Hi,
When a dataset has its Expiry date pending and if we delete it system will Uncatalog such dataset but do not delete it. Now how can we retrieve such a dataset?
Thanks,
sp |
Topic: Can we change Class of a job once its submitted |
s000p
Replies: 5
Views: 2736
|
Forum: Job Control Language(JCL) Posted: Tue Jun 28, 2005 7:14 am Subject: Can we change Class of a job once its submitted |
Can we change the CLASS of a job once it is submitted and once it starts running?
sp |
Topic: Passing parameters from Job to a Program |
s000p
Replies: 1
Views: 1290
|
Forum: Application Programming Posted: Tue Jun 28, 2005 7:09 am Subject: Passing parameters from Job to a Program |
How many ways are there to pass some parameters from a Job to a Cobol Program except for the following.
1. Passing values from PARM= in the job and accepting them in the program's Linkage area.
2. ... |
Topic: Abend code U0273 while restarting |
s000p
Replies: 8
Views: 11375
|
Forum: IMS Posted: Sun Jun 26, 2005 11:01 pm Subject: Abend code U0273 while restarting |
Hi,
Yes I am deleting the records from the file before the last checkpoint.
Please tell me from where I can see that a particular GSAM is a short block or a long block.
Thanks,
sp |
Topic: Abend code U0273 while restarting |
s000p
Replies: 8
Views: 11375
|
Forum: IMS Posted: Fri Jun 24, 2005 12:52 pm Subject: Abend code U0273 while restarting |
No, This file is created manually by me for testing purpose only. |
Topic: Info on RSA used to access a GSAM file ???? |
s000p
Replies: 9
Views: 6039
|
Forum: IMS Posted: Fri Jun 24, 2005 3:41 am Subject: Info on RSA used to access a GSAM file ???? |
Hi Kolusu,
On this RSA problem, I have observed that RSA act as a search parameter only for a GU call and not for a GN call. Is that so??
I am putting checkpoint after every 10 records and abend ... |
Topic: Abend code U0273 while restarting |
s000p
Replies: 8
Views: 11375
|
Forum: IMS Posted: Thu Jun 23, 2005 11:16 pm Subject: Abend code U0273 while restarting |
OK..
Can you explain what is short-block and will it make a difference if we have long blocks??
Why the occurance is in random fashion and not consistently we get this abend whenever we modify/d ... |
Topic: Abend code U0273 while restarting |
s000p
Replies: 8
Views: 11375
|
Forum: IMS Posted: Thu Jun 23, 2005 11:57 am Subject: Abend code U0273 while restarting |
Hi,
I am facing an abend of U0273 when I restart the job after relisting the Input GSAM file. My program reads in a GSAM file and it is interfaced with some external device through some API's. It g ... |
Topic: Info on RSA used to access a GSAM file ???? |
s000p
Replies: 9
Views: 6039
|
Forum: IMS Posted: Thu Jun 23, 2005 8:11 am Subject: Info on RSA used to access a GSAM file ???? |
Hi Kolusu,
Actually I had seen this structure of RSA at our system. I tired with 9(10) COMP and 9(17) COMP. Yes value is changing for each record. May be the interpretation is different at differen ... |
Topic: Info on RSA used to access a GSAM file ???? |
s000p
Replies: 9
Views: 6039
|
Forum: IMS Posted: Thu Jun 23, 2005 1:51 am Subject: Info on RSA used to access a GSAM file ???? |
Thanks Kolusu,
That was my mistake, I had taken RSA as 12 bytes. Now I am getting it, but I have a query here again
RSA has three parts in it, Block, Volume and Record. Block and Vol are consta ... |
Topic: Info on RSA used to access a GSAM file ???? |
s000p
Replies: 9
Views: 6039
|
Forum: IMS Posted: Wed Jun 22, 2005 7:45 am Subject: Info on RSA used to access a GSAM file ???? |
First I apologize on putting the query on to two forums. first I had put it on the programming group but later realized that it should be put onto IMS group.
Thanks for the link. actually I m bit ... |
Topic: Info on RSA used to access a GSAM file ???? |
s000p
Replies: 9
Views: 6039
|
Forum: IMS Posted: Wed Jun 22, 2005 2:00 am Subject: Info on RSA used to access a GSAM file ???? |
In IMS one can access a GSAM file by passing a RSA to DLI call like
Call "CBLTDLI" Using DLI-GU
IO-PCB
INPUT-AREA-GSAM
RSA.
This RSA can also be passed at a GN call. RSA consist of follo ... |
|