I am un-experienced with the SORT, but I need to create a program that sorts on three fields. The sort staements must produce a file of records for students enrolled in a particular course. The partucular course e.g., TEACHING is obtained via the keyboard. The name of the sorted file e.g., teaching.srt, is created with the program by concatenating the course mane with the file extension ".srt"
I know I need to use a string to do this but, mind is running in circles trying to get my mind around it.
Thankyou to anyone who can help.
-Spyd
I know I need to use a string to do this but, mind is running in circles trying to get my mind around it.
Thankyou to anyone who can help.
-Spyd