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
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how do you reference the variable block file formats from cobol programs
Can we redefine the field of x(200) to less than 200?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How can you get the ksds file records into your cobol program?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between external and global variables in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between next sentence and continue in cobol programing language?
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?
What are the different open modes available in cobol?
In COBOL, what is the different between index and subscript?
What is the problem of ordered sequential files access?
What are declaratives and what are their uses in cobol?