what is difference between the sysabend and userabend?
Answer Posted / guest
sysabend - lack of m/y space
userabend - infinite looping
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
Name some of the examples of COBOl 11?
What are the access modes of START statement?
A table has two indexes defined. Which one will be used by the SEARCH?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Why did you choose to work with ibm mainframe cobol programming?
Write a program that uses move corresponding.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how to access the file from prodution from changeman tool and to submit a file to production
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
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.
Write down the divisions of cobol program?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?