SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Atul Vishwakarma Data Processing  with || Quantum ||
Data File Formats: SPSS:  *.sav Excel:  *xls ASCII:  *.asc, *.dat Sample.dat
Converting Data Into ASCII Format: From SPSS:  Open data in SPSS File>>Save As>>Save as type>>Fixed ASCII (*.dat)  Rename the file and Save Structure File:  Contents comes in output viewer window. Having information (address, type etc.) of data in *.dat file with corresponding variable name. From Excel Files:  Export data into SPSS from Excel. File>>open>>data>>File of Type>>Excel(*.xls). Select file and Open.
Required Folders: Data:   To store data files (*.dat) and structure file Docs:  To store All the information about project sent by client. It includes questionnaire, instruction files etc. Tables:  It contains all those files which are generated due program running process through Quantum. Outputs:  It contains the outputs files in *CSV format. All the output tables automatically generate in *CSV file named head1.
SET File: It is a programming file. It contains the codes of tables which has to be print. It is able to open in  Textpad .  A set file has four sections: First Section:  In this section there are declaration of number of records, type of data (card data or non-card data), edit-section, banner definitions, test to be applied with certain level of significance. Second section: Sub file: Every sub file belongs to each variables for which table is to be print. It includes options with their respective codes.ege. {i} q1.sub n11  n01Yes  ;ca00’1’ n01No  ;ca00’2’
Third Section: Axis File: It contains the Table Title, Total base i.e. number of response in the table and column number from where to carry the data. {a}  l q1 *include title.sub;tit=Q.Have you had your breakfast today? +bt=All Respondents *include q1.sub;col(a)=10 Fourth Section: Tab file: In this section we declare tables which are to be print. Tab q1 &head
Batch File: It is an one of the important file where we define the files to generate through Quantum i.e. set file, run file, tab file, edt file and axc file, these files are required in process and path of data and output file. A sample of r.bat file contains echo bloodd.set > setfile call set2qun < setfile call quclean -a -y echo *include bloodd.edt;op=12;wm=0;pg=300;sd=40;wh=pc> bloodd.run echo *include bloodd.tab; head=head1  ; >>bloodd.run echo *include bloodd.axc;  >>bloodd.run call quantum bloodd.run ..ataerge.dat head1.txt call csv head1 call move *.csv ..utputs
Program is run in DOS mode by simply giving the path of r.bat file
Output We  see  the  output tables  in  head.txt  file
Demo
Atul Vishwakarma Leadcap Ventures [email_address]

Weitere ähnliche Inhalte

Was ist angesagt?

Comparing EDA with classical and Bayesian analysis.pptx
Comparing EDA with classical and Bayesian analysis.pptxComparing EDA with classical and Bayesian analysis.pptx
Comparing EDA with classical and Bayesian analysis.pptx
PremaGanesh1
 
02 c++ Array Pointer
02 c++ Array Pointer02 c++ Array Pointer
02 c++ Array Pointer
Tareq Hasan
 
13. Query Processing in DBMS
13. Query Processing in DBMS13. Query Processing in DBMS
13. Query Processing in DBMS
koolkampus
 
الدرس الرابع - البيانات وأنظمة الترميز
الدرس الرابع - البيانات وأنظمة الترميزالدرس الرابع - البيانات وأنظمة الترميز
الدرس الرابع - البيانات وأنظمة الترميز
ia7lam
 

Was ist angesagt? (20)

Multiversion Concurrency Control Techniques
Multiversion Concurrency Control TechniquesMultiversion Concurrency Control Techniques
Multiversion Concurrency Control Techniques
 
BCA DATA STRUCTURES ALGORITHMS AND PRELIMINARIES MRS SOWMYA JYOTHI
BCA DATA STRUCTURES ALGORITHMS AND PRELIMINARIES MRS SOWMYA JYOTHIBCA DATA STRUCTURES ALGORITHMS AND PRELIMINARIES MRS SOWMYA JYOTHI
BCA DATA STRUCTURES ALGORITHMS AND PRELIMINARIES MRS SOWMYA JYOTHI
 
Decision properties of reular languages
Decision properties of reular languagesDecision properties of reular languages
Decision properties of reular languages
 
Linked List - Insertion & Deletion
Linked List - Insertion & DeletionLinked List - Insertion & Deletion
Linked List - Insertion & Deletion
 
Comparing EDA with classical and Bayesian analysis.pptx
Comparing EDA with classical and Bayesian analysis.pptxComparing EDA with classical and Bayesian analysis.pptx
Comparing EDA with classical and Bayesian analysis.pptx
 
Lab manual asp.net
Lab manual asp.netLab manual asp.net
Lab manual asp.net
 
Programming in c
Programming in cProgramming in c
Programming in c
 
Unit 4 external sorting
Unit 4   external sortingUnit 4   external sorting
Unit 4 external sorting
 
Np cooks theorem
Np cooks theoremNp cooks theorem
Np cooks theorem
 
Descriptive Statistics and Data Visualization
Descriptive Statistics and Data VisualizationDescriptive Statistics and Data Visualization
Descriptive Statistics and Data Visualization
 
Basics Of SAS Programming Language
Basics Of SAS Programming LanguageBasics Of SAS Programming Language
Basics Of SAS Programming Language
 
AD3251-Data Structures Design-Notes-Searching-Hashing.pdf
AD3251-Data Structures  Design-Notes-Searching-Hashing.pdfAD3251-Data Structures  Design-Notes-Searching-Hashing.pdf
AD3251-Data Structures Design-Notes-Searching-Hashing.pdf
 
Formatted input and output
Formatted input and outputFormatted input and output
Formatted input and output
 
Variables in C and C++ Language
Variables in C and C++ LanguageVariables in C and C++ Language
Variables in C and C++ Language
 
02 c++ Array Pointer
02 c++ Array Pointer02 c++ Array Pointer
02 c++ Array Pointer
 
CBSE - Class 12 - Ch -5 -File Handling , access mode,CSV , Binary file
CBSE - Class 12 - Ch -5 -File Handling , access mode,CSV , Binary fileCBSE - Class 12 - Ch -5 -File Handling , access mode,CSV , Binary file
CBSE - Class 12 - Ch -5 -File Handling , access mode,CSV , Binary file
 
VTU DSA Lab Manual
VTU DSA Lab ManualVTU DSA Lab Manual
VTU DSA Lab Manual
 
13. Query Processing in DBMS
13. Query Processing in DBMS13. Query Processing in DBMS
13. Query Processing in DBMS
 
الدرس الرابع - البيانات وأنظمة الترميز
الدرس الرابع - البيانات وأنظمة الترميزالدرس الرابع - البيانات وأنظمة الترميز
الدرس الرابع - البيانات وأنظمة الترميز
 
How to execute a C program
How to execute a C  program How to execute a C  program
How to execute a C program
 

Andere mochten auch (11)

Data Processing
Data ProcessingData Processing
Data Processing
 
Data Processing-Presentation
Data Processing-PresentationData Processing-Presentation
Data Processing-Presentation
 
DATA PROCESSING CYCLE
DATA PROCESSING CYCLEDATA PROCESSING CYCLE
DATA PROCESSING CYCLE
 
Leadership presentation - Ordinary To Extraordinary
Leadership presentation - Ordinary To ExtraordinaryLeadership presentation - Ordinary To Extraordinary
Leadership presentation - Ordinary To Extraordinary
 
Leadership Presentation
Leadership PresentationLeadership Presentation
Leadership Presentation
 
Table of specification in math test
Table of specification in math testTable of specification in math test
Table of specification in math test
 
Math table of Specification sample
Math table of Specification sampleMath table of Specification sample
Math table of Specification sample
 
TOS in Science III and Sample Test
TOS in Science III and Sample TestTOS in Science III and Sample Test
TOS in Science III and Sample Test
 
Table of specifications
Table of specificationsTable of specifications
Table of specifications
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
 
Presentation on leadership
Presentation on leadershipPresentation on leadership
Presentation on leadership
 

Ähnlich wie Data Processing Using Quantum

Chapter 10 Library Function
Chapter 10 Library FunctionChapter 10 Library Function
Chapter 10 Library Function
Deepak Singh
 
Files that you must write and turn in Please do not turn in.pdf
Files that you must write and turn in Please do not turn in.pdfFiles that you must write and turn in Please do not turn in.pdf
Files that you must write and turn in Please do not turn in.pdf
actocomputer
 
For this project your task is to update the RSS Reader program you w.pdf
For this project your task is to update the RSS Reader program you w.pdfFor this project your task is to update the RSS Reader program you w.pdf
For this project your task is to update the RSS Reader program you w.pdf
fathimahardwareelect
 
Easy, Scalable, Fault-tolerant stream processing with Structured Streaming in...
Easy, Scalable, Fault-tolerant stream processing with Structured Streaming in...Easy, Scalable, Fault-tolerant stream processing with Structured Streaming in...
Easy, Scalable, Fault-tolerant stream processing with Structured Streaming in...
DataWorks Summit
 
Data export in matlab alvian zainuddin
Data export in matlab alvian zainuddinData export in matlab alvian zainuddin
Data export in matlab alvian zainuddin
Alvianzainuddin
 
Library management system
Library management systemLibrary management system
Library management system
siddiqui241993
 
Student Lab Activity CIS170 Week 6 Lab Instructions.docx
Student Lab Activity CIS170 Week 6 Lab Instructions.docxStudent Lab Activity CIS170 Week 6 Lab Instructions.docx
Student Lab Activity CIS170 Week 6 Lab Instructions.docx
florriezhamphrey3065
 
Educational Objectives After successfully completing this assignmen.pdf
Educational Objectives After successfully completing this assignmen.pdfEducational Objectives After successfully completing this assignmen.pdf
Educational Objectives After successfully completing this assignmen.pdf
rajeshjangid1865
 
MMYERS Portfolio
MMYERS PortfolioMMYERS Portfolio
MMYERS Portfolio
Mike Myers
 
Cis 170 c ilab 7 of 7 sequential files
Cis 170 c ilab 7 of 7 sequential filesCis 170 c ilab 7 of 7 sequential files
Cis 170 c ilab 7 of 7 sequential files
CIS321
 
import java.io.BufferedReader;import java.io.BufferedWriter;.docx
import java.io.BufferedReader;import java.io.BufferedWriter;.docximport java.io.BufferedReader;import java.io.BufferedWriter;.docx
import java.io.BufferedReader;import java.io.BufferedWriter;.docx
wilcockiris
 

Ähnlich wie Data Processing Using Quantum (20)

QTP Automation Testing Tutorial 7
QTP Automation Testing Tutorial 7QTP Automation Testing Tutorial 7
QTP Automation Testing Tutorial 7
 
What's new with Apache Spark's Structured Streaming?
What's new with Apache Spark's Structured Streaming?What's new with Apache Spark's Structured Streaming?
What's new with Apache Spark's Structured Streaming?
 
Introduction to Stata
Introduction to Stata Introduction to Stata
Introduction to Stata
 
Chapter 10 Library Function
Chapter 10 Library FunctionChapter 10 Library Function
Chapter 10 Library Function
 
Easy, scalable, fault tolerant stream processing with structured streaming - ...
Easy, scalable, fault tolerant stream processing with structured streaming - ...Easy, scalable, fault tolerant stream processing with structured streaming - ...
Easy, scalable, fault tolerant stream processing with structured streaming - ...
 
Files that you must write and turn in Please do not turn in.pdf
Files that you must write and turn in Please do not turn in.pdfFiles that you must write and turn in Please do not turn in.pdf
Files that you must write and turn in Please do not turn in.pdf
 
CPP homework help
CPP homework helpCPP homework help
CPP homework help
 
For this project your task is to update the RSS Reader program you w.pdf
For this project your task is to update the RSS Reader program you w.pdfFor this project your task is to update the RSS Reader program you w.pdf
For this project your task is to update the RSS Reader program you w.pdf
 
Easy, Scalable, Fault-tolerant stream processing with Structured Streaming in...
Easy, Scalable, Fault-tolerant stream processing with Structured Streaming in...Easy, Scalable, Fault-tolerant stream processing with Structured Streaming in...
Easy, Scalable, Fault-tolerant stream processing with Structured Streaming in...
 
Data export in matlab alvian zainuddin
Data export in matlab alvian zainuddinData export in matlab alvian zainuddin
Data export in matlab alvian zainuddin
 
Ch03_stacks_and_queues.ppt
Ch03_stacks_and_queues.pptCh03_stacks_and_queues.ppt
Ch03_stacks_and_queues.ppt
 
Library management system
Library management systemLibrary management system
Library management system
 
Student Lab Activity CIS170 Week 6 Lab Instructions.docx
Student Lab Activity CIS170 Week 6 Lab Instructions.docxStudent Lab Activity CIS170 Week 6 Lab Instructions.docx
Student Lab Activity CIS170 Week 6 Lab Instructions.docx
 
Educational Objectives After successfully completing this assignmen.pdf
Educational Objectives After successfully completing this assignmen.pdfEducational Objectives After successfully completing this assignmen.pdf
Educational Objectives After successfully completing this assignmen.pdf
 
MMYERS Portfolio
MMYERS PortfolioMMYERS Portfolio
MMYERS Portfolio
 
Cis 170 c ilab 7 of 7 sequential files
Cis 170 c ilab 7 of 7 sequential filesCis 170 c ilab 7 of 7 sequential files
Cis 170 c ilab 7 of 7 sequential files
 
import java.io.BufferedReader;import java.io.BufferedWriter;.docx
import java.io.BufferedReader;import java.io.BufferedWriter;.docximport java.io.BufferedReader;import java.io.BufferedWriter;.docx
import java.io.BufferedReader;import java.io.BufferedWriter;.docx
 
R Get Started I
R Get Started IR Get Started I
R Get Started I
 
oops (1).pptx
oops (1).pptxoops (1).pptx
oops (1).pptx
 
Devry cis-170-c-i lab-7-of-7-sequential-files
Devry cis-170-c-i lab-7-of-7-sequential-filesDevry cis-170-c-i lab-7-of-7-sequential-files
Devry cis-170-c-i lab-7-of-7-sequential-files
 

Mehr von nibraspk

Daar Ke Aage Jeet Hai
Daar Ke Aage Jeet HaiDaar Ke Aage Jeet Hai
Daar Ke Aage Jeet Hai
nibraspk
 
Communication
CommunicationCommunication
Communication
nibraspk
 
Questionnaire Vinay
Questionnaire VinayQuestionnaire Vinay
Questionnaire Vinay
nibraspk
 
Conjoint Analysis Vinay Kr Singh
Conjoint Analysis  Vinay Kr SinghConjoint Analysis  Vinay Kr Singh
Conjoint Analysis Vinay Kr Singh
nibraspk
 
Trends In Qualitative Market Research / Marketing Research
Trends In Qualitative Market Research / Marketing ResearchTrends In Qualitative Market Research / Marketing Research
Trends In Qualitative Market Research / Marketing Research
nibraspk
 
High Performance Culture
High Performance CultureHigh Performance Culture
High Performance Culture
nibraspk
 

Mehr von nibraspk (12)

Daar Ke Aage Jeet Hai
Daar Ke Aage Jeet HaiDaar Ke Aage Jeet Hai
Daar Ke Aage Jeet Hai
 
Communication
CommunicationCommunication
Communication
 
Leadership Leadership Ppt Why Not Yet Extraordinary
Leadership Leadership Ppt   Why Not Yet ExtraordinaryLeadership Leadership Ppt   Why Not Yet Extraordinary
Leadership Leadership Ppt Why Not Yet Extraordinary
 
Questionnaire Vinay
Questionnaire VinayQuestionnaire Vinay
Questionnaire Vinay
 
Conjoint Analysis Vinay Kr Singh
Conjoint Analysis  Vinay Kr SinghConjoint Analysis  Vinay Kr Singh
Conjoint Analysis Vinay Kr Singh
 
Trends In Qualitative Market Research / Marketing Research
Trends In Qualitative Market Research / Marketing ResearchTrends In Qualitative Market Research / Marketing Research
Trends In Qualitative Market Research / Marketing Research
 
Group Dynamics RaviRaj Arus
Group Dynamics RaviRaj ArusGroup Dynamics RaviRaj Arus
Group Dynamics RaviRaj Arus
 
High Performance Culture
High Performance CultureHigh Performance Culture
High Performance Culture
 
Self Talk, power of brain, leadership take away, what is self talk, NLP
Self Talk, power of brain, leadership take away, what is self talk, NLPSelf Talk, power of brain, leadership take away, what is self talk, NLP
Self Talk, power of brain, leadership take away, what is self talk, NLP
 
Leadership Lab - RaviRaj Arus
Leadership Lab - RaviRaj ArusLeadership Lab - RaviRaj Arus
Leadership Lab - RaviRaj Arus
 
Quanti Lab
Quanti LabQuanti Lab
Quanti Lab
 
Qualitative Lab - Analysis And Report
Qualitative Lab - Analysis And ReportQualitative Lab - Analysis And Report
Qualitative Lab - Analysis And Report
 

Kürzlich hochgeladen

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Kürzlich hochgeladen (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 

Data Processing Using Quantum

  • 1. Atul Vishwakarma Data Processing with || Quantum ||
  • 2. Data File Formats: SPSS: *.sav Excel: *xls ASCII: *.asc, *.dat Sample.dat
  • 3. Converting Data Into ASCII Format: From SPSS: Open data in SPSS File>>Save As>>Save as type>>Fixed ASCII (*.dat) Rename the file and Save Structure File: Contents comes in output viewer window. Having information (address, type etc.) of data in *.dat file with corresponding variable name. From Excel Files: Export data into SPSS from Excel. File>>open>>data>>File of Type>>Excel(*.xls). Select file and Open.
  • 4. Required Folders: Data: To store data files (*.dat) and structure file Docs: To store All the information about project sent by client. It includes questionnaire, instruction files etc. Tables: It contains all those files which are generated due program running process through Quantum. Outputs: It contains the outputs files in *CSV format. All the output tables automatically generate in *CSV file named head1.
  • 5. SET File: It is a programming file. It contains the codes of tables which has to be print. It is able to open in Textpad . A set file has four sections: First Section: In this section there are declaration of number of records, type of data (card data or non-card data), edit-section, banner definitions, test to be applied with certain level of significance. Second section: Sub file: Every sub file belongs to each variables for which table is to be print. It includes options with their respective codes.ege. {i} q1.sub n11 n01Yes ;ca00’1’ n01No ;ca00’2’
  • 6. Third Section: Axis File: It contains the Table Title, Total base i.e. number of response in the table and column number from where to carry the data. {a} l q1 *include title.sub;tit=Q.Have you had your breakfast today? +bt=All Respondents *include q1.sub;col(a)=10 Fourth Section: Tab file: In this section we declare tables which are to be print. Tab q1 &head
  • 7. Batch File: It is an one of the important file where we define the files to generate through Quantum i.e. set file, run file, tab file, edt file and axc file, these files are required in process and path of data and output file. A sample of r.bat file contains echo bloodd.set > setfile call set2qun < setfile call quclean -a -y echo *include bloodd.edt;op=12;wm=0;pg=300;sd=40;wh=pc> bloodd.run echo *include bloodd.tab; head=head1 ; >>bloodd.run echo *include bloodd.axc; >>bloodd.run call quantum bloodd.run ..ataerge.dat head1.txt call csv head1 call move *.csv ..utputs
  • 8. Program is run in DOS mode by simply giving the path of r.bat file
  • 9. Output We see the output tables in head.txt file
  • 10. Demo
  • 11. Atul Vishwakarma Leadcap Ventures [email_address]