Glossary

Define the API contract

Design the REST endpoint (URL, HTTP method, request/response JSON schema) based on the COBOL program's input/output copybooks - [ ] **Map data types** — Document the mapping between COBOL data types and JSON types (PIC 9 → number, PIC X → string, COMP-3 → number, dates → ISO 8601 strings) - [ ] **Ch

Learn More

Related Terms