Search found 940 matches

by dbzTHEdinosauer
Fri Nov 25, 2016 3:39 am
Forum: CICS
Topic: DFHWS2LS Return error
Replies: 1
Views: 5250

If an XML decimal constraining facet of type fractionDigits is supplied
then the DEFAULT-FRACTION-DIGITS value is not used.

have you investigated that?
by dbzTHEdinosauer
Mon Sep 05, 2016 7:29 pm
Forum: COBOL
Topic: how to write sort condition to output file using cobol
Replies: 2
Views: 7739

why not look at other sort statements, such as JOIN,
where instead of the risk of creating a control card which would exceed the allowable length (or number of) control cards

JOIN would allow you to use the complete file of 4 char as a file and use it to match against another imput file.
by dbzTHEdinosauer
Mon Jun 27, 2016 7:51 pm
Forum: COBOL
Topic: how to move values in Cobol
Replies: 2
Views: 6533

start with the COBOL Instrinsic functions NUMVAL: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/IGY3LR50/7.1.32?DT=20090821081020 NUMVAL-C: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/IGY3LR50/7.1.33?DT=20090821081020 and look at the ...
by dbzTHEdinosauer
Mon Jun 27, 2016 7:50 pm
Forum: COBOL
Topic: how to move values in Cobol
Replies: 2
Views: 6533

start with the COBOL Instrinsic functions NUMVAL: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/IGY3LR50/7.1.32?DT=20090821081020 NUMVAL-C: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/IGY3LR50/7.1.33?DT=20090821081020 and look at the ...
by dbzTHEdinosauer
Mon May 09, 2016 6:10 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: DB2 QUERY
Replies: 1
Views: 9577

position is a key word, look it up in the manuals. not really sure what you want, your example needs to be a little more specific. char, substr are a couple of built-in functions. use built-in functions as a search key while looking in the appropriate db2 manual http://www-01.ibm.com/support/docview...
by dbzTHEdinosauer
Mon May 09, 2016 6:01 pm
Forum: COBOL
Topic: Job calling cobol running for long time
Replies: 2
Views: 5655

if on mainframe aned the keyed files are vsam, why not unload each to a qsam file,
in order of the primary key of the primary file,
and process this stuff as qsam, output qsam and use SORT to reload the qasm to vsam.
by dbzTHEdinosauer
Mon Mar 14, 2016 7:55 pm
Forum: COBOL
Topic: Complex display to COMP-3 conversion
Replies: 1
Views: 3404

If you know the import format, have you looked at the COBOL UNSTRING Statement.
it was developed for this very purpose.
by dbzTHEdinosauer
Mon Jan 18, 2016 7:37 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Solution Matching Average Response Time! Offering SMART Supp
Replies: 3
Views: 8146

î deleted the original first post. dbz
by dbzTHEdinosauer
Mon Jun 01, 2015 6:50 pm
Forum: COBOL
Topic: CPF950D error in QMHRDQM API
Replies: 3
Views: 6022

what is the Qualified data queue name?
by dbzTHEdinosauer
Mon Apr 27, 2015 6:00 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: DB2 question with LIKE concept
Replies: 2
Views: 4664

have you looked at the EXPLAIN output for these queries?
by dbzTHEdinosauer
Mon Mar 16, 2015 7:24 pm
Forum: VSAM - File system
Topic: copy vsam file with alternate index
Replies: 3
Views: 12400

manswe1350,

if you reorg your 'a' file first,
and then do the duplication (copy/build)
i imagine that both will be the same.
by dbzTHEdinosauer
Mon Feb 23, 2015 7:25 pm
Forum: JCL
Topic: Mainframe Racf
Replies: 1
Views: 3718

talk to your racf group.

if you are the racf group, admitt to your supervisor that you are not qualified and ask for a new assignment.
by dbzTHEdinosauer
Mon Feb 23, 2015 7:23 pm
Forum: COBOL
Topic: Redefine with occur clause
Replies: 2
Views: 4983

restored? what do you mean.

the redefine clause is legal.
show us the code that has caused your question.
by dbzTHEdinosauer
Thu Dec 18, 2014 10:00 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Problem with signs
Replies: 3
Views: 5870

why not show us your sort cards, so that they maybe corrected?
by dbzTHEdinosauer
Thu Dec 18, 2014 8:09 pm
Forum: TSO, CLIST & REXX
Topic: DB2 table access in REXX
Replies: 1
Views: 3988

since you did not bother to show your REXX code,
have to assume that you did not bother to read this