test submission through gitea
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 33s
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 33s
This commit is contained in:
parent
d926f2e1fb
commit
328d5b53f6
@ -1,6 +1,6 @@
|
|||||||
//SIMPLE JOB (GCC),'Simple Hello Example',
|
//SIMPLE JOB (GCC),'Simple Hello Example',
|
||||||
// NOTIFY=@05054,CLASS=A,MSGCLASS=H,
|
// NOTIFY=@05054,CLASS=A,MSGCLASS=H,
|
||||||
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
|
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
|
||||||
//* Compile Step
|
//* Compile Step - comments allowed in JCL!
|
||||||
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)'
|
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)'
|
||||||
//
|
//
|
||||||
|
|||||||
@ -11,5 +11,3 @@ int main() {
|
|||||||
printf("%s\n", HELLO_STRING);
|
printf("%s\n", HELLO_STRING);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Simple comment
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user