Author |
Message |
Topic: Who is submitting the JCL's? |
hareshh
Replies: 11
Views: 5390
|
Forum: Job Control Language(JCL) Posted: Wed Feb 14, 2007 4:53 am Subject: Who is submitting the JCL's? |
Hi ds390,
In our Shop and past project with different shop we have seperate Dev & Prod environment as stated above by warp5.
Regards,
Haresh.  |
Topic: Searching value NOT IN a tabel from a list |
hareshh
Replies: 9
Views: 4013
|
Forum: Database Posted: Wed Feb 14, 2007 4:26 am Subject: Searching value NOT IN a tabel from a list |
Hi Maxisnowhere,
If your list is a column in a table for example COL3 of TAB2 then please refer link for solution
http://www.mvsforums.com/helpboards/viewtopic.php?t=4121&view=next
... |
Topic: conversions from Alphanumeric to smallint with left justifie |
hareshh
Replies: 10
Views: 4107
|
Forum: Application Programming Posted: Wed Feb 14, 2007 4:00 am Subject: conversions from Alphanumeric to smallint with left justifie |
if my value is "003" will the NUMVAL function truncate the preceding zeroes and the provide the value is "3"
Hi AshStar,
Yes. Please check the document link provided in m ... |
Topic: conversions from Alphanumeric to smallint with left justifie |
hareshh
Replies: 10
Views: 4107
|
Forum: Application Programming Posted: Wed Feb 14, 2007 1:52 am Subject: conversions from Alphanumeric to smallint with left justifie |
Cool Shekar boss is taking you to the right link  |
Topic: conversions from Alphanumeric to smallint with left justifie |
hareshh
Replies: 10
Views: 4107
|
Forum: Application Programming Posted: Wed Feb 14, 2007 1:49 am Subject: conversions from Alphanumeric to smallint with left justifie |
Hi AshStar,
I think NUMVAL will make it right justify but you need Left justify so we can do this as shown-
A X(10)
B 9(10)
J = 1
PERFORM VARYING I FROM 1 BY 1 UNTIL I > 10
IF A( ... |
Topic: conversions from Alphanumeric to smallint with left justifie |
hareshh
Replies: 10
Views: 4107
|
Forum: Application Programming Posted: Wed Feb 14, 2007 1:35 am Subject: conversions from Alphanumeric to smallint with left justifie |
Hi AshStar,
How about NUMVAL intrinsic function, please check documentation link
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IGY3PG10/1.6.6.3?SHELF=&DT=200209231438 ... |
Topic: Restart a job |
hareshh
Replies: 10
Views: 4023
|
Forum: Database Posted: Tue Feb 13, 2007 5:09 am Subject: Restart a job |
Hi Kingo,
Restart in JCL
http://www.mvsforums.com/helpboards/viewtopic.php?t=4770&view=next
Restart in DB2
http://www.mvsforums.com/helpboards/viewtopic.php?t=7435&a ... |
Topic: Blue zone software |
hareshh
Replies: 1
Views: 1931
|
Forum: Other Technical Topics Posted: Mon Feb 12, 2007 4:20 am Subject: Blue zone software |
Hi Vijaya Kumar,
Please check link
http://www.seagullsoftware.com/products/bluezone/terminal-emulation.html
Regards,
Haresh. |
Topic: SAS AND ICETOOL |
hareshh
Replies: 2
Views: 1558
|
Forum: Utilities Posted: Fri Feb 09, 2007 2:17 am Subject: SAS AND ICETOOL |
Hi Kingo,
Please refer below link for SAS:
http://www.mvsforums.com/helpboards/viewtopic.php?t=7767&view=next |
Topic: Control not going to next perform |
hareshh
Replies: 20
Views: 9898
|
Forum: Application Programming Posted: Thu Feb 01, 2007 3:22 am Subject: Control not going to next perform |
Hi Kiran,
If above didn't work then how about Compiling with the NOOPT compiler option?
Try it
Regards,
Haresh. |
Topic: Control not going to next perform |
hareshh
Replies: 20
Views: 9898
|
Forum: Application Programming Posted: Thu Feb 01, 2007 1:02 am Subject: Control not going to next perform |
Hi Kiran,
I think you need Explicit scope terminator i.e. END-IF.
ELSE
IF SORT-IIR-NOT-EOF
AND HOLD-BTN-C ... |
Topic: Query on PCB Mask |
hareshh
Replies: 3
Views: 2282
|
Forum: IMS Posted: Tue Jan 30, 2007 4:21 am Subject: Query on PCB Mask |
Hi b_zaveri,
Please check link
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dfsp30f3/1.2.4.4?SHELF=&DT=20020906093406
Probably it is the simillar example that you are tryin ... |
Topic: Use of LOG in LOAD utility |
hareshh
Replies: 7
Views: 2947
|
Forum: Database Posted: Thu Jan 25, 2007 3:36 am Subject: Use of LOG in LOAD utility |
Hi kingo1984,
Please check link:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dsnugh13/2.12.2.4.10?SHELF=&DT=20020826194002&CASE=
Regards,
Haresh |
Topic: CICS trace entries |
hareshh
Replies: 4
Views: 3119
|
Forum: CICS and Middleware Posted: Thu Jan 25, 2007 3:13 am Subject: CICS trace entries |
Could you please let me know, where can i foind the auxiliary trace data set name ?.
Please check link:
http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/DFHS1A03/3.1.10.2?DT=20060120094928 ... |
Topic: fetching row |
hareshh
Replies: 2
Views: 1714
|
Forum: Database Posted: Wed Jan 24, 2007 7:01 am Subject: fetching row |
Query:
SELECT rowid_column, column_name FROM table_name
GROUP BY rowid_column, column_name HAVING rowid_column BETWEEN 11 AND 20
If you want to know about rowid column refer link:
http://www.mvs ... |
|