Skip to content
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

Added dataset creation functionality #69

Open
wants to merge 1 commit into
base: feature/staging-int
Choose a base branch
from

Conversation

chcaron01
Copy link

Signed-off-by: Charlie Caron [email protected]

ddNumber++;
}
if (returnCode) {
printf("Dynalloc RC = %d, reasonCode = %x\n", returnCode, reasonCode);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zowelog()

return;
}
else {
printf("Dynalloc RC = %d, reasonCode = %x\n", returnCode, reasonCode);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zowelog()

Using dynalloc, dataset creation is now possible. JSON body gets parsed, and
parameters are passed to dynalloc macro. If dynalloc executes successfully, a
new dataset is created.

Signed-off-by: Charlie Caron <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants