Author |
Message |
Topic: Error message - COMMAND RT@XEF NOT FOUND |
ace
Replies: 2
Views: 2937
|
Forum: TSO and ISPF Posted: Wed Aug 03, 2011 1:04 am Subject: Error message - COMMAND RT@XEF NOT FOUND |
Thank you very much, Ron.
It worked !!! |
Topic: Error message - COMMAND RT@XEF NOT FOUND |
ace
Replies: 2
Views: 2937
|
Forum: TSO and ISPF Posted: Tue Aug 02, 2011 4:35 am Subject: Error message - COMMAND RT@XEF NOT FOUND |
Hi,
We are trying to create an ISPF Panel and executing it using REXX. We have 10-12 variables in the panel where user can enter the required data.
But whenever we are enetring XE in the first v ... |
Topic: Job waiting in the console |
ace
Replies: 1
Views: 1592
|
Forum: Job Control Language(JCL) Posted: Mon Nov 27, 2006 11:29 am Subject: Job waiting in the console |
Hi,
I ran an IDCAM job that check whether the file is empty or not. If it's empty it will return a RC of 4. This job has been running fine till last week. Today the Job is waiting in the console to ... |
Topic: Sort Substring Problem. |
ace
Replies: 5
Views: 3792
|
Forum: Utilities Posted: Fri Oct 20, 2006 9:46 am Subject: Sort Substring Problem. |
Frank,
Thanks for the clarification. My input file has around 8185421 records. While using the VLSCMP it's taking a lot of time to complete the job. Is there any way to improve the performance? |
Topic: Sort Substring Problem. |
ace
Replies: 5
Views: 3792
|
Forum: Utilities Posted: Thu Oct 19, 2006 12:29 pm Subject: Sort Substring Problem. |
Thank you Very much Frank. It worked.
But I clould see in DFMSG the following messages, when I ran the previous jobs.
ICE201I 0 RECORD TYPE IS V - DATA STARTS IN POSITION 5 ... |
Topic: Sort Substring Problem. |
ace
Replies: 5
Views: 3792
|
Forum: Utilities Posted: Thu Oct 19, 2006 11:09 am Subject: Sort Substring Problem. |
Hi All,
I'm facing some strange problem while using Substring Control statement in DFSORT.
The input file is VB and has a length of 3786.
When I used the following statements
//TOOLIN DD * ... |
Topic: Fileaid Search |
ace
Replies: 3
Views: 2383
|
Forum: Utilities Posted: Thu Oct 05, 2006 11:18 am Subject: Fileaid Search |
Hi All,
I'm using Fileaid to search thru a set of datasets for multiple strings like
//SYSIN DD *
$$DD01 LIST IF=(1,0,C'string1'),
OR=(1,0,C'stri ... |
Topic: Copy VBS file |
ace
Replies: 10
Views: 9715
|
Forum: Utilities Posted: Fri Sep 29, 2006 11:02 am Subject: Copy VBS file |
kolusu,
I have tried the SORT control card. I'm getting the following error.
SORT FIELDS=COPY
OUTFIL VTOF,OUTREC=(1,32760) ... |
Topic: Copy VBS file |
ace
Replies: 10
Views: 9715
|
Forum: Utilities Posted: Fri Sep 29, 2006 8:20 am Subject: Copy VBS file |
Can somebody please tell me how can I copy a VBS file to a FB or VB file.
The length of the VBS file is 32760. |
Topic: Rexx- Machine storage exhausted |
ace
Replies: 9
Views: 9521
|
Forum: TSO and ISPF Posted: Thu Sep 21, 2006 8:14 pm Subject: Rexx- Machine storage exhausted |
Thank you danm. It worked.
I'm a newbie in Rexx. |
Topic: Rexx- Machine storage exhausted |
ace
Replies: 9
Views: 9521
|
Forum: TSO and ISPF Posted: Thu Sep 21, 2006 8:56 am Subject: Rexx- Machine storage exhausted |
acevedo,
Yes, I 'm using 'execio * diskr'. Is there any work around for it. |
Topic: Rexx- Machine storage exhausted |
ace
Replies: 9
Views: 9521
|
Forum: TSO and ISPF Posted: Wed Sep 20, 2006 3:11 pm Subject: Rexx- Machine storage exhausted |
superk,
Actually this is related to a previous post of mine http://www.mvsforums.com/helpboards/viewtopic.php?t=7132
that has been answered ny Semigeezer. I'm trying to read each character and m ... |
Topic: Rexx- Machine storage exhausted |
ace
Replies: 9
Views: 9521
|
Forum: TSO and ISPF Posted: Wed Sep 20, 2006 2:30 pm Subject: Rexx- Machine storage exhausted |
Can somebody please help me out ?
I'm not using any ISPF panels. It's just reading a file (character by character) and based on some condition create a report file. But the job is abending while proc ... |
Topic: Rexx- Machine storage exhausted |
ace
Replies: 9
Views: 9521
|
Forum: TSO and ISPF Posted: Sat Sep 16, 2006 7:22 am Subject: Rexx- Machine storage exhausted |
Thanks Kolusu.
I did search in google before posting the issue here but didn't get any work around from the search results. |
Topic: Rexx- Machine storage exhausted |
ace
Replies: 9
Views: 9521
|
Forum: TSO and ISPF Posted: Fri Sep 15, 2006 7:26 pm Subject: Rexx- Machine storage exhausted |
Hi,
I'm getting the following error when I try to process huge files.
Machine storage exhausted
Is there anyway to overcome this issue. Please help. |
|