Answer Posted / pramod reddy
msglevel=(statements,msgs)
statments specified wat type of msgs to be send nd
msgs specified the status of job r step..
statements consist 0,1,2
0-jes msgs
1-jcl wit expand procedure msgs
2-only jcl msgs
msgs consist 0,1
0-abnormal termination
1-either abnormal r normal termination
default is msglevel=(1,1)
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how do you reference the variable unblock file formats from cobol programs
What are the different types of condition in cobol and write their forms.
What are the access modes of START statement?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Why occurs cannot be used in 01 level in COBOL?
Difference between cobol and cobol-ii?
how do you reference the esds vsam file formats from cobol programs
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is cobol?
What is the difference between next sentence and continue in cobol programing language?