| Author |
Message |
Topic: How to find remainder in Easytrieve |
pvrajesh31
Replies: 2
Views: 7185
|
Forum: Application Programming Posted: Tue Jun 03, 2008 5:29 pm Subject: How to find remainder in Easytrieve |
| Thanks Kolusu. |
Topic: How to find remainder in Easytrieve |
pvrajesh31
Replies: 2
Views: 7185
|
Forum: Application Programming Posted: Tue Jun 03, 2008 4:26 pm Subject: How to find remainder in Easytrieve |
Hi
I have to devide 10 digit number with 4 digit number and find the remainder of the division in a easytrieve program.
Please help me in finding out this.
Regards,
Rajesh |
Topic: Finding abend location in prog using Offset |
pvrajesh31
Replies: 1
Views: 2940
|
Forum: Application Programming Posted: Fri Feb 02, 2007 4:25 pm Subject: Finding abend location in prog using Offset |
Hi ,
I am testing a Cobol program coded by someone else. I am getting an abend as below which shows the Offset location. I want to know the procedure to find the actual location in program using the ... |
Topic: Concatenate strings and variables in CLIST |
pvrajesh31
Replies: 11
Views: 11610
|
Forum: TSO and ISPF Posted: Wed Jan 31, 2007 3:12 pm Subject: Concatenate strings and variables in CLIST |
Hi Dick,
I tried this,
output is abc.source"("myprog")".
But thanks for ur idea. I did a small change in your code. I removed quotes then it worked fine.
I changed it as be ... |
Topic: Concatenate strings and variables in CLIST |
pvrajesh31
Replies: 11
Views: 11610
|
Forum: TSO and ISPF Posted: Wed Jan 31, 2007 1:43 pm Subject: Concatenate strings and variables in CLIST |
Hi Superk,
This is close to the solution.
The only problem is to form string1, i used command
SET string1 = abc.source(
This itself is giving error a ... |
Topic: Concatenate strings and variables in CLIST |
pvrajesh31
Replies: 11
Views: 11610
|
Forum: TSO and ISPF Posted: Wed Jan 31, 2007 11:09 am Subject: Concatenate strings and variables in CLIST |
Hi Dick,
Sorry. If i use pipe symbol || , even pipe symbol also is coming in the output.
The output as
OUTDS as ABC.SOURCE || MYPROG || ) |
Topic: Concatenate strings and variables in CLIST |
pvrajesh31
Replies: 11
Views: 11610
|
Forum: TSO and ISPF Posted: Wed Jan 31, 2007 10:51 am Subject: Concatenate strings and variables in CLIST |
Hi Kolusu,
Sorry . Even now i am getting the same error.
Regards, |
Topic: Concatenate strings and variables in CLIST |
pvrajesh31
Replies: 11
Views: 11610
|
Forum: TSO and ISPF Posted: Wed Jan 31, 2007 9:48 am Subject: Concatenate strings and variables in CLIST |
Hi ,
I want to concatenate strings and variables using CLIST. REXX is not available in our system. I have following strings and variables
string1 = abc.source(
variable1 = myprog
string2 = )
... |
Topic: Use of Picture find in option 3.14 |
pvrajesh31
Replies: 6
Views: 3322
|
Forum: TSO and ISPF Posted: Mon Jan 08, 2007 9:41 pm Subject: Use of Picture find in option 3.14 |
Hi Ofer,
Thanx for ur answer. PREFIX keyword is working fine for my requirement. This is new keyword i come across. |
Topic: Use of Picture find in option 3.14 |
pvrajesh31
Replies: 6
Views: 3322
|
Forum: TSO and ISPF Posted: Mon Jan 08, 2007 9:37 pm Subject: Use of Picture find in option 3.14 |
Hi dick ,
you gave very simple solution. It almost suits requirement except the cases where the words are prefixed by '.' or some symbols.
Thanx for answer. |
Topic: Use of Picture find in option 3.14 |
pvrajesh31
Replies: 6
Views: 3322
|
Forum: TSO and ISPF Posted: Thu Jan 04, 2007 3:21 pm Subject: Use of Picture find in option 3.14 |
Hi Dick,
My actual problem is, the command ( F P'J@@@' ALL ) is not allowed to be used in search string of 3.14 option as it is even for a single member. Since P is function (keyword) not a string w ... |
Topic: Use of Picture find in option 3.14 |
pvrajesh31
Replies: 6
Views: 3322
|
Forum: TSO and ISPF Posted: Thu Jan 04, 2007 11:58 am Subject: Use of Picture find in option 3.14 |
Hi All,
I want to find all the words starting with letter 'J' (i.e. JXXXX) in all members of a PDS dataset . This can be done using PICTURE find command (i.e. F P'J@@@' ALL) for a single member in ... |
Topic: SEARCH a string having single quotes within search string |
pvrajesh31
Replies: 8
Views: 8554
|
Forum: TSO and ISPF Posted: Tue Jan 02, 2007 2:49 pm Subject: SEARCH a string having single quotes within search string |
Hi Bill,
Sorry. I took your answer as T enclosed in two double quotes. That is why it didn't work.
I have one more question. I want to find all the words starting with letter 'J' (i.e. JXXXX) in a ... |
Topic: SEARCH a string having single quotes within search string |
pvrajesh31
Replies: 8
Views: 8554
|
Forum: TSO and ISPF Posted: Tue Jan 02, 2007 12:25 pm Subject: SEARCH a string having single quotes within search string |
Hi Kolusu,
It works fine.
Thanks. |
Topic: SEARCH a string having single quotes within search string |
pvrajesh31
Replies: 8
Views: 8554
|
Forum: TSO and ISPF Posted: Tue Jan 02, 2007 12:14 pm Subject: SEARCH a string having single quotes within search string |
Hi Bill,
The string i need to search is having single quotes SYS='T'.
SYS="T" does not find SYS='T' but it finds SYS="T" occurrences. |
| |