Answer Posted / tarun kumar jain
whenever u will submit a job u will get a return code.which
can be MAXCC=(0,4,8,16).These are severe level of return
code.If it is MAXCC=0 then u have submitted ur job
successfully without any error.
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
how do you reference the variable block file formats from cobol programs
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is amode(31)
What rules are to be followed while using the corresponding options?
how can i see junk values in dclgen or in hostvariable of comp ?
how do you reference the fixed unblock file formats from cobol programs
In COBOL, what is the different between index and subscript?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
) How do u handle errors in BMS macro
what is the use of outrecord?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How arrays can be defined in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?