×
Discuss about Archiving, Close of Business, Delivery Setup, Security Management System, Global Processing etc…
Extract COB reports to text file
- dcvan
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
17 years 2 months ago #1567
by dcvan
Extract COB reports to text file was created by dcvan
Does anyone know the way setup to extract COB report to the text file?
Thanks
DCV
Thanks
DCV
Please Log in or Create an account to join the conversation.
- eb.phantom
- Offline
- Junior Member
Less
More
- Posts: 38
- Thank you received: 0
17 years 2 months ago #1568
by eb.phantom
Replied by eb.phantom on topic try ENQUIRY.REPORT
Create a record in ENQUIRY.REPORT.
Attach the right enquiry.
Attach the right report.control.
In report.control attach the de.form.type.
Create a batch record with job name as EB.PRINT and give the data as ENQ [enq report id]
The job EB.EOD.REPORT.PRINT will pick this job and produces the output in &HOLD&
EB.PHANTOM
Attach the right enquiry.
Attach the right report.control.
In report.control attach the de.form.type.
Create a batch record with job name as EB.PRINT and give the data as ENQ [enq report id]
The job EB.EOD.REPORT.PRINT will pick this job and produces the output in &HOLD&
EB.PHANTOM
Please Log in or Create an account to join the conversation.
- dcvan
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
17 years 2 months ago #1569
by dcvan
Replied by dcvan on topic RE.STAT.REQUEST and RE.STAT.OUTPUT
Thanks eb.phantom for reply,
But i want to know the set-up in RE.STAT.REQUEST and RE.STAT.OUTPUT to extract daily report (CRF, CRB, TRANS.JOURNAL,...) to text file.
Kindly show me.
Thanks in advance
But i want to know the set-up in RE.STAT.REQUEST and RE.STAT.OUTPUT to extract daily report (CRF, CRB, TRANS.JOURNAL,...) to text file.
Kindly show me.
Thanks in advance
Please Log in or Create an account to join the conversation.
- ironmaiden
- Offline
- Premium Member
Less
More
- Posts: 83
- Thank you received: 0
17 years 2 months ago #1570
by ironmaiden
Replied by ironmaiden on topic Hi
I am not sure whether this works...but you can try playing with RE.TRANSFER.PARAMETER and RE.RETURN.EXTRACT...these are suppose to extract the CRB reports from one folder to another after reported is generated...more details available in User Guide...let me know if further information is required...because i have to dig up the user guides to give u more information...hope this is the point from where you can start...
NJOY LIFE TO THE FULLEST
NJOY LIFE TO THE FULLEST
Please Log in or Create an account to join the conversation.
- malai
- Offline
- Platinum Member
Less
More
- Posts: 508
- Thank you received: 11
17 years 2 months ago #1571
by malai
Replied by malai on topic EB.STAT.PRINT/EB.PRINT
To generate reports in RE.STAT.REQUEST you need to call the routine EOD.RE.STAT.PRINT.
Create a batch record with job name as EB.STAT.PRINT.
Set the DATA as follows
DATA........ RTN EOD.RE.STAT.PRINT
DATA........ DAT
DATA........ DAT
DATA........ DAT
DATA........ DAT
For TRANS.JOURNAL, you can use the REPGEN.CONTROL/REPGEN.SORT
Create a batch record with job name as EB.PRINT.
Set the DATA as follows
DATA........ TRANS.JOURNAL
Keep posting and make this community active|Thanks
Create a batch record with job name as EB.STAT.PRINT.
Set the DATA as follows
DATA........ RTN EOD.RE.STAT.PRINT
DATA........ DAT
DATA........ DAT
DATA........ DAT
DATA........ DAT
For TRANS.JOURNAL, you can use the REPGEN.CONTROL/REPGEN.SORT
Create a batch record with job name as EB.PRINT.
Set the DATA as follows
DATA........ TRANS.JOURNAL
Keep posting and make this community active|Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.070 seconds