make sure the submission logic still works
Some checks failed
MVS Delete Members / delete-members (push) Failing after 19s
MVS Submit & Execute / upload-and-run (push) Successful in 43s

This commit is contained in:
Gregory Gauthier 2026-02-06 16:00:00 +00:00
parent 6d263b78d3
commit 60cdc26d45
2 changed files with 1 additions and 2 deletions

View File

@ -4,4 +4,3 @@
//* Compile Step - comments allowed in JCL! //* Compile Step - comments allowed in JCL!
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE2)' //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE2)'
// //

View File

@ -10,4 +10,4 @@
int main() { int main() {
printf("%s\n", HELLO_STRING); printf("%s\n", HELLO_STRING);
return 0; return 0;
} }