On successful completion of this course, the student, with the aid of the appropriate reference materials, should be able to:
- Create programs written in COBOL, PL/I, C, or Assembler that:
- are compiled and bound under z/OS batch or a z/OS UNIX shell
- run in batch or from a shell script and that can …
- work with z/OS files and files in the Hierarchical File System (HFS)
- interact with users at a z/OS UNIX terminal
- dynamically call subroutines that are located in a z/OS library or an HFS directory
- Compile and bind C programs using c89, or Assemble and bind programs using c89, Assemble programs using the as command, or compile and bind COBOL programs using cob2 or compile and bind PL/I programs using pli
- Bind programs using the ld command
- Code programs in C, COBOL, PL/I or Assembler that invoke common C functions to accomplish work, when that is the best way to get the task done
- Code programs in C, COBOL, PL/I or Assembler that invoke common kernel services to accomplish work, when that is the best way to get the task done
- Code programs in C, COBOL, PL/I or Assembler that create, set, access, and update environment variables, and that access the parm data passed to a main program
- Build and use makefiles to manage an application.
© Copyright 2012, Steve Comstock, www.TrainersFriend.com
Comments are closed.