bryan_d
bryan_d
I am getting the same error. our company is moving toward 90 day certs and we'll need some type of a way to automate the cert process.
yes. I just “re” downloaded the latest. I get invalid member name. I also do not get a member list from any source file. where are the “profiles” saved. I...
Looking for similar stuff. would like to look into logging requests...
for now I have changed to "enabled": false
I think this may help. https://www.ibm.com/support/pages/control-language-cl-programming-declaring-integer-data-type 4-byte signed integer values could range from -2147483648 to 2147483647 4-byte unsigned integers from 0 to 4294967295 8-byte signed integers can store a value...
I found this example from Bob Cozzi. I think it was from a magazine/book article(i cannot find) /IF DEFINED(*CRTRPGMOD) H NOMAIN /ELSE H DFTACTGRP(*NO) /ENDIF H OPTION(*NODEBUGIO:*SRCSTMT) BNDDIR('QC2LE') H*Copyright('(c) 2006...
command/cl to test: RTVIFSSIZE: CMD PROMPT('Retrieve IFS File Size') /* Command processing program is RTVIFSSIZE */ /* CRTCMD ... ALLOW(*IPGM *BPGM *IMOD *BMOD) */ PARM KWD(STMF) TYPE(*PNAME) LEN(640) MIN(1) +...
i did find a cl example that uses stat64 https://blog.faq400.com/en/system-administration-en/export-source-code-to-ifs/