getpds and tagging files

General discussion of the Co:Z Toolkit
Post Reply
gngrossi
Posts: 38
Joined: Sat Mar 06, 2010 6:10 pm

getpds and tagging files

Post by gngrossi »

We are trying to "tag" all USS text files either CCSID 1047 or 819. Is there a plan to have getpds tag UNIX text files using the target code page?
thanks

An idea was submitted to IBM and under future consideration.
z/OS UNIX commands in /bin (cat, echo, touch, vi) as well as /bin/sh redirect should tag files. https://ideas.ibm.com/ideas/ZOS-I-4016
gngrossi
Posts: 38
Joined: Sat Mar 06, 2010 6:10 pm

Re: getpds and tagging files

Post by gngrossi »

I forgot to include cozsftp tagging text files.
thanks
dovetail
Site Admin
Posts: 2023
Joined: Thu Jul 29, 2004 12:12 pm

Re: getpds and tagging files

Post by dovetail »

Co:Z 8.0.0 supports fie tagging. Both cozsftp and getpds.
https://coztoolkit.com/docs/cozinstall/changes.html

Code: Select all

# zFS files as IBM-1047 (default)
getpds -M tag=y //kirk.coz.sampjcl  .

# zFS files as ISO8859-1
getpds -M tag=y -t ISO8859-1 //kirk.coz.sampjcl  .
Post Reply