Extract command

The Record Selection extract can be requested from a Report Set in the CICS PA dialog. Select the Record Selection extract in the Extracts category.

In batch, the RECORDSELECTION or RECSEL command is used to request the Record Selection extract.

The command to create the default extract file is:
CICSPA RECSEL
or
CICSPA RECORDSELECTION
To tailor the extract file, specify extract options as follows:
[CICSPA APPLID(applid1,applid2,...)]
 CICSPA RECSEL(
             [OUTPUT(ddname),]
             [DDNAME(ddname),]
             [PERFORMANCE,]
             [EXCEPTION,]
             [RESOURCE,]
             [IDENTITY,]
             [STATISTICS,]
             [LOGGER,]
             [OMEGAMON,]
             [DB2,]
             [MQ,]
             [SSID(id1,id2,...),]
             [COMPRESS|NOCOMPRESS,]
             [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(value1),...),...),]
             [SELECT(EXCEPTION(INCLUDE|EXCLUDE(field1(value1),...),...))]
             [SELECT(LOGGER(INCLUDE|EXCLUDE(field1(values1),...), ...))]
             [LOGSTREAM('name.or.pattern'),]
             [STRUCTURE('name.or.pattern'),])

Information Information

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//cparr178.htm