void getResponseCode( rc ) |
... configuration section. repository. class http-client as "com.iscobol.rts.HTTPClient" ... working-storage section. 77 http object reference http-client. 77 rc pic 9(3). ... procedure division. ... http:>getResponseCode(rc). if rc = 200 *> the request was successful ... |