| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
mohit_rathi
Joined: 10 Mar 2008
Posts: 2
Location: hyderabad
|
| Posted: Fri Jul 11, 2008 4:51 pm Post subject: Copy member from PDS to PDS |
|
|
Hi,
When I copy a member in a PDS to other PDS, using option 'C'. it changes the profile to "PACK ON".
But when I use 3.3 for the same then the profile is "pack off", only.
Is there any possibilty that I can maintain it to pack off only using option "C".
Thanks,
Mohit |
|
| Back to top |
|
neeharika
Joined: 23 May 2008
Posts: 8
Location: Hyderabad
|
| Posted: Fri Jul 11, 2008 5:00 pm Post subject: Reply to: Copy member from PDS to PDS |
|
|
Mohith,
Please check the options when copying...
When you give an option 'C' to copy you will be asked the new member name and dsname...there itself you can even view the options...
Code: Options
Sequential Disposition Pack Option SCLM Setting
2 1. Mod 1 1. Default 3 1. SCLM
2. Old 2. Pack 2. Non-SCLM
Here if you set the pack option to 1 profile will be pack off only. |
|
| Back to top |
|
enrico-sorichetti
Joined: 14 Mar 2007
Posts: 3082
Location: italy
|
| Posted: Fri Jul 11, 2008 5:04 pm Post subject: Reply to: Copy member from PDS to PDS |
|
|
did You look at the panels used...
look better and You will see that
using option 3.3
Code: To Data Set Options:
Sequential Disposition Pack Option SCLM Setting
_ 1. Mod 3 1. Yes 3 1. SCLM
2. Old 2. No 2. Non-SCL
3. Default 3. As is
You have the option of choosing what to do
using the C line command from the member list
Code:
Sequential Disposition Pack Option SCLM Setting
2 1. Mod 1 1. Default 3 1. SCLM
2. Old 2. Pack 2. Non-SCLM
3. As is
in the second case ( strange behavior )
You can pack but You cannot unpack
default just means ... levae things as they are |
|
| Back to top |
|
mohit_rathi
Joined: 10 Mar 2008
Posts: 2
Location: hyderabad
|
| Posted: Mon Jul 14, 2008 11:15 am Post subject: |
|
|
Thanks niharikha & Enrico for ur replies :-)
the additional information about the strange behaviour in second case was also helpful.. Enrico.. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|