simple program to read/write a text file
This commit is contained in:
parent
8ab77c4a25
commit
f7fb82c659
@ -4,4 +4,4 @@
|
||||
//* Compile and Go Step
|
||||
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(TXTWKR01)'
|
||||
//GO.TESTDD DD DSN=@05054.DATA(TESTMEM),DISP=OLD
|
||||
//
|
||||
//
|
||||
|
||||
@ -11,3 +11,4 @@ int main() {
|
||||
printf("%s\n", HELLO_STRING);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@ -37,4 +37,4 @@ int main()
|
||||
printf("Append complete.\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user