send output to the 1403
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 14s
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 14s
This commit is contained in:
parent
328d5b53f6
commit
7c4d7de0ea
@ -1,5 +1,5 @@
|
|||||||
//SIMPLE JOB (GCC),'Simple Hello Example',
|
//SIMPLE JOB (GCC),'Simple Hello Example',
|
||||||
// NOTIFY=@05054,CLASS=A,MSGCLASS=H,
|
// NOTIFY=@05054,CLASS=A,MSGCLASS=A,
|
||||||
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
|
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
|
||||||
//* Compile Step - comments allowed in JCL!
|
//* Compile Step - comments allowed in JCL!
|
||||||
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)'
|
//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