Author |
Message |
Topic: Doubt in Rexx |
vaasavi
Replies: 2
Views: 1631
|
Forum: TSO and ISPF Posted: Mon Aug 08, 2005 3:31 am Subject: Doubt in Rexx |
HI,
i GOT IT,SORRY FOR PSOTING SUCH AS SILLY QUESTION |
Topic: Doubt in Rexx |
vaasavi
Replies: 2
Views: 1631
|
Forum: TSO and ISPF Posted: Mon Aug 08, 2005 1:18 am Subject: Doubt in Rexx |
Hi,
I am new to Rexx Programming.
My requirement is to concatenate two strings,but i need to have specific number of spaces b/w these 2 strings,that number depends upon some calculation,so is it pos ... |
Topic: Equivalent command to Linenum in Batch |
vaasavi
Replies: 6
Views: 4008
|
Forum: TSO and ISPF Posted: Thu Aug 04, 2005 6:20 am Subject: Equivalent command to Linenum in Batch |
Hi Merv,
Still i am getting the smae error
63 *-* ADDRESS ISPEXEC "ISREDIT(VAR1)=LINENUM .ZCSR"
+++ RC(-3) +++ |
Topic: Equivalent command to Linenum in Batch |
vaasavi
Replies: 6
Views: 4008
|
Forum: TSO and ISPF Posted: Thu Aug 04, 2005 5:45 am Subject: Equivalent command to Linenum in Batch |
hi venkat,
I am getting the following error
63 *-* ADDRESS ISPEXEC "ISREDIT(VAR1)=LINENUM"
+++ RC(-3) +++ |
Topic: Equivalent command to Linenum in Batch |
vaasavi
Replies: 6
Views: 4008
|
Forum: TSO and ISPF Posted: Thu Aug 04, 2005 4:16 am Subject: Equivalent command to Linenum in Batch |
Hi,
I want to capture linenum using rexx in batch.ISREDIT (VAR1)=LINENUM is not working.Can anyone help me by tellng the equivalent command to capture linenumber in rexx in batch.
My requirement i ... |
Topic: VSAM Write Error 90 |
vaasavi
Replies: 2
Views: 2235
|
Forum: Application Programming Posted: Thu Jul 28, 2005 5:07 am Subject: VSAM Write Error 90 |
Hi,
I am facing a Strange situation.When i am trying to write to a VSAM file,i am getting File Staus 90.
Second time when i am trying to write the same data to VSAM file,its successful.
How could ... |
Topic: DCB EROPT Error in JCL |
vaasavi
Replies: 1
Views: 10268
|
Forum: Job Control Language(JCL) Posted: Tue Jul 05, 2005 7:34 am Subject: DCB EROPT Error in JCL |
Hi,
I am getting the below mesage
IEC020I 001-4
IEC020I DCB EROPT=ABE OR AN INVALID CODE,AND/OR NO SYNAD EXIT SPECIFIED.
I searched the forum,but could not get the required info.
Please help me ... |
Topic: Eliminate Dups & Update Trailer count using syncsort |
vaasavi
Replies: 11
Views: 12057
|
Forum: Utilities Posted: Wed Jun 29, 2005 3:21 am Subject: Eliminate Dups & Update Trailer count using syncsort |
ya kolusu ,my problem is solved.thanks for your help.. |
Topic: Eliminate Dups & Update Trailer count using syncsort |
vaasavi
Replies: 11
Views: 12057
|
Forum: Utilities Posted: Tue Jun 28, 2005 9:21 am Subject: Eliminate Dups & Update Trailer count using syncsort |
Hi kolusu,
i have not given the whole jcl.thanks for your reply.. |
Topic: Eliminate Dups & Update Trailer count using syncsort |
vaasavi
Replies: 11
Views: 12057
|
Forum: Utilities Posted: Mon Jun 27, 2005 4:34 am Subject: Eliminate Dups & Update Trailer count using syncsort |
Hi Kolusu,
Your JCL is woring fine for datasets with lrecl=80,if i am trying to use same jcl for input file with lrecl=200,it's not working,it is getting abended.
jcl which i used is
//STEP0100 E ... |
Topic: Eliminate Dups & Update Trailer count using syncsort |
vaasavi
Replies: 11
Views: 12057
|
Forum: Utilities Posted: Wed Jun 22, 2005 1:35 am Subject: Eliminate Dups & Update Trailer count using syncsort |
Hi Kolusu,
Can you provide me material on Syncsort please |
Topic: Eliminate Dups & Update Trailer count using syncsort |
vaasavi
Replies: 11
Views: 12057
|
Forum: Utilities Posted: Tue Jun 21, 2005 2:27 am Subject: Eliminate Dups & Update Trailer count using syncsort |
Thanks kolusu,its working |
Topic: Eliminate Dups & Update Trailer count using syncsort |
vaasavi
Replies: 11
Views: 12057
|
Forum: Utilities Posted: Mon Jun 20, 2005 8:41 am Subject: Eliminate Dups & Update Trailer count using syncsort |
Hi Kolusu,
My trailer doesn't have any 'TRAILER' word to represent as trailer.
My Trailer looks like
<DATE> <COUNT>
Date is not current date,its date from file so i cna't even write ... |
Topic: Eliminate Dups & Update Trailer count using syncsort |
vaasavi
Replies: 11
Views: 12057
|
Forum: Utilities Posted: Mon Jun 20, 2005 6:33 am Subject: Eliminate Dups & Update Trailer count using syncsort |
Hi,
I am using Syncsort.
My requiremnt ,i have a file having header,detail lines and trailer.
Trailer contains the count of detail lines,and other info also which cannot be hardcoded,
My output sh ... |
|