COBOL 08: Introduction to Display, Accept and the Screen Section
281 views
0

 Published On Feb 5, 2024

Let's start doing something fun!

User Output and Input using the Display, Accept and Screen Section in a COBOL program

The Display statement not only displays strings and number, but it can also display entire screens with a single statement.

The bAccept statement allows for you to enter an entire screen of data instead of just a single piece of data. This is where applications begin to look a lot more professional.

Remember though, designing your screen is important, just don't start coding not knowing what you wish to implement.

COBOL 07 (Previous): Display Data Types:    • COBOL 07: Display Data Types  
COBOL 09 (Next): Moving data around in the Procedure Division:    • COBOL 09: Moving data around in the P...  

00:00 Introduction, What is Accept, Display and the Screen Section?
04:03 Simple Display and Accept
14:34 The Screen Section
43:44 In Summary

show more

Share/Embed