Author |
Message |
Topic: OC4 - Reason 11 - at Program Termination |
dtf
Replies: 6
Views: 6205
|
Forum: Application Programming Posted: Thu Oct 19, 2006 12:06 pm Subject: OC4 - Reason 11 - at Program Termination |
In my opinion, this is an educated guess, and as such a good thing to try. It is quite possible that there is another issue causing your S0C4 abend. Perhaps though, from the information you provided ... |
Topic: In case VB file rec what will be there in the last byte |
dtf
Replies: 3
Views: 4108
|
Forum: Interview Q & A Posted: Thu Oct 19, 2006 11:48 am Subject: In case VB file rec what will be there in the last byte |
I am not really sure what you are asking. The short answer is NO. There would be no delimiter. In a COBOL program you would normally know the record size based upon some identifying field within th ... |
Topic: copying current version GDG |
dtf
Replies: 3
Views: 2251
|
Forum: TSO and ISPF Posted: Wed Apr 26, 2006 3:40 pm Subject: copying current version GDG |
I tried the code at this link, but it did not work. It seems that if there is a dataset name that is the same set of nodes as that which was coded, but that is longer, then the LISTCAT gets that info ... |
Topic: Use ISPF services to sort a file from a REXX |
dtf
Replies: 4
Views: 3980
|
Forum: TSO and ISPF Posted: Fri Apr 14, 2006 4:52 pm Subject: Use ISPF services to sort a file from a REXX |
thanks ________ [URL=http://teenvid.org]teen vid |
Topic: Public Domain Software? |
dtf
Replies: 2
Views: 4036
|
Forum: Related Non-Technical Topics Posted: Wed Apr 12, 2006 10:03 am Subject: Public Domain Software? |
Can anyone tell me how to determine if a piece of software is in the "Public Domain" ? I hear these words thrown around, and understand the meaning. I just do not know how to determine if ... |
Topic: Use ISPF services to sort a file from a REXX |
dtf
Replies: 4
Views: 3980
|
Forum: TSO and ISPF Posted: Wed Apr 12, 2006 9:58 am Subject: Use ISPF services to sort a file from a REXX |
Thanks for your response. What I a am wondering though is if it is possible to just invoke an EDIT macro or someting, and
Edit the dataset
enter the command "SORT"
exit the dataset __ ... |
Topic: Use ISPF services to sort a file from a REXX |
dtf
Replies: 4
Views: 3980
|
Forum: TSO and ISPF Posted: Tue Apr 11, 2006 4:14 pm Subject: Use ISPF services to sort a file from a REXX |
I have a very small file that is built from data entry via an ISPF panel. I would like to resulting file to be sorted.
I am wondering there would be an easy way to invoke an EDIT macro to issue ... |
Topic: Composite v/s fractional link |
dtf
Replies: 5
Views: 3235
|
Forum: Application Programming Posted: Tue Jan 31, 2006 1:37 pm Subject: Composite v/s fractional link |
It is done for performance reasons.
In addition, I believe it is also done for control. For example, you might have a program called XYZ. If you do a static call to this program then you can be s ... |
Topic: number is even or odd |
dtf
Replies: 18
Views: 9760
|
Forum: Application Programming Posted: Wed Jan 11, 2006 1:18 pm Subject: number is even or odd |
IDENTIFICATION DIVISION.
PROGRAM-ID. COB1.
AUTHOR. DTF. ... |
Topic: How can I capture CPU% utilized per job through REXX? |
dtf
Replies: 9
Views: 9417
|
Forum: TSO and ISPF Posted: Wed Jan 11, 2006 12:50 pm Subject: How can I capture CPU% utilized per job through REXX? |
If you happen to have STROBE, you might look into using it. However, this may be overkill for what you are looking for. ________ [URL=http://vaporizers.net/]herbal vaporizers |
Topic: Writing to a PS in hex format |
dtf
Replies: 11
Views: 5798
|
Forum: TSO and ISPF Posted: Tue Dec 27, 2005 11:51 pm Subject: Writing to a PS in hex format |
I guess I am not really sure what you want to do........
This value in Zone decimal would be X'F2F0F0F5' if you were to display it in HEX format in ISPF. It would take up 4 bytes.
The question ... |
Topic: Mainframe testing |
dtf
Replies: 4
Views: 4871
|
Forum: Application Programming Posted: Fri Dec 09, 2005 1:31 pm Subject: Mainframe testing |
It seems to me that your question is a bit to general. Are you interested in the various testing tools available for mainframe environments? If so, there are several, it really depends on the type o ... |
Topic: Table declaration in assembler - resolution needed |
dtf
Replies: 4
Views: 3187
|
Forum: Application Programming Posted: Tue Dec 06, 2005 11:01 pm Subject: Table declaration in assembler - resolution needed |
The basic problem is one of addressability. A single (base) register can only address 4096 bytes, two base registers gives you 8192 etc.
I agree that this is probably not the way to handle this, h ... |
Topic: Table declaration in assembler - resolution needed |
dtf
Replies: 4
Views: 3187
|
Forum: Application Programming Posted: Tue Dec 06, 2005 1:01 pm Subject: Table declaration in assembler - resolution needed |
I do not have any problem delclaring the table in the manner you specified. Can you post the portion of your listing with the errors? This is a rather large table though, so perhaps a rethinking of ... |
Topic: LE Assembler - Call not returning |
dtf
Replies: 3
Views: 2596
|
Forum: Application Programming Posted: Thu Dec 01, 2005 1:27 pm Subject: LE Assembler - Call not returning |
Well, as it turns out, this routine actually terminated not by a return to the operating system, but by calling a CEE routine to shutdown LE. I modified this to instead return via R14 and it now work ... |
|