Answer Posted / deepjyoti
133
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the compute verb? How is it used?
What is the difference between next sentence and continue in cobol programing language?
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 ?
What is inspect in cobol ?
What are the different rules of SORT operation?
how do you reference the variable block file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
how do you reference the rrds file formats from cobol programs
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?
Name some of the examples of COBOl 11?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How do you define a variable of comp-1 and comp-2?