Author |
Message |
Topic: question about submit job |
jacky_ying
Replies: 1
Views: 1504
|
Forum: Job Control Language(JCL) Posted: Mon Mar 26, 2007 6:13 am Subject: question about submit job |
I submit a job in Rexx that the job stream is to be obtained from the
current source of input,not from a PDS member,it always convert the
job stream into uppercase automatically,Is there a way to su ... |
Topic: get datset name with DFSORT? |
jacky_ying
Replies: 7
Views: 4168
|
Forum: Utilities Posted: Sat Mar 17, 2007 10:29 am Subject: get datset name with DFSORT? |
Frank:
Thanks for rapid reply,It's OK,I just finished my program and it works.
Since nobody else asked for it previously,maybe this situation seldom happens. |
Topic: Select generic string in a VB file |
jacky_ying
Replies: 6
Views: 3366
|
Forum: Utilities Posted: Sat Mar 17, 2007 10:12 am Subject: Select generic string in a VB file |
"parse" is really a powerful and useful stuff! |
Topic: get datset name with DFSORT? |
jacky_ying
Replies: 7
Views: 4168
|
Forum: Utilities Posted: Sat Mar 17, 2007 10:04 am Subject: get datset name with DFSORT? |
The requirement is to get dataset name corresponding to each record in concatenated DD statements. Can this be
done with lastest DFSORT or is it possible to add this function in DFSORT.
I met t ... |
Topic: pass PC number to user program |
jacky_ying
Replies: 2
Views: 1555
|
Forum: Application Programming Posted: Mon Nov 06, 2006 9:17 am Subject: pass PC number to user program |
Any information will be greatly appreciated! =^_^= |
Topic: pass PC number to user program |
jacky_ying
Replies: 2
Views: 1555
|
Forum: Application Programming Posted: Sat Oct 28, 2006 10:54 am Subject: pass PC number to user program |
Hey,everyone
For synchronous cross memory program,How to pass 'PC number' to 'user program' except name/token,Is there any more simple and smart way?
You know 'user program' can pass paramet ... |
Topic: which dataset is being read for a concatenation dataset |
jacky_ying
Replies: 0
Views: 960
|
Forum: Application Programming Posted: Sat Oct 28, 2006 10:39 am Subject: which dataset is being read for a concatenation dataset |
hi
How do i know which dataset is being read currently for a concatenation dataset?
I know I can get the current dataset name using RDJFCB,just want to know is there any pointer or index i ... |
Topic: how to cancel a job! |
jacky_ying
Replies: 15
Views: 23261
|
Forum: Job Control Language(JCL) Posted: Tue Oct 24, 2006 5:02 am Subject: how to cancel a job! |
I knew that,In this case ASID=0D4.
oops,the job has been stuck for three days,and there's nothing I can do about it |
Topic: how to cancel a job! |
jacky_ying
Replies: 15
Views: 23261
|
Forum: Job Control Language(JCL) Posted: Mon Oct 23, 2006 7:01 am Subject: how to cancel a job! |
no,it's not a network dependent job |
Topic: how to cancel a job! |
jacky_ying
Replies: 15
Views: 23261
|
Forum: Job Control Language(JCL) Posted: Sat Oct 21, 2006 9:00 am Subject: how to cancel a job! |
I tried SDSF command:C, CD, CDA, P
I tried MVS command:/C JOBnnnn,/C JOBnnnn,DUMP
I tried JES2 command:/$C JOBnnnn,/$C JOBnnnn,DUMP
but the job stuck stubbornly,and some dataset still be hold by th ... |
Topic: how to cancel a job! |
jacky_ying
Replies: 15
Views: 23261
|
Forum: Job Control Language(JCL) Posted: Sat Oct 21, 2006 6:58 am Subject: how to cancel a job! |
Whoa,mea culpa,there is no such things like '/$C JOBnnnnn,A=XXX ???', correct my post :
How to cancel it by ASID?Do you mean /C JOBnnnnn,DUMP,A=asid ???,if so,it doesn't work! |
Topic: how to cancel a job! |
jacky_ying
Replies: 15
Views: 23261
|
Forum: Job Control Language(JCL) Posted: Sat Oct 21, 2006 3:30 am Subject: how to cancel a job! |
How to cancel it by ASID?Do you mean /$C JOBnnnnn,A=XXX ???,if so,it doesn't work! |
Topic: how to cancel a job! |
jacky_ying
Replies: 15
Views: 23261
|
Forum: Job Control Language(JCL) Posted: Fri Oct 20, 2006 10:49 am Subject: how to cancel a job! |
it's a IMS DBT unload job(PGM=FABCUR1),not BMP.it doesn't need to connect to IMS control region. |
Topic: how to cancel a job! |
jacky_ying
Replies: 15
Views: 23261
|
Forum: Job Control Language(JCL) Posted: Fri Oct 20, 2006 8:52 am Subject: how to cancel a job! |
thank kolusu
Below is what I saw in the SD.DA
NP JOBNAME StepName ProcStep JobID Owner C Pos DP Paging SIO CPU%
TSOU001 IKJACCAP TCPSD283 TSU53339 TSOU001 IN E3 0.00 ... |
Topic: how to cancel a job! |
jacky_ying
Replies: 15
Views: 23261
|
Forum: Job Control Language(JCL) Posted: Wed Oct 18, 2006 9:51 pm Subject: how to cancel a job! |
Hi,everyone
I submited a job (about IMS DBT unload) and got a strange situation.
At first it runs good ,but then I saw a 'E37' error in job message,but the job still running.So I check in ... |
|