Search found 940 matches

by dbzTHEdinosauer
Fri Sep 28, 2012 8:23 pm
Forum: COBOL
Topic: Prefix to DDNAMES
Replies: 2
Views: 3854

Here is the ASSIGN Clause definition from COBOL II (1993)
and
here is the ASSIGN Clause definition from COBOL for z/OS V4.2 Language Reference (same as Dikdude provided)


Your attention is drawn to the description of lable-.
by dbzTHEdinosauer
Wed Sep 26, 2012 11:33 pm
Forum: MQSERIES & WEBSPHERE
Topic: Getting started with websphere????????
Replies: 3
Views: 7096

this is the websphere MQ Library
you can also download a "trial or demo" (usable for 30 days or so) Websphere
for use on your pc.
by dbzTHEdinosauer
Wed Sep 26, 2012 6:55 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: reorg and runstat
Replies: 1
Views: 3625

take a look at any sql REFERENCE.
There is an appendix which describes the sysibm tables.
as far as which one, this is something you could find from googling,
like "where can i find last reorg"
and "last time runstats"
by dbzTHEdinosauer
Tue Sep 25, 2012 5:35 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: What return code will SQLCODE will have?
Replies: 1
Views: 4133

the -723 refers to the trigger encountering a problem during its activities. the -913 (WTH is -903? learn to be more accurate!) with an reason code of 00C900BA - find it here with a type code of 00002002 - tablespace write class (also found in above linked pdf) probably your table pqrs DPNAM01Q.MWDL...
by dbzTHEdinosauer
Sat Sep 22, 2012 3:23 am
Forum: CICS
Topic: CMAC
Replies: 5
Views: 8402

In addition to ibm's Look-At (which will actually link you to the manual, which you can download.) do what I do, I download all the latest manuals to my PC (sometimes the web is slow). this link has all the lastest 10 volumnes of MVS System Messages in PDF format I have a large list of Bookmarks (Fa...
by dbzTHEdinosauer
Sat Sep 22, 2012 12:23 am
Forum: CICS
Topic: CMAC
Replies: 5
Views: 8402

why would you want to do that?
the only service that uses DFHCMACD is cics,
and since cics is issuing the errors
any that you managed to add would never be used.
by dbzTHEdinosauer
Mon Sep 17, 2012 3:34 pm
Forum: JCL
Topic: run error
Replies: 1
Views: 2918

this has nothing to do with JCL. you have not provided the error, number, description. if you are indeed trying to CALL a 24bit module from a 32bit module you will have trouble. easiest way is to change the CALLed module to 32bit convention. otherwise, you can use Language Environment interfaces to ...
by dbzTHEdinosauer
Thu Sep 13, 2012 6:49 pm
Forum: MQSERIES & WEBSPHERE
Topic: How to resolve 2033 error code in MQGET call??
Replies: 1
Views: 5560

here is a link to the WebSphere MQS Library pick your vsn and view page. after a while, on the left side there will be a list of documents. expand WebSphere MQ (click on the +) expand troubleshooting and support expand reason codes expand API completion and reason codes expand API reason codes look ...
by dbzTHEdinosauer
Tue Sep 11, 2012 3:46 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Suppressing the file based on Outrec
Replies: 9
Views: 10549

ok,
what positions have changed?
by dbzTHEdinosauer
Tue Sep 11, 2012 3:13 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Suppressing the file based on Outrec
Replies: 9
Views: 10549

venky,
stop wasting our time.
William, in his last post, provided code for such.
by dbzTHEdinosauer
Mon Sep 10, 2012 8:23 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: how to calculate age
Replies: 4
Views: 9507

William, one of the problems is that char ( 8 ) ends up looking like char(cool i corrected his initial post, but since the TS has a date stored in a char field, the sql is a little more complex. the birthdate column must be cast to a date type first, before the subtraction. so the answer for our sql...
by dbzTHEdinosauer
Wed Sep 05, 2012 6:44 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: How to fetch and compare the system date in JCL
Replies: 14
Views: 22427

other than mention the original requirement was stated as: I need to fetch the system date and sort the PS record matching with system why sort them if they are all matching the system date? yet the INCLUDE is for LE, which means he does not want to include any records from tomorrow. William, you ca...
by dbzTHEdinosauer
Wed Sep 05, 2012 5:18 pm
Forum: OTHER SUBJECTS
Topic: JHS
Replies: 4
Views: 9483

find a manual for JHS tool (whatever that is)
and read the step by step procedures for use.

we are not a manual reading/quoting service.

if you have a particular question, great.
by dbzTHEdinosauer
Wed Sep 05, 2012 4:51 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: BIND
Replies: 2
Views: 4294

it doesn't.

even though you erroneously posted this db2 question in the jcl forum,
suggest you refer to the db2 application programming guide of your vsn of db2
(hyperlinks to manuals at top of page)
and read about the BIND process.
by dbzTHEdinosauer
Wed Sep 05, 2012 3:40 pm
Forum: COBOL
Topic: calling subprogram causes error
Replies: 4
Views: 5271

errors on not 'thrown' on the mainframe. but terminology does not seem to be the only skill missing since porting your services to a real computer. this apparently is not an interview question. what is the error? knowing that, and a brief description of your program(s) flow will help us to help you.