What are various search techniques in cobol? Explain.
how can i see junk values in dclgen or in hostvariable of comp ?
What is rmode(any) ?
) How do u handle errors in BMS macro
How do you reference the following file formats from cobol programs?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Differentiate between structured cobol programming and object-oriented cobol programming.
Mention the guidelines to write a structured cobol program?
Name some of the examples of COBOl 11?
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?
Which mode is used to operate the sequential file?
What is report-item in COBOL?
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?
IF I mention stop run in CICS what happens?
What is the difference between comp and comp-3?