Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help an IDIOT-FIRST-TIMER in COBOL

Status
Not open for further replies.

LamAng

Instructor
Jan 20, 2002
2
0
0
PH
I'm trying to learn cobol! What should I do to get a jumpstart?
 
If you already know one language, then write down all of the pertinent commands of that known language and then write next to them the COBOL commands that do the same thing.

Actually, what does any language do? READ, WRITE, IF statements, arithmetric statements, CALL and stop run.

Then start by writing very simple programs and gradually get more sophisticated.

Best advice: sit next to an experienced COBOL programmer, 5 minutes (or days) talking to a wise man is equal to a huge amount of pulling out your hair ( the experienced person has already pulled out most of his hair in exasperation)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top