Author |
Message |
Topic: Array initialisation in COBOL. |
CaptBill
Replies: 9
Views: 5611
|
Forum: Application Programming Posted: Mon Jun 30, 2003 2:43 pm Subject: Array initialisation in COBOL. |
Or you could say
MOVE '0 0 0 0 0 0 0 0 0 0 ' TO TABLE. as defined by Tophe. |
Topic: Procedure to Setup XPEDITER |
CaptBill
Replies: 3
Views: 3568
|
Forum: Other Technical Topics Posted: Fri Jun 27, 2003 3:53 pm Subject: Procedure to Setup XPEDITER |
rannie,
Kolusu's answer said it all. Ask one of your co-workers. Every shop has it's quirks. |
Topic: Zos Installation |
CaptBill
Replies: 4
Views: 3675
|
Forum: Other Technical Topics Posted: Fri Jun 27, 2003 3:51 pm Subject: Zos Installation |
rannie,
What connection (other than z/OS) does your question have with the original topic? |
Topic: Security for Sequential Files? |
CaptBill
Replies: 11
Views: 7178
|
Forum: Data Management Posted: Fri Jun 27, 2003 3:49 pm Subject: Security for Sequential Files? |
It does not matter that you use ROSCOE over TSO. RACF is a security tool.
Do you have a security product at your shop? |
Topic: How to Use Expeditor Online ? |
CaptBill
Replies: 3
Views: 2710
|
Forum: Utilities Posted: Fri Jun 27, 2003 3:42 pm Subject: How to Use Expeditor Online ? |
This is a question best put to one of your co-workers as every shop has it's quirks. |
Topic: Strange scenario with S0C4!! |
CaptBill
Replies: 4
Views: 4343
|
Forum: Problem Determination Posted: Thu Jun 26, 2003 12:18 pm Subject: Strange scenario with S0C4!! |
Perhaps the attributes are not compatible. Have you checked the attributes of each file in the loadlib concatenation? |
Topic: Strange scenario with S0C4!! |
CaptBill
Replies: 4
Views: 4343
|
Forum: Problem Determination Posted: Tue Jun 24, 2003 5:08 pm Subject: Strange scenario with S0C4!! |
First of all, why did you copy the load module to your loadlib? You stated you use a STEPLIB, so just concatenate the other library to the STEPLIB.
One of the reasons for dynamic calls is to alway ... |
Topic: Modifing the PS |
CaptBill
Replies: 10
Views: 7044
|
Forum: Job Control Language(JCL) Posted: Fri Jun 20, 2003 3:22 pm Subject: Modifing the PS |
There are lots of other tools you could use. VISION:Results, EasyTrieve are just two that come to mind. Do you have either of those available?
VISION:Results solution:
OPTION PRINTERROR
F ... |
Topic: Look up and change - When the position is not known |
CaptBill
Replies: 14
Views: 6625
|
Forum: Utilities Posted: Wed Jun 18, 2003 1:08 pm Subject: Look up and change - When the position is not known |
Why does it HAVE "...to be accomplished through a JCL"?
You could use ISPF EDIT in a Batch job and use the edit primary command
c all x'f7' x'40'
|
Topic: MSGCLASS and MSGLEVEL |
CaptBill
Replies: 2
Views: 2789
|
Forum: Job Control Language(JCL) Posted: Tue Jun 10, 2003 3:11 pm Subject: MSGCLASS and MSGLEVEL |
Ranjish,
Absolutely the best answer to give! |
Topic: Internal Tables - Clarification |
CaptBill
Replies: 3
Views: 2544
|
Forum: Application Programming Posted: Tue Jun 10, 2003 3:08 pm Subject: Internal Tables - Clarification |
You are responsible for ensuring that the data in the table is in either ascending or descending order, so yes you must sort it before loading the table.
Personally I would have a step prior to run ... |
Topic: ABEND DURING RACHECK PROCESSING |
CaptBill
Replies: 1
Views: 3342
|
Forum: Other Technical Topics Posted: Fri Jun 06, 2003 11:18 am Subject: ABEND DURING RACHECK PROCESSING |
Seems to be a RACF message. At least this is what I got from Quick Ref.
ICH409I abend-code{-yy} ABEND DURING request {PROCESSING |
Topic: DFSORT Report |
CaptBill
Replies: 4
Views: 4408
|
Forum: Utilities Posted: Fri Jun 06, 2003 10:53 am Subject: DFSORT Report |
menon,
Do you have VISION:Results or DYL-280 in your shop? If you do and Frank or kolusu do not come up with a solution, you might want to try it. |
Topic: Help - MIPS Rating on Amdahl 5890-190E with two processors |
CaptBill
Replies: 3
Views: 3016
|
Forum: Other Technical Topics Posted: Thu Jun 05, 2003 3:49 pm Subject: Help - MIPS Rating on Amdahl 5890-190E with two processors |
Oh? What is http://www.amdahl.com/ then? |
Topic: Collecting the statastics of the batch jobs thru rexx. |
CaptBill
Replies: 3
Views: 2311
|
Forum: TSO and ISPF Posted: Thu Jun 05, 2003 3:47 pm Subject: Collecting the statastics of the batch jobs thru rexx. |
While you might want to use REXX, it may not be the best tool to use. Consider looking into SMF records and how to extract what you need. |
|