Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Job Shedule

former_member303185
Participant
0 Kudos
95

Could any body tell me on which massages type(I,S,W,E,A etc.) Job Schedule terminated.

Regards

Vijay

5 REPLIES 5

Former Member
0 Kudos
70

hi

S-Success, this message displays on the following screen in the status line.

A-Abend, the current transaction is halted and a message is displayed until the user confirms it.

E-Error, user must input data to continue.

W-Warning, user can either modify input data or press Enter to proceed.

I-Information, user must press Enter to continue at the same point in the program.

praveen

Former Member
0 Kudos
70

E and A

Former Member
0 Kudos
70

hi,

at E(Error) message job schedule will be terminated.

regards,

Navneeth.K

Former Member
0 Kudos
70

I - Information

S - Success

W - Warning

E - Error

A - Abend

In the last two cases the program will terminate. otherwise that will be processed fully...

former_member303185
Participant
0 Kudos
70

Solved