Author |
Message |
Topic: Copy a Load module from One PDS to another thru REXX |
meena_cts
Replies: 15
Views: 11378
|
Forum: TSO and ISPF Posted: Tue Mar 13, 2007 5:37 am Subject: Copy a Load module from One PDS to another thru REXX |
Rexx Code below not working
_________________________________________________________
/* rexx */
"Alloc Fi(sysut1) Da('ENDH1.B0YCL007.SBA ... |
Topic: Copy a Load module from One PDS to another thru REXX |
meena_cts
Replies: 15
Views: 11378
|
Forum: TSO and ISPF Posted: Mon Mar 12, 2007 11:53 pm Subject: Copy a Load module from One PDS to another thru REXX |
Hi ,
I searched for the syntax to specify COPYMOD Option next to IEBCOPY command.
In Jcl,its like
COPYMOD OUTDD(outdd1) INDD(indd1)
Plz let me know the syntax in Rexx. |
Topic: Copy a Load module from One PDS to another thru REXX |
meena_cts
Replies: 15
Views: 11378
|
Forum: TSO and ISPF Posted: Mon Mar 12, 2007 6:50 am Subject: Copy a Load module from One PDS to another thru REXX |
Yes, I am also able to copy normal member(say pgm or copybook) successfully.
But Load modules,i m not able to copy.
Both the PDS are having same RECFM as U,
But LRECL is different ,iNPUT PDS is ... |
Topic: Copy a Load module from One PDS to another thru REXX |
meena_cts
Replies: 15
Views: 11378
|
Forum: TSO and ISPF Posted: Mon Mar 12, 2007 3:45 am Subject: Copy a Load module from One PDS to another thru REXX |
1)When i use IEBGENER,i am getting rc =12 and the member is created as empty in output pds(N408f0.GULF.LOADLIB)
2)When i use IEBCOPY,rc=0 ,But member is not copied to output pds at all
3)As,I m in ... |
Topic: Copy a Load module from One PDS to another thru REXX |
meena_cts
Replies: 15
Views: 11378
|
Forum: TSO and ISPF Posted: Mon Mar 12, 2007 1:24 am Subject: Copy a Load module from One PDS to another thru REXX |
Hi,
I need to copy a load module member from one pds to another tru Rexx Pgm.
But this doesn't work.
Can U PLease Help out?
Note:I am able to do the below task manually (i.e) copy loadmodule from ... |
|