Interview Question 18 AI Commands
Interview Question 18 AI Commands
Watch my YouTube video for explanation :
Please look into the class notes here for your references:
23.1
Size of MFS file (No of records in MFS file)
m_dump <dml> <url-path> | grep 'Record'| wc -l
23.2 size in bytes
$[file_information("file-path").size]
23.3 total no of records in a mfs file
m_dump <dml> <datafile> print-n-records
m_dump -string " " <data file> print-n-records
better use
m_dump <dml> <datafile> no-print-data print-n-records
23.4 listing of the files
directory_listing("path",pattern="a*")
For more Abinitio, AWS and data engineering videos please subscribe , view , like and share my YouTube channel
Click DataPundit
Comments
Post a Comment