how we separate the cobol cics statements from cobol&cics
programming?
Answer / vinay sonar
CICS statements starts with
EXEC CICS
and end with
END-EXEC.
| Is This Answer Correct ? | 3 Yes | 1 No |
if a file has 1000 recods how copy the records from 1 to 100 records using sort
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Mention the guidelines to write a structured cobol program?
what happens if parmparameter passes zero bytes to the program
Have you code any new programs in COBOL ? What is the functionality of the programs?
how you will define variables length in cobol.
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
what is the default print format? in cobol
How many divisions we have in Cobol ?
how do u indetify files succesfully executed or not ?
what is the use of outrecord?
How do you define a table/array in COBOL?