Author |
Message |
Topic: Sorting Days of the Week ? |
sramesh
Replies: 1
Views: 1067
|
Forum: Database Posted: Sun Jun 04, 2006 11:35 pm Subject: Sorting Days of the Week ? |
e.g Atable having a column day_name char(3) for days of the week.
SELECT DAY_NAME FROM ACCT_TABLE ORDER BY DAY_NAME;
Result will be..
FRI, MON, SAT, SUN, THU, TUE, WED
But this is not correct ... |
Topic: suspend a running job ? |
sramesh
Replies: 4
Views: 4396
|
Forum: Job Control Language(JCL) Posted: Wed Apr 05, 2006 8:44 am Subject: suspend a running job ? |
Where we have to give this command ?
RESET jobname,QUIESCE |
Topic: suspend a running job ? |
sramesh
Replies: 4
Views: 4396
|
Forum: Job Control Language(JCL) Posted: Wed Apr 05, 2006 3:33 am Subject: suspend a running job ? |
How to suspend & resume a job running in mainframe ?
Thanks,
Ramesh |
|