# Data Mapping cfxdm - dm:savedlist

**dm: savedlist:** This dm function allows the user to list the saved named datasets.

**dm: savedlist** synta&#x78;**:** It doesn't require any arguments

{% hint style="info" %}
This tag is typically used along with the **dm: save**&#x20;
{% endhint %}

Use **dm: savedlist** tag to list saved named datasets. Use [**dm: save**](https://app.gitbook.com/@cloudfabrix/s/docs/rda/rda-userguide/rda-aiops-studio/examples-jupyter/data-mapping-cfxdm-dm-save) function to save dataset for incidents.csv as explained in dm: save section. Once the dataset is saved using dm: save, dm: savedlist is used to list the saved datasets.

Step 1:  Use dm: savedlist to check the logical datasets that were used to store the data using dm: save function as shown in the following screenshot.

Create a pipeline "**dm\_saved\_example\_1**" and copy the below code into your pipeline and execute that in your environment. \
\
\&#xNAN;*`##### This pipeline loads incidents.csv file into AIOps Studio.`*                          \
*`##### AIOps studio stores the data loaded from incidents.csv file`*\
*`##### into local dataset named 'incident-summary'.`*\
*`##### prints the data that was stored`*\
*`@files:loadfile filename = "incidents.csv"`*\
*`--> @dm:save name = 'incidents-summary'`*\
\
*`--> @c:new-block`*\
*`--> *dm:savedlist`*

![Pipeline code added and executed - Screenshot-1](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-Mf4xbqjYeXTdoPtPmW2%2F-Mf4yltpaETUuQbrTvOx%2FScreen%20Shot%202021-07-20%20at%203.13.18%20PM.png?alt=media\&token=47153b76-e76b-4b8a-863f-bf7d8acc6a3d)

![Successful execution of pipeline code - Screenshot-2](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-Mf4yt6nBiaVRMEaogy-%2F-Mf4zCEN6K_mMicCN_Et%2FScreen%20Shot%202021-07-20%20at%203.15.09%20PM.png?alt=media\&token=90cbe984-189a-4115-90c3-a88b01dee75c)

Step 2: Verify that the incidents-summary dataset is part of the dm:savedlist call as shown in the below screenshot.

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-Mf4zIjbDb0jDKYrk3z_%2F-Mf4zkl-WQhfMLdkknAE%2FScreen%20Shot%202021-07-20%20at%203.17.40%20PM.png?alt=media\&token=3aeed18d-4e86-4910-8a8c-0c263718ff37)
