why is the new job not running right?
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 23s
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 23s
This commit is contained in:
parent
7f43599b6e
commit
3dd0b5e96c
@ -1,4 +1,6 @@
|
|||||||
//SIMPLE1 JOB (SIMPLE),'SIMPLE HELLO PROGRAM',NOTIFY=@05054,CLASS=A,
|
//SIMPLE JOB (GCC),'Simple Hello Example',
|
||||||
// MSGCLASS=H,REGION=4M,TIME=1440
|
// NOTIFY=@05054,CLASS=A,MSGCLASS=H,
|
||||||
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)'
|
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
|
||||||
//
|
//* Compile Step
|
||||||
|
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)'
|
||||||
|
//
|
||||||
@ -10,4 +10,4 @@
|
|||||||
int main() {
|
int main() {
|
||||||
printf("%s\n", HELLO_STRING);
|
printf("%s\n", HELLO_STRING);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user