|
|
(40 intermediate revisions by one user not shown) |
Line 1: |
Line 1: |
− | ==CRSP, COMPUSTAT, CCM ==
| + | Chicago Booth is going to retire the desktop tool [[CRSPSift]] by end of 2024 and all the other tools based on fileformat 1.0. |
− | === access ===
| + | |
− | <ol>
| + | Fileformat 2.0 has been recently released and (re)programming on our side has already started accordingly. |
− | <li> email the VDC sysadmin to provide credentials and prepare your remote terminal
| + | |
− | <ul>
| + | |
− | <li>
| + | |
− | host: crsp.vdc.univie.ac.at
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | user: your username
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | password: your password
| + | |
− | </li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li> Establish a Virtual Private Network (VPN) to Uni if working from home or if you cannot establish an SSH connection ([https://zid.univie.ac.at/en/vpn/ see ZID/VPN]). You wouldn't have to use VPN if working from the institute's PC-labor #6.644.
| + | |
− | </li>
| + | |
− | <li> If working from Windows, you might need to install an SSH-client [https://www.putty.org/ like PUTTY]) to use Secure Shell (SSH) to connect to your terminal.
| + | |
− | <img src='/user_upload/p_vdc/Bilder/3_accept_key.png' alt='accept key'>
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | now you work remotely and use the remote host's command line (which is the bash shell, don't type the beginning "$", which is the prompt):
| + | |
− | <ol>
| + | |
− | <li> the midnight-commander (mc) provides an built-in editor mcedit (exit it with Alt+0)
| + | |
− | <pre>$ mc </pre>
| + | |
− | <pre>$ mcedit ts_samp7.rqt </pre>
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | e.g. use "ts_print" to process a requirementfile "ts_samp7.rqt" and get the output "ts_samp7.out":
| + | |
− | <pre>$ ts_print ts_samp7.rqt</pre>
| + | |
− | look into ts_samp7.out with:
| + | |
− | <pre>$ cat ts_samp7.out </pre>
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | use e.g. this command to get the switches for the command crsp_print:
| + | |
− | <pre>$ crsp_print /d1 /var/crsp/2019-07/crspdata/cmz201807</pre>
| + | |
− | </li>
| + | |
− | </ol>
| + | |
− | </li>
| + | |
− | <li> use an SFTP client like [https://cyberduck.io/download/ CyberDuck] to download the results of your terminal session onto your desktop for further processing
| + | |
− | </li>
| + | |
− | <li> Please read some manuals to gain experience with the ts_sampleX.rqt files in your home directory:
| + | |
− | [http://www.crsp.com/products/documentation/cupl-386-guide CRSP Utilities and Program Libraries (CUPL)]
| + | |
− | and maybe the [https://w3.loibl.com/uni/xf_understanding_the_data.pdf xf-understanding_the_data guide].
| + | |
− | </li>
| + | |
− |
| + | |
− | </ol>
| + | |
Fileformat 2.0 has been recently released and (re)programming on our side has already started accordingly.