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 |
What is redefines clause in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
A table has two indexes defined. Which one will be used by the SEARCH?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
hw to create 3 dimensional array & hw to access it?
If you were passing a table via linkage, which is preferable - a subscript or an index?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
how to code in cobol while using variable block file?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
what is the use of filler in cobol programing?