NicC wrote:If you are running a SAS program then you use your standard SAS JCL with DD statements for your inut and output data sets. If this is not what you mean then you need to explain better,
Hi Nicc,
I have standard SAS JCL but not able achieve what i want. below ais what i am trying to do and what i want in my output dataset.
Input
1) I am trying run a SAS jcl with COBOL data file as input, the JCL control card contain SAS euqivalent parameters which will be executed when we run the JCL.
Output
1) I want my COBOL data file to map with the SAS control parameters(i.e the COBOL copy book layout) and get the output in CSV format.
What i am getting now :
I am getting the raw data (with out mapping) and also mapped data ( with mapping to cobol copy book) but they are not in proper format.
Regards,
Rakesh MS