Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

ftshwr

&pagelevel(3)&pagelevel

The following table indicates the CSV output format of a request.

Short output is also possible with ftshwr, see "ftshwr".

The Parameter column contains the name of the output parameter during long output, see Output format of ftshwr.

Column

Type

Values and Meaning

Parameter

TransId

Number

Request ID

TRANSFER-ID

Initiator

String

*LOC / *REM
Initiator is local / remote

INITIATOR

State

String

*LOCK / *WAIT / *HOLD / *FIN / *ACT / *CANC /
*SUSP
Request status

STATE

PartnerName

String

Name or address of the partner enclosed in
double quotes

PARTNER

PartnerState

String

*ACT / *INACT / *NOCON / *INSTERR
Partner status

PARTNER-STATE

TransDir

String

*TO / *FROM
Transfer direction

TRANS

ByteNum

Number

Number of bytes transferred / empty

BYTECNT

LocFileName

String

File name in the local system enclosed in double
quotes

LOC:
FILE

LocElemName

String

empty

---

LocElemType

String

empty

---

LocElemVersion

String

empty

---

Prio

String

*NORM / *LOW
Priority of the request

PRIO

Compress

String

*NONE / *BYTE / *ZIP
Compressed transfer

COMPRESS

DataEnc

String

*YES / *NO
User data is transferred encrypted / unencrypted

ENCRYPT

DiCheck

String

*YES / *NO
Data integrity is checked / is not checked

DICHECK

Write

String

*REPL / *EXT / *NEW
Write rules

WRITE

StartTime

String

Time at which the request is started (format
yymm-dd hh:mm:ss) / *SOON (request is started as
soon as possible)

START

CancelTime

String

Time at which the request is deleted from the
request queue (format yy-mm-dd hh:mm:ss) /
*NO (no delete time)

CANCEL

Owner

String

Local user ID enclosed in double quotes

OWNER

DataType

String

*CHAR / *BIN / *USER
Data type

DATA

Transp

String

*YES / *NO
Transfer transparent / not transparent

TRANSP

LocTransAdmId

String

User ID for accessing the local system, enclosed
in double quotes / *NONE

LOC:
TRANS-ADM (USER)

LocTransAdmAcc

String

empty

---

LocProfile

String

empty

---

LocProcAdmId

String

empty

---

LocProcAdmAcc

String

empty

---

LocSuccProc

String

Local follow-up processing on success, enclosed
in double quotes / *NONE / empty

LOC:
SUCC-PROC

LocFailProc

String

Local follow-up processing on error, enclosed in
double quotes / *NONE / empty

LOC:
FAIL-PROC

LocListing

String

empty

---

LocMonjv

String

empty

---

LocCcsn

String

Name of the character set in the local system
enclosed in double quotes / *STD

LOC:
CCSN

RemFileName

String

File name in the remote system enclosed in
double quotes / *NSPEC / *NONE / empty

REM:
FILE

RemElemName

String

empty

---

RemElemType

String

empty

---

RemElemVersion

String

empty

---

RemTransAdmId

String

User ID in the remote system enclosed in double
quotes / *NONE

REM:
TRANS-ADM=(user-id,...)

RemTransAdmAcc

String

Account number in the remote system enclosed
in double quotes / empty

REM:
TRANS-ADM=(...,account)

RemTransAdmAccount1

String

Account number in the remote system enclosed
in double quotes / empty

REM:
TRANS-ADM=(...,account)

RemProfile

String

*YES / *NONE
*YES means access via FTAC admission profile

REM:
TRANS-ADM=REMOTE-
PROFILE

RemProcAdmId

String

empty

---

RemProcAdmAcc

String

empty

---

RemSuccProc

String

Remote follow-up processing on success,
enclosed in double quotes / *NONE / empty

REM:
SUCC-PROC

RemFailProc

String

Remote follow-up processing on error, enclosed
in double quotes / *NONE / empty

REM:
FAIL-PROC

RemCcsn

String

Name of the character set used in the remote
system, enclosed in double quotes / *STD

REM:
CCSN

FileSize

Number

Size of the file in bytes / empty

FILESIZE

RecSize

Number

Maximum record size in bytes / empty

RECSIZE

RecFormat

String

*STD / *VARIABLE / *FIX / *UNDEFINED
Record format

RECFORM

StoreTime

Date

Time at which the request was entered in the
request queue

STORE

ExpEndTime

Date

empty

---

TranspMode

String

*YES / *NO
Transfer transparent / not transparent

TRANSP

DataEncrypt

String

*YES / *NO
User data transferred encrypted / unencrypted

ENCRYPT

TabExp

String

*AUTO / *YES / *NO
Tabulator expansion

TABEXP

Mail

String

*ALL / *FAIL / *NO
Result messages

LOC:
MAIL

DiagCode

String

Diagnostic information / empty

DIAGCODE

FileAvail

String

*IMMEDIATE / *DEFERRED / *NSPEC
Availability (for FTAM only)

AVAILABILITY

StorageAccount

String

Account number (for FTAM only) / empty

STOR-ACCOUNT

AccessRights

String

FTAM access rights / empty
Possible values are @r, @w or combinations of r,
i, p, x, e, a, c, d

ACCESS-RIGHTS

LegalQualif

String

Legal qualification (for FTAM only) / empty

LEGAL-QUAL

PartnerPrio

String

*LOW / *NORM / *HIGH
Partner priority

PARTNER-PRIO

TargetFileForm

String

*STD / *BLOCK / *SEQ
File format in the target system

TARGFORM

TargetRecForm

String

*STD / *UNDEFINED
Record format in the target system

TRECFRM

Protection

String

*STD / *SAME
Transfer of protection attributes

PROTECT

GlobReqId

Number

Global request identification
For locally issued requests, same as request ID;
for globally issued requests, same as the request
ID in the initiating system

TRANSFER-ID or
GLOB-ID

FNCMode

String

*TRANSPARENT / *CHAR
Encoding mode for remote file names and followup
processing

FNC-MODE

Progress

Number

number1/number2 / *NSPEC
Number of completed/total subrequestes

PROGRESS

1RemTransAdmAcc and RemTransAdmAccount have the same meaning and the same content. For reasons of compatibility, both parameters are present in the CSV output.

Short output from ftshwr in CSV format

ftshwr -s -csv outputs a table with two rows indicating the number of requests that have the corresponding status, see also "Standard ftshwr output".

Column

Type

Values

Act

Number

Number of requests with the status ACTIVE

Wait

Number

Number of requests with the status WAIT

Lock

Number

Number of requests with the status LOCK

Susp

Number

Number of requests with the status SUSPEND

Hold

Number

Number of requests with the status HOLD

Fin

Number

Number of requests with the status FINISHED

Total

Number

Total number of requests


Example

ftshwr -s -csv

Act;Wait;Lock;Susp;Hold;Fin;Total

0;1;0;0;2;0;3