Author |
Message |
Topic: Unload job ends with maxxcc 4 |
dbzTHEdinosauer
Replies: 7
Views: 7641
|
Forum: Job Control Language(JCL) Posted: Sat Jul 07, 2012 1:05 pm Subject: Unload job ends with maxxcc 4 |
more than likely that there is some message about the record length for sysrec00.
you have not gone thru all the logs.............. |
Topic: COBOL to XML |
dbzTHEdinosauer
Replies: 12
Views: 22274
|
Forum: Tools and Downloads Posted: Fri Jul 06, 2012 10:31 pm Subject: COBOL to XML |
Back to the xml.
other than your boss wanting to know about a buzzword,
why the desire for xml?
xml is used to envelop data for transfer between disparate systems/applications (different sites/ ... |
Topic: COBOL to XML |
dbzTHEdinosauer
Replies: 12
Views: 22274
|
Forum: Tools and Downloads Posted: Fri Jul 06, 2012 9:11 pm Subject: COBOL to XML |
an important point. buy more iron.
but, you will find that unless you invest wisely in server hardware,
you will have problems achieving the 99.999 percent uptime
that z/OS machines can boast o ... |
Topic: COBOL to XML |
dbzTHEdinosauer
Replies: 12
Views: 22274
|
Forum: Tools and Downloads Posted: Thu Jul 05, 2012 10:17 pm Subject: COBOL to XML |
Deaf,
1. direct vsam to db2 layout was a salesman's bs for selling db2
and convincing management that there was no need for vast programming changes.
direct vsam to db2 allows one to access ro ... |
Topic: COBOL to XML |
dbzTHEdinosauer
Replies: 12
Views: 22274
|
Forum: Tools and Downloads Posted: Wed Jul 04, 2012 10:45 am Subject: COBOL to XML |
you use xml as a media to transfer/communicate between applications,
because the applications are written to use xml - soap, etc.....
you are just transfering data from one system to another.
to ... |
Topic: Integer to Varchar |
dbzTHEdinosauer
Replies: 11
Views: 13446
|
Forum: Database Posted: Fri Jun 29, 2012 10:38 am Subject: Integer to Varchar |
one of the side benefits of this particular thread is: (wait for it!)
the solution to having a file with fields in a format different than the datatype of the column
is
learning this scripting l ... |
Topic: Override Parm in Proc |
dbzTHEdinosauer
Replies: 6
Views: 7070
|
Forum: Job Control Language(JCL) Posted: Wed Jun 27, 2012 11:17 am Subject: Override Parm in Proc |
vak255,
i realize that [url=http://www.mvsforums.com/helpboards/viewtopic.php?t=12027]this post is over 10 days old
and over 2 topics older than yours, but still....
it is obvious that you have not ... |
Topic: Flat files to new PDS members |
dbzTHEdinosauer
Replies: 6
Views: 10674
|
Forum: Job Control Language(JCL) Posted: Wed Jun 20, 2012 2:37 pm Subject: Flat files to new PDS members |
Suggest you bookmark this: [url=http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dgt2u111/CONTENTS?SHELF=EZ2ZO108&DT=20020722161259#3.2.4]DFSMS Utlities,
Look at IEBGENER (Sequential C ... |
Topic: To find the free space in the DB2 Tablespace |
dbzTHEdinosauer
Replies: 2
Views: 3626
|
Forum: Database Posted: Tue Jun 19, 2012 5:45 pm Subject: To find the free space in the DB2 Tablespace |
ask the dba admin in your shop.
it is not as straight forward as interpreting the unused space in a PDS or VSAM. |
Topic: PARM Override To PROC Step |
dbzTHEdinosauer
Replies: 1
Views: 4615
|
Forum: Job Control Language(JCL) Posted: Mon Jun 18, 2012 12:35 pm Subject: PARM Override To PROC Step |
your attention is drawn to the last sentence [url=http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B680/16.8.3?SHELF=&DT=20080604022956&CASE=] of this discussion |
Topic: EXIT. vs CONTINUE. |
dbzTHEdinosauer
Replies: 9
Views: 9145
|
Forum: Application Programming Posted: Mon Jun 18, 2012 9:54 am Subject: EXIT. vs CONTINUE. |
misi01,
by definition, an EXIT statement is treated as a CONTINUE - no operational command present.
That said,
EXIT allows one to define a Paragraph - for the end of a PERFORM THRU.
i disagr ... |
Topic: Load Module to Source Code |
dbzTHEdinosauer
Replies: 16
Views: 22413
|
Forum: Application Programming Posted: Fri Jun 15, 2012 8:40 am Subject: Load Module to Source Code |
one of the functions of an IT auditor is to insure that the code is provable:
that means, you can read/understand the source code and recreate the run unit (recompile/relink....)
if you have a pro ... |
Topic: Error in VGET |
dbzTHEdinosauer
Replies: 3
Views: 6419
|
Forum: TSO and ISPF Posted: Thu Jun 07, 2012 9:43 am Subject: Error in VGET |
no one wants to wade thru you code.
1. use TRACE ?R to follow you code.
2. I would get out of the habit assuming RC is unchanged
'VGET (I1 I2 I3 I4) PROFILE'
SAY 'I1=' I1 I2 I3 I4
SA ... |
Topic: Duplicate Remove on 15962 length file |
dbzTHEdinosauer
Replies: 8
Views: 7198
|
Forum: Application Programming Posted: Thu May 31, 2012 7:28 pm Subject: Duplicate Remove on 15962 length file |
My solution is predicated on this record layout:
01 Large-Key-Record.
05 Rebuild-Info.
10 Original-Seq-No PIC 9(13).
10 Sub-Rec-Seq-no ... |
Topic: Duplicate Remove on 15962 length file |
dbzTHEdinosauer
Replies: 8
Views: 7198
|
Forum: Application Programming Posted: Thu May 31, 2012 3:02 pm Subject: Duplicate Remove on 15962 length file |
Will the duplicates always be consecutive in the input file?
I am not assuming that condition for my solution.  |
|