Hi..,
i just tried to know the Hostid of my mainframe ..so i used following rexx syntax...
/*rexx*/
parse value socket("Gethostid") with s_rc
say 'the Hostid is' s_rc [/b]
Am getting following ERROR:
2005 ESUBTASKNOTACTIVE Subtask not active
Can any one help me....with proper syntax...