Author |
Message |
Topic: TSO LINKLIST and JCL |
ds390
Replies: 3
Views: 2948
|
Forum: TSO and ISPF Posted: Mon Nov 16, 2009 10:57 pm Subject: TSO LINKLIST and JCL |
Thanks everyone. |
Topic: TSO LINKLIST and JCL |
ds390
Replies: 3
Views: 2948
|
Forum: TSO and ISPF Posted: Sat Nov 14, 2009 8:28 pm Subject: TSO LINKLIST and JCL |
If I change the LINKLIST dd name by adding or deleting some dataset names from my TSO session, will this affect the jobs submitted from JCL?
Thanks |
Topic: To me, this is strange ... |
ds390
Replies: 11
Views: 5395
|
Forum: TSO and ISPF Posted: Fri Nov 13, 2009 12:16 am Subject: To me, this is strange ... |
Hi All,
I found the cause of the problem. A few month ago I modified my IGYWCL to keep my temporary module before HEWL. So what happened is , although every time I delete the program, but the new ... |
Topic: To me, this is strange ... |
ds390
Replies: 11
Views: 5395
|
Forum: TSO and ISPF Posted: Thu Nov 12, 2009 8:44 pm Subject: To me, this is strange ... |
Thanks, SG, and I can see the direction you are pointing to. I tried what you said and I got message says 'module not loaded'.
Please notice, if I delete t003 from ibmuser.atest.load library and su ... |
Topic: To me, this is strange ... |
ds390
Replies: 11
Views: 5395
|
Forum: TSO and ISPF Posted: Wed Nov 11, 2009 10:34 pm Subject: To me, this is strange ... |
Here is my JCL. If I change line # 4, and #8 from t003 to t005, I got hello world. If I use t003 on these line numbers, I got no sysout.
But if I delete t003 in ispf, and rename t005 to 003 and cal ... |
Topic: To me, this is strange ... |
ds390
Replies: 11
Views: 5395
|
Forum: TSO and ISPF Posted: Wed Nov 11, 2009 10:25 pm Subject: To me, this is strange ... |
Interesting, if I delete t003 and rename t005 to t003, and call t003 either in TSO or JCL, I got my 'hello world.'
I am totally confused. |
Topic: To me, this is strange ... |
ds390
Replies: 11
Views: 5395
|
Forum: TSO and ISPF Posted: Wed Nov 11, 2009 10:20 pm Subject: To me, this is strange ... |
tso call 'ibmuser.atest.load(t005)' got 'hello world.'
tso call 'ibmuser.atest.load(t003)' got nothing.
BTW, I am using my ADCD 1.6, without LLA.
Thanks for your help. |
Topic: To me, this is strange ... |
ds390
Replies: 11
Views: 5395
|
Forum: TSO and ISPF Posted: Wed Nov 11, 2009 10:13 pm Subject: To me, this is strange ... |
If I execute t003, it ends normally with return code 0. And I checked the job log, no 'hello world' .
If I delete t003, and compile the same source to t005, and execute t005, it has the sysout with ... |
Topic: To me, this is strange ... |
ds390
Replies: 11
Views: 5395
|
Forum: TSO and ISPF Posted: Wed Nov 11, 2009 8:54 pm Subject: To me, this is strange ... |
Hi all,
I have a simple program which does the 'hello world.' thing.
If I compile it to t003 it doesn't print the output. It works if I give I gave it another name. This is strange. The source, ... |
Topic: SRCHFOR COMMAND |
ds390
Replies: 0
Views: 3079
|
Forum: IMS Posted: Thu Jun 04, 2009 7:13 am Subject: SRCHFOR COMMAND |
Can I do SRCHFOR command on a list of datasets which meet the following conditions?
1. name starts with 'IMS*'
2. Record Format = FB
3. Record length = 80
I want search the string in this subs ... |
Topic: secondary index restructure |
ds390
Replies: 0
Views: 2282
|
Forum: IMS Posted: Tue Feb 24, 2009 10:58 pm Subject: secondary index restructure |
This is not a real case. Because I am reading some IMS document about secondary index and this question comes into my mind.
When a secondary index is created and target is not the root segment, th ... |
Topic: where is the link between the map and the program? |
ds390
Replies: 0
Views: 1986
|
Forum: IMS Posted: Sun Jun 22, 2008 10:32 am Subject: where is the link between the map and the program? |
When I look at the application, I can see the programs and the maps. But I don't see what links these two together. How would IMS know which program to call up when the Map is executed?
Thanks very ... |
Topic: Two questions about started task. |
ds390
Replies: 6
Views: 3000
|
Forum: TSO and ISPF Posted: Fri May 09, 2008 8:05 pm Subject: Two questions about started task. |
no, I didn't set any filter, i can't see VLF DLF neither. |
Topic: Two questions about started task. |
ds390
Replies: 6
Views: 3000
|
Forum: TSO and ISPF Posted: Fri May 09, 2008 6:59 pm Subject: Two questions about started task. |
Thanks and I am sorry for #1. The question should be,
when i do /d a,l I can see it, but I can't see it using ST under SDSF. |
Topic: Two questions about started task. |
ds390
Replies: 6
Views: 3000
|
Forum: TSO and ISPF Posted: Thu May 08, 2008 6:57 pm Subject: Two questions about started task. |
1. Can I use /d a,l to list all started tasks? I found some are not listed, like LLA. Why?
2. What user ID is used for started tasks? Where is the setup?
Thanks. |
|