Radoslaw Skorupka wrote: >IMHO it's piece of cake to (ICEGENER) copy records from VBS to VB file on >older systems. ;-)
Indeed! And it is a tasty cake too. >Of course it's nice to have ability to read VBS directly. or if you're not afraid to eat up the spool like if it is a tasty cake, try this INdirect approach. //DUMPIT EXEC PGM=IFASMFDP //INDD1 DD DISP=SHR,DSN=<smf...> //OUTDD1 DD SYSOUT=* //SYSPRINT DD SYSOUT=* //SYSIN DD * INDD(INDD1,OPTIONS(DUMP)) OUTDD(OUTDD1,TYPE(119)) DATE(2014001,2014123) DITTO can help, but then you need to decode (gross PITA!) all those fields and the offset of the various segments of each records. Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
