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

dataset creation rest api #505

Merged
merged 12 commits into from
Sep 20, 2022

Conversation

1000TurquoisePogs
Copy link
Member

@1000TurquoisePogs 1000TurquoisePogs commented Sep 2, 2022

This PR builds upon #473 by trimming the list of parameters to those that are useful in dataset creation only.
Documentation of it is at zowe/zlux-server-framework#441

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

setRECFM = setRECFM | DALRECFM_U;
}
rc = setTextUnit(TEXT_UNIT_CHAR, 0, NULL, setRECFM, DALRECFM, configsCount, inputTextUnit);
} else if(!strcmp(propString, "blkln")) {
Copy link
Member Author

Choose a reason for hiding this comment

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

this needs to be moved under "space" as an option. CYL, TRK, BLK???

c/datasetjson.c Outdated Show resolved Hide resolved
c/datasetjson.c Outdated Show resolved Hide resolved
aditya-ranshinge and others added 10 commits September 12, 2022 16:44
…Directory Blocks, Dataset Name Type attributes for dataset creation

Signed-off-by: Aditya Ranshinge <[email protected]>
Signed-off-by: Aditya Ranshinge <[email protected]>
…emoved unwanted functions and macros

Signed-off-by: Aditya Ranshinge <[email protected]>
Signed-off-by: Aditya Ranshinge <[email protected]>
Signed-off-by: Aditya Ranshinge <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: 1000TurquoisePogs <[email protected]>
@1000TurquoisePogs 1000TurquoisePogs force-pushed the feature/v2/dataset-creation-rest-api branch from 807ba82 to 6b08c31 Compare September 12, 2022 20:45
Copy link
Contributor

@JoeNemo JoeNemo left a comment

Choose a reason for hiding this comment

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

Looks good

@1000TurquoisePogs 1000TurquoisePogs merged commit 8b5390c into v2.x/staging Sep 20, 2022
@1000TurquoisePogs 1000TurquoisePogs deleted the feature/v2/dataset-creation-rest-api branch May 5, 2023 14:03
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