Why stop run is not used when we use CICS in the COBOL program?

When we submit job in CICS that will be submitted to CICS Server When we use exec return
statement then that job is submitted to MVS but when we write stop run it will be directly submitted to
MVS but the MVS does not understand COBOL so it gives errors.
Use 'return' statement to terminate your program

No comments:

Post a Comment

Please Provide your feedback here