Examples

For the GET > Source setting in an input card, select Archive (Tar). In the GET > Source > Command field, enter:


-ARCHIVE in.tar -MEMBER data.txt -X -TA

This command extracts a member file named data.txt from a tar file named in.tar and appends the trace file.

To override output map card 1 using the Archive (Tar) adapter, add a file named new.txt to the in.tar tar file with permissions of 0777, enter:


-OATAR1 -ARCHIVE in.tar -MEMBER new.txt -A -PERM 0777