View previous topic :: View next topic |
Author |
Message |
blueash Beginner
Joined: 02 Dec 2002 Posts: 16 Topics: 6
|
Posted: Fri Dec 06, 2002 10:59 am Post subject: Pool A or Pool B |
|
|
While creating the shipto tapes, what does Pool A and Pool B means?
Thanks for your help. |
|
Back to top |
|
|
bablack Beginner
Joined: 04 Dec 2002 Posts: 71 Topics: 0 Location: Little Falls, NJ
|
Posted: Fri Dec 06, 2002 11:37 am Post subject: |
|
|
Please give a little more detail. "shipto tape" is not any standard MVS term AFAIK. What do you mean by that? _________________ Bruce A. Black
Senior Software Developer
Innovation Data Processing |
|
Back to top |
|
|
blueash Beginner
Joined: 02 Dec 2002 Posts: 16 Topics: 6
|
Posted: Fri Dec 06, 2002 12:06 pm Post subject: |
|
|
//STEP1 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=Infile,
// DISP=SHR
//SYSUT2 DD DSN=outfile,
// DISP=(NEW,CATLG),
// UNIT=someunit
//SYSIN DD DUMMY
//TMSDISP DD *
SYSUT2 XGLOUT=F#num,SHIP TAPE F#num
/*
//SYSPRINT DD SYSOUT=*
In this scenerio when we are creating a tape/cartridge for an outside vendor, we sometimes get a message from operator saying "Please specify Pool A or Pool B" - what does this means?
Also is this pool different for different high level qualifier datasets?
Thanks for all your help. |
|
Back to top |
|
|
bablack Beginner
Joined: 04 Dec 2002 Posts: 71 Topics: 0 Location: Little Falls, NJ
|
Posted: Fri Dec 06, 2002 12:21 pm Post subject: |
|
|
//TMSDISP DD *
SYSUT2 XGLOUT=F#num,SHIP TAPE F#num
This is instructrions to your tape management system (CA-1) to mark this tape as "out of area", since you are sending it to an outside client. POOL A and POOL B must refer to different types of outside tapes. This is something defined locally, so you will have to ask your operators or system programmers what it means. _________________ Bruce A. Black
Senior Software Developer
Innovation Data Processing |
|
Back to top |
|
|
blueash Beginner
Joined: 02 Dec 2002 Posts: 16 Topics: 6
|
Posted: Sat Dec 07, 2002 9:11 am Post subject: |
|
|
I will try n find out from them.
If i will have further queries i will post them.
Thanks for all your help Bruce. |
|
Back to top |
|
|
|
|