C language example

memcpy(spPointer->>spmode, “INPUT ”,
 sizeof(spPointer->>spmode));
 memcpy(spPointer->>spformat, “DB2”,
 sizeof(spPointer->>spformat));
 openpipe(spPointer);

NoteAll the other examples in this chapter are in COBOL II.