Hi. I am a beginner in mainframes. Can anyone guide me?
So far, I have just wrote this 1 COBOL program and i do not know how to proceed for compilation and execution of the same.
Please help me
AAT3 NN6407.NNPRACS(CBLWELCM) - 01.05 Columns 00001 00072
Command ===> Scroll ===> PAGE
****** ***************************** Top of Data ******************************
000010 **********************************************
000100 * COBOL PROGRAM TO DISPLAY "WELCOME" MESSAGE *
000200 **********************************************
000300 IDENTIFICATION DIVISION.
000400 PROGRAM-ID. WELCOME.
000500 AUTHOR. NN6407.
000700 PROCEDURE DIVISION.
000710 WELCOME.
000900 DISPLAY 'HELLO'.
001000 STOP RUN.
****** **************************** Bottom of Data ****************************