Author |
Message |
Topic: Reading Last record of VSAM directly |
binduvnair
Replies: 4
Views: 3100
|
Forum: Application Programming Posted: Wed Apr 18, 2007 4:43 am Subject: Reading Last record of VSAM directly |
Hi,
Could you please let me know how I can get the last record in the VSAM file directly.
The scenario is as follows:
Have a CICS banking application, where account no: is created by adding on ... |
Topic: Error when tried to create the view |
binduvnair
Replies: 5
Views: 3380
|
Forum: Database Posted: Mon Dec 06, 2004 9:40 am Subject: Error when tried to create the view |
Hi,
Thanks for the replies. The funniest part i have in this is that this have been running in production fine for the last few months. Only this month it abended. If it was the problem with the pla ... |
Topic: Error when tried to create the view |
binduvnair
Replies: 5
Views: 3380
|
Forum: Database Posted: Fri Dec 03, 2004 9:36 am Subject: Error when tried to create the view |
Hi Kolusu,
This is what it is..
//STP0010 EXEC PGM=IKJEFT01,DYNAMNBR=20
//STEPLIB DD DSN=<PLI Library of my shop>,DISP=SHR
// DD DSN=<DB2 run lib>,Disp=shr
//SYSTSPRT ... |
Topic: Error when tried to create the view |
binduvnair
Replies: 5
Views: 3380
|
Forum: Database Posted: Fri Dec 03, 2004 6:49 am Subject: Error when tried to create the view |
Hi ,
When i tried to execute a drop view and create view statement through JCL it throwed the following error?
DSN
RUN PROGRAM(xxxxx) PLAN(xx ... |
Topic: 88 Level in Eazytrieve |
binduvnair
Replies: 4
Views: 6154
|
Forum: Job Control Language(JCL) Posted: Thu Nov 25, 2004 2:14 am Subject: 88 Level in Eazytrieve |
Yes Kolusu .. In IF it will be one with all harcoded conditions .. ) ... |
Topic: 88 Level in Eazytrieve |
binduvnair
Replies: 4
Views: 6154
|
Forum: Job Control Language(JCL) Posted: Wed Nov 24, 2004 11:00 am Subject: 88 Level in Eazytrieve |
Thanks Kolusu .. I will have to write 1000 case statements or equivalent ifs . ( |
Topic: 88 Level in Eazytrieve |
binduvnair
Replies: 4
Views: 6154
|
Forum: Job Control Language(JCL) Posted: Wed Nov 24, 2004 9:17 am Subject: 88 Level in Eazytrieve |
Hi,
Is there a way to specify conditional varible in eazytrieve ? i want to assign an 88 level an use that in a condition in eazytrieve? is it possible to achieve this?
Thanks and Regards,
Bin ... |
Topic: File Aid Ims Abend when tried to browse |
binduvnair
Replies: 2
Views: 4991
|
Forum: IMS Posted: Thu May 20, 2004 11:57 pm Subject: File Aid Ims Abend when tried to browse |
Hi,
I was trying to browse an IMS database and after the second screen I got the following abend:
"DFS627I IMS RTM CLEANUP ( EOT ) COMPLETE FOR ST SNMS289 .$ISPFNRM. ,RC=0
R0"
This was aft ... |
Topic: Parameters of DFSRRC00 |
binduvnair
Replies: 2
Views: 19309
|
Forum: IMS Posted: Wed May 19, 2004 4:57 am Subject: Parameters of DFSRRC00 |
Thankyou very much Kolusu for the prompt reply. These documents are really useful. |
Topic: Parameters of DFSRRC00 |
binduvnair
Replies: 2
Views: 19309
|
Forum: IMS Posted: Wed May 19, 2004 3:59 am Subject: Parameters of DFSRRC00 |
Hi,
Could you please let me know what are the 4-8 parameters in the BMP?
ie if we give
//STEPEXEC PGM=DFSRRC00,PARM=(DLI,PROGNAME,PSBNAME,p4,p5,p6,p7,p8,CHKPTID) .. what are these p4 to p8 param ... |
Topic: Database Design |
binduvnair
Replies: 3
Views: 3476
|
Forum: IMS Posted: Fri Sep 05, 2003 7:03 am Subject: Database Design |
Hello All,
We did it as two databases. First had customer,transaction header and detail segements and second had only item master segment. We retrieved the item code from the customer master and qu ... |
Topic: Database Design |
binduvnair
Replies: 3
Views: 3476
|
Forum: IMS Posted: Thu Aug 14, 2003 6:23 am Subject: Database Design |
Hello All,
I have the following segments:
1. CUSTOMER MASTER with the fields:
Customer Code CUMCUSCDE Alphanumeric 5 Primary Key
Customer Name CUMCUSNME Alphanumeric 30
Address CUMCUSADD Alph ... |
Topic: DBDGEN - VSAM generation |
binduvnair
Replies: 2
Views: 3129
|
Forum: IMS Posted: Tue Aug 05, 2003 10:54 pm Subject: DBDGEN - VSAM generation |
Thanks Kolusu. We were really confused about the define cluster statement in the listing of the DBDGEN. We thought the VSAM would be automatically created when we run the assembler code for dbdgen gen ... |
Topic: DBDGEN - VSAM generation |
binduvnair
Replies: 2
Views: 3129
|
Forum: IMS Posted: Tue Aug 05, 2003 5:38 am Subject: DBDGEN - VSAM generation |
Hello All,
Can anyone please tell me whether the VSAM file will be created when we run the DBDGEN or should we run a separate DEFINE CLUSTER statement for it?
Regards,
Bindu |
Topic: Copying all seqfiles |
binduvnair
Replies: 2
Views: 7241
|
Forum: Job Control Language(JCL) Posted: Fri Feb 28, 2003 1:13 am Subject: Copying all seqfiles |
thanks Kolusu .. will try out this .. thanks a lot |
|