Answer Posted / ananta
S- spool
D-display
S-Search
F-facility
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the different data types in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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.
How you can read the file from bottom?
How do you define a variable of comp-1 and comp-2?
State the various causes of s0c1, s0c5 and s0c7.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What rules are followed by the search verb.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.