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
What is the use of intialize verb?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the different open modes available in cobol?
What is a SSRANGE and NOSSRANGE?
What the difference is between continue and next sentence?
how do you reference the variable unblock file formats from cobol programs
) How do u handle errors in BMS macro?
what are decleratives in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is redefines clause in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
Can we redefine the field of x(200) to less than 200?
What is the problem of ordered sequential files access?
What are the various section in data division and briefly explain them.
For rewrite, why is it mandatory that file needs to be opened?