|
View previous topic :: View next topic
|
| Author |
Message |
vinuraj
New User
Joined: 27 Feb 2004 Posts: 2 Location: Kerala
|
|
|
|
Hi ,
While i was sortting through jcl i got RC=20 ,and the data didn't sort. i would like to know why this?
Love nandini |
|
| Back to top |
|
 |
mdtendulkar
Active User

Joined: 29 Jul 2003 Posts: 237 Location: USA
|
|
|
|
Hello vinuraj,
Can you post your JCL and sysout messages for ref ??
Regards
Mayuresh Tendulkar |
|
| Back to top |
|
 |
vinuraj
New User
Joined: 27 Feb 2004 Posts: 2 Location: Kerala
|
|
|
|
Hi
here is my prog
//CO02Q JOB NOTIFY=CO02,CLASS=A
//STEP1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SORTIN DD DSN=CO02.SORT.DATA,DISP=OLD
//SORTOUT DD DSN=CO02.OUT1.DATA,DISP=NEW,SPACE=(TRK,(1,1)),
// RECFM=FB,LRECL=80,BLKSIZE=800
//SYSIN DD *
SORT FIELDS=(1,2,CH,A)
/*
regards |
|
| Back to top |
|
 |
franclin
New User

Joined: 23 May 2003 Posts: 11 Location: Chennai, India
|
|
|
|
Hi,
I worked with ur code, It is working with RC=0,
If u want to see the sortout data set ,u will give sort out disp parameter
DISP=(NEW,CATLG,DELETE)
BY
SUMAN |
|
| Back to top |
|
 |
franclin
New User

Joined: 23 May 2003 Posts: 11 Location: Chennai, India
|
|
|
|
Hi,
I worked with ur code, It is working with RC=0,
If u want to see the sortout data set ,u will give sort out disp parameter
DISP=(NEW,CATLG,DELETE)
BY
SUMAN |
|
| Back to top |
|
 |
franclin
New User

Joined: 23 May 2003 Posts: 11 Location: Chennai, India
|
|
|
|
Hi,
I worked out with ur code, It is working with RC=0,
If u want to see the sortout data set ,u will give sort out disp parameter
DISP=(NEW,CATLG,DELETE)
BY
SUMAN |
|
| Back to top |
|
 |
|
|
 |
All times are GMT + 6 Hours |
|