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

Line continuation for IDENTIFY statement #479

Closed
dennis-behm opened this issue Mar 6, 2024 · 1 comment · Fixed by #480
Closed

Line continuation for IDENTIFY statement #479

dennis-behm opened this issue Mar 6, 2024 · 1 comment · Fixed by #480

Comments

@dennis-behm
Copy link
Member

Per https://www.ibm.com/docs/en/zos/3.1.0?topic=reference-identify-statement the IDENTIFY statement needs to be continue after column 71:

The IDENTIFY statement can be continued. If you are using the binder, the data characters end in column 71 and continue at column 2 on the next line.

To be implemented in:

*/
def generateIdentifyStatement(String buildFile, String dsProperty) {
def String identifyStmt
int maxRecordLength = dsProperty.toLowerCase().contains("library") ? 80 : 40
if((props.mergeBuild || props.impactBuild || props.fullBuild) && MetadataStoreFactory.getMetadataStore() != null) {
String member = CopyToPDS.createMemberName(buildFile)
String shortGitHash = getShortGitHash(buildFile)

@dennis-behm
Copy link
Member Author

Delivered via zAppBuild 3.7.0

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 a pull request may close this issue.

1 participant