How many sections are there in data division in COBOL?
What is difference between COBOL and VS COBOL II?.
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
What is the compute verb? How is it used?
What is cobol?
what is label record is standard or omitted in file description of data division?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
What is the usage of comp fields in cobol?
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there