Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Thu Apr 22, 2010 1:08 pm Post subject:
sivafdms,
The messages you show are NOT DFSORT messages and it is the JCL checker software which is way beyond keeping up with the latest features of DFSORT. I suggest you run the job and get back if you get an error _________________ Kolusu
www.linkedin.com/in/kolusu
Thanks.. It ran fine.however when i tried to use same concpet with folllowing file & sort, it did not work. Could you please tell what is wrong in the card
Code:
***************************** Top of Data ******************************
AT APRIL 13, 2010 05:10:02.3958 AM
TYPE PT-1 LABEL YES1 REFNUM 00003X49 FORMAT ISO
LOAD DIST LABEL: LDC2
TERM ID '01003041' MERCH ID ''
MESSAGE TYPE : 0100
BIT MAP 1 : 7238458228C08032
AT APRIL 13, 2010 05:10:02.3958 AM
TYPE PT-2 LABEL YES1 REFNUM 00003X49 FORMAT ISO
LOAD DIST LABEL: LDC2
TERM ID '01003041' MERCH ID ''
MESSAGE TYPE : 0100
BIT MAP 1 : 7238458228C08032
AT APRIL 13, 2010 05:10:02.3958 AM
TYPE PT-3 LABEL YES1 REFNUM 00003X49 FORMAT ISO
LOAD DIST LABEL: LDC2
TERM ID '01003041' MERCH ID ''
MESSAGE TYPE : 0100
BIT MAP 1 : 7238458228C08032
AT APRIL 13, 2010 05:10:02.3958 AM
TYPE PT-4 LABEL YES1 REFNUM 00003X49 FORMAT ISO
LOAD DIST LABEL: LDC2
TERM ID '01003041' MERCH ID ''
MESSAGE TYPE : 0100
BIT MAP 1 : 7238458228C08032
**************************** Bottom of Data ****************************
When i am running the following jcl i am not able to create members TYP1 & TYP3 and the jcl is going to with space abend. I am using the same pds X.Y.Z for everything.
Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Fri May 07, 2010 10:35 am Post subject:
sivafdms,
I just don't understand as to why you need 2 steps in the first place.
Why are you having DISP=(MOD, KEEP,KEEP) for a creating a PDS Member?
Your Include cond on OUTFIL is checking for a length of 4 bytes where as the target string is 5 bytes.
If you are using DFSORT you canNOT use OUTFIL to write to PDS members in parallel. You can do that with regular sequential data sets or with PDSE members, but NOT with PDS members.
Assuming your output PDS is PDS-E the following DFSORT JCL will give you the desired results
Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Fri May 07, 2010 4:14 pm Post subject:
sivafdms wrote:
Kolusu..
It worked for me.. However when i tried to run following jcl it is giving WER039A INSUFFICIENT VIRTUAL STORAGE
That message indicates you are using SYNCSORT. I'm a DFSORT developer. DFSORT and Syncsort are competitive products. I'm happy to answer questions on DFSORT and DFSORT's ICETOOL, but I don't answer questions on Syncsort. _________________ Kolusu
www.linkedin.com/in/kolusu
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum