Search found 5 matches

by meena_cts
Wed Mar 21, 2007 6:31 pm
Forum: TSO, CLIST & REXX
Topic: To copy a load module mem from one pds to another thru rexx
Replies: 7
Views: 28313

Thanks
by meena_cts
Tue Mar 20, 2007 5:47 pm
Forum: TSO, CLIST & REXX
Topic: To copy a load module mem from one pds to another thru rexx
Replies: 7
Views: 28313

Hi, Thanks for the Info. Thru Jcl, I am able to do it. Below is the Jcl code //Jobcard //STEP1 EXEC PGM=IEBCOPY //SYSPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSOUT DD SYSOUT=* //SOURCEI DD DSN=ENDH1.B0YCL007.SBATLOAD,DISP=SHR //SOURCEO DD DSN=N408F0.GULF.LOADLIB,DISP=SHR //SYSIN DD * COPY I=((SOU...
by meena_cts
Mon Mar 12, 2007 11:26 am
Forum: TSO, CLIST & REXX
Topic: To copy a load module mem from one pds to another thru rexx
Replies: 7
Views: 28313

To copy a load module mem from one pds to another thru rexx

Hi, I need to copy a load module member from one pds to another thru 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 one PDS to another mentioned below ) Below is the code which i tried.......... /* rexx */ "Alloc Fi(SYS...
by meena_cts
Wed Feb 21, 2007 12:20 pm
Forum: JCL
Topic: Deleting a Sequential File in IDCAMS Step
Replies: 1
Views: 8997

Deleting a Sequential File in IDCAMS Step

what is the difference between the below 2 ?

1)DELETE 'PSFILE1'
2)DELETE (PSFILE1),PURGE,SCRATCH
by meena_cts
Thu Feb 15, 2007 11:39 am
Forum: TSO, CLIST & REXX
Topic: How to find out the record length using tso command?
Replies: 4
Views: 27247

FYI... For Tape Files, Lrecl and other basic information can be found thru CA-1 UCC1 - TAPE MANAGEMENT System Interface . In CA-1 Tool, U'll have to enter into Inquiry Option Wherein we have to give either Vol Serial No of the Tape OR the Name of the Tape File. We'll get all the Info about the tape ...