DSNTIAUL

Ask question on - DataBase Concepts, IBM Mainframe DB2, DB2/UDB, DB2 Tools, SQL , DB2 programming with languages like COBOL, PL1.

Moderators: Kalicharan, Moderator Group

Post Reply
gabrielefrank
Member
Posts: 1
Joined: Wed Nov 22, 2006 8:30 pm

DSNTIAUL

Post by gabrielefrank » Wed Nov 22, 2006 8:34 pm

Hi guys,
I need your help. I've got a table so composed:
col1 (smallint), col2 (integer), col3 varchar(10000) .
I want to unload this table and I want to unalod it into a Variable
file(fileout) , and I'd like each 'fileout' record had the exact
lenght of the row, though the row varchar was at the end of the row.
It's possible?
Thanks for your replies
Gabriele

User avatar
Leo
Member
Posts: 13
Joined: Tue Nov 14, 2006 12:02 pm
Location: HYBD

Post by Leo » Thu Nov 23, 2006 11:46 am

Not sure if this would sove your problem , give it a try

SYSIN DD *
UNLOAD TABLESPACE DSNDB06.SYSDBASE
DB2 NO
LOCK NO
SELECT * FROM SYSIBM.SYSTABLES
OUTDDN (UNLDDN1)
LOADDDN (SYSPUNCH)
FORMAT VARIABLE ALL
OPTIONS
LOADOPT (RESUME NO REPLACE
LOG NO
SORTKEYS 10
COPYDDN(LCOPY)
ENFORCE CONSTRAINTS
STATISTICS TABLE(ALL) INDEX(ALL) UPDATE(ALL)
HISTORY(ALL))

Thanks
Leo

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others