-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compute PPMINOUTLN command default #182
Comments
Another way to do it in SQL call qsys.qcdrcmdd(
'CRTBNDRPG QSYS ',
x'00000000000000000000000000000000' || x'0000000F614000000000000000000000' || rpad('/tmp/abcdefghijklmno', 32, x'40'),
'DEST0200',
' ',
'CMDD0100',
X'00000010404040404040404040404040'
); Note that the total path cannot be more than 15 characters. |
IBM believes that the solution for the Idea described is available with PTFs for 7.3, 7.4, and 7.5.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following CL command would have to be converted to Python
It returns the following XML for the PPMINOUTLN parameter
The case above comes from CHGCMDDFT to make PPMINOUTLN 250
The text was updated successfully, but these errors were encountered: