what is MSGLEVEL?



what is MSGLEVEL?..

Answer / 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

More COBOL Interview Questions

Which is not true about evaluate statement

0 Answers  


What will happen if we generate GDG +2 version instead of +1 version?

2 Answers   T systems,


I have a sequential file. How do I access a record in this sequential file randomly in my program ?

8 Answers   CGI, Xansa,


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

0 Answers  


in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?

2 Answers   HSBC,






i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me

4 Answers  


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length

3 Answers   TCS,


consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end

3 Answers   TCS,


A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?

5 Answers   TCS,


What is report-item?

1 Answers   IBM,


Categories