| Author |
Message |
Topic: REXX code to PL1 code |
key
Replies: 5
Views: 3452
|
Forum: Application Programming Posted: Tue Jun 13, 2006 11:44 am Subject: REXX code to PL1 code |
Thanks much for each and everyones valuable reply.
I have written the suitable code for this requirement as follows... and tested the same.
TSTPDS: PROC OPTIONS(MAIN) REORDER; ... |
Topic: How to get PDS member's User ID? |
key
Replies: 4
Views: 4034
|
Forum: TSO and ISPF Posted: Tue Jun 13, 2006 11:36 am Subject: How to get PDS member's User ID? |
I have tried like follows also... but i could get required
CALL ISPLINK ('LMMLIST ',VAR1,'LIST ','MEMBER ','YES ');
PUT SKIP LIST('LMMLIST RC:',PLIRETV()); ... |
Topic: How to get PDS member's User ID? |
key
Replies: 4
Views: 4034
|
Forum: TSO and ISPF Posted: Tue Jun 13, 2006 10:24 am Subject: How to get PDS member's User ID? |
Thanks much for ur relpy.
I have coded in the following way.
CALL ISPLINK ('LMMFIND ',VAR1,MEMBER,' ',' ',' ',' ','YES ');
PUT SKIP LIST('LMMFIND RC:',PLIRETV()); ... |
Topic: How to get PDS member's User ID? |
key
Replies: 4
Views: 4034
|
Forum: TSO and ISPF Posted: Tue Jun 13, 2006 4:07 am Subject: How to get PDS member's User ID? |
Hi,
As per my requirement, I need to get TSO USER ID from the PDS Member.
As per ISPF Service manual, I have tried in the following way using LMMSTATS...
CALL ISPLINK ('VDEFINE ', '(V ... |
Topic: REXX code to PL1 code |
key
Replies: 5
Views: 3452
|
Forum: Application Programming Posted: Tue Jun 06, 2006 2:55 am Subject: REXX code to PL1 code |
Hi Members...
Could you please send any more input on this topic. |
Topic: need info on PLI program calling a Sub Program |
key
Replies: 2
Views: 3549
|
Forum: Application Programming Posted: Tue Jun 06, 2006 2:53 am Subject: need info on PLI program calling a Sub Program |
Hi,
PL1 has Static and Dynamic calls.
STATIC - you will call the program with statement CALL and the module name with the perameters. It should be declared as EXTERNAL in the main program to ide ... |
Topic: REXX code to PL1 code |
key
Replies: 5
Views: 3452
|
Forum: Application Programming Posted: Thu Jun 01, 2006 4:06 am Subject: REXX code to PL1 code |
Hi Semigeezer,
Thanks for your reply.
There are other ways to accomplish this. If you are running under ISPF, use the LMMLIST service.
Could you please explain more about above mentioned ... |
Topic: REXX code to PL1 code |
key
Replies: 5
Views: 3452
|
Forum: Application Programming Posted: Wed May 31, 2006 12:38 pm Subject: REXX code to PL1 code |
Hi,
My Program needs to return the member names of a pds in sequential order.
Following code will do this in REXX
/* rexx */
say 'Enter Dataset Name : '
pull dsname
dsname = strip& ... |
Topic: Compare two objects? |
key
Replies: 8
Views: 2614
|
Forum: Application Programming Posted: Tue May 09, 2006 8:29 am Subject: Compare two objects? |
Sorry for the inconvenience.
I have searched AMBILIST, I couldn't find anything. This is my mistake. :(
Ok, I will search it.
Thanks much fro ur immt. response. |
Topic: Compare two objects? |
key
Replies: 8
Views: 2614
|
Forum: Application Programming Posted: Tue May 09, 2006 8:20 am Subject: Compare two objects? |
Thanks for your reply.
I haven't used AMBILIST utility.
Could you please send me the JCL for using AMBILIST utility. |
Topic: Compare two objects? |
key
Replies: 8
Views: 2614
|
Forum: Application Programming Posted: Mon May 08, 2006 1:05 pm Subject: Compare two objects? |
Thanks for your reply.
I heard that we can use AMBILIST utility to find meaning full difference between two load modules.. Could you please explain on this. |
Topic: Compare two objects? |
key
Replies: 8
Views: 2614
|
Forum: Application Programming Posted: Mon May 08, 2006 8:18 am Subject: Compare two objects? |
Thanks much for your immt. reply.
I need to compare the objects of both the source modules.
And could you please suggest me, Comparing Load modules will solve this situation?
Kindly let me ... |
Topic: Compare two objects? |
key
Replies: 8
Views: 2614
|
Forum: Application Programming Posted: Mon May 08, 2006 7:46 am Subject: Compare two objects? |
Hi,
I am working in compiler migration project. I need a help on following scenario.
We have prepared the code for new complier like
%If <new> then
%do;
--- New options---
--- ... |
Topic: Identify the Databases used in programs |
key
Replies: 4
Views: 2181
|
Forum: Utilities Posted: Fri May 05, 2006 9:53 am Subject: Identify the Databases used in programs |
Thanks much for the replies.
This will be helpful for me in the initial manual search approach.
Also, I want to know, is there any tool is available to do this? Can you provide some tool names?
... |
Topic: Identify the Databases used in programs |
key
Replies: 4
Views: 2181
|
Forum: Utilities Posted: Fri May 05, 2006 4:30 am Subject: Identify the Databases used in programs |
Hi ,
I need help on following topic.
We had found 6 databases (DB2 & IMS) using customer related activities. This is the only input we have. From this, we have to know how many programs used ... |
| |