|
Sample |
Description |
|
AS400
|
Sample
code of how one would modify an AS/400 application to
run as a Fujitsu COBOL application.
|
| CALLCOB |
A
Sample that shows how to call a COBOL program from a C
program. |
| CBLEXEC |
A
sample that demonstrates how to call Windows EXE's from
Fujitsu COBOL. |
| CMDLINE |
A
sample that demonstrates how to retrieve parameters from
the Command Line. |
| COPYFILE |
A
sample program that shows how to access the CBL_COPY_FILE
routine. |
| CREATEDI |
A
sample program that shows how to access the CBL_CREATE_DIRECTORY |
| DATE |
A
sample program that shows how tell what day of the week
any MMDDYYYY date is/was in about 10 lines of code. |
| DELETEDI |
A
sample program that shows how to access the CBL_DELETE_DIRECTORY |
| E2ACONVR |
EBCDIC
to ASCII File Converter (or vice versa) using CBL_ Byte-Stream
file routines. |
| GALLOC32 |
A
sample for calling the Windows95/NT WIN32 API to allocate
global memory. |
| GETDIR |
A
sample that demonstrates WIN32 API samples for current
directory and windows directory. |
| KEYTEST |
A
sample program that captures which key was typed. (For
Function Keys and the Enter key). |
| LINESEQ |
A
sample that demonstrates line sequential file handling. |
| PRTfont |
A
sample that shows how to print in different font sizes. |
| PRTSEL |
A
Shareware sample for calling the Windows95/NT Printer
Selection/Page Setup dialogue box. |
| SEQCOPY |
A
sample that demonstrates coping a line sequential file. |
| STRING |
A
sample that demonstrates left, center, and right justify
strings. |