View previous topic :: View next topic |
Author |
Message |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Mon May 08, 2006 6:04 am Post subject: need to remove SORT on the command prompt |
|
|
Hai All,
I am in SDSF and i see the status of a particular job :
Code: |
JESMSGLG JES2
JESJCL JES2
JESYSMSG JES2
SYSOUT STEP0100
|
I had unfortunately given the command SORT on the command prompt and this has changed the dd names in ascending order.
How can i revert back to the normal sequence of job steps that is i want to eliminate UNSORT (remove SORT) ?
Code: |
JESJCL JES2
JESMSGLG JES2
JESYSMSG JES2
SYSOUT STEP0100
|
_________________ Shekar
Grow Technically |
|
Back to top |
|
 |
hariavinash Beginner
Joined: 21 Jan 2005 Posts: 52 Topics: 7
|
Posted: Mon May 08, 2006 7:22 am Post subject: |
|
|
SORT on DDNAME or StepName or ProcStep.
that will solve.
cheers
Avi |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Mon May 08, 2006 8:33 am Post subject: |
|
|
Also, use command "SORT OFF" to nullify the SORT option. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
|
|