Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wed0c
  • Order by date
  1. wed0c

    Need Help converting XML to COBOL for integration

    You must find an element within the xml record that is unique. This will be the key to determine when to write a record. A sample follows. I use violation-reference to determine whether I have a record Bill Dougherty cbl codepage(1140) IDENTIFICATION DIVISION. PROGRAM-ID...
  2. wed0c

    VSAM File to Flat file Conversion.

    this should be close //s01 exec pgm=IDCAMS //SYSPRINT DD SYSOUT=* //DD1 DSN=TEST.VSAM.DS,DISP=SHR //DD2 DSN=TEST.VSAM.SEQ,DISP=(,CATLG,DELETE), // UNIT=SYSDA,SPACE=(CYL,(1,1)), // DCB=RECFM=FB,LRECL=120,BLKSIZE=2400 //SYSIN DD * REPRO IFILE(DD1) OFILE(DD2) //
  3. wed0c

    VSAM File to Flat file Conversion.

    this should be close

Part and Inventory Search

Back
Top