Count in Dataset

How to get the dataset record count? with out using orchadmin command

Questions by rameshkk

Showing Answers 1 - 12 of 12 Answers

djkool4u

  • Jul 11th, 2013
 

dataset row count can be determined by dsjob command

to find the dataset row count

dsjob -linkinfo

Job - Job in which the dataset is been loaded.
Stage - Dataset Stage name
Link- Link Name

  Was this answer useful?  Yes

shakeel

  • Jul 12th, 2013
 

Browse the path where data set loaded and run wc -l filename

  Was this answer useful?  Yes

Priyanka Sinha

  • Mar 17th, 2016
 

1) The Datastage Designer GUI (also available Manager and Director) provides a mechanism to view and manage data sets. It can be invoked in Tools -> Data set management.

2) orchadmin command-line utility - a tool available on Unix which is able to list records and remove datasets (all component files, not just the header file)

3) dsrecords is command-line utility which lists number of records in a dataset

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions