If there is anyone out there still installing patches on Linux GT.m you might want to make the following changes to the patch file before trying to install.
This code is trying to test a Web Service using code that isn't functional on GT.m.
Before:
GET() ; -- Send a test to the Web Service and compare the Result
"RTN","SDCCRP912",71,0)
N SERVER,SERVICE,RESOURCE,REQUEST,SC,RESPONSE,RESPJSON,DATA,CCRAERR
"RTN","SDCCRP912",72,0)
S SERVER="CCRA NPI SERVER"
"RTN","SDCCRP912",73,0)
After:
GET() ; -- Send a test to the Web Service and compare the Result
"RTN","SDCCRP912",71,0)
Q 0 N SERVER,SERVICE,RESOURCE,REQUEST,SC,RESPONSE,RESPJSON,DATA,CCRAERR
"RTN","SDCCRP912",72,0)
S SERVER="CCRA NPI SERVER"
"RTN","SDCCRP912",73,0)