how we separate the cobol cics statements from cobol&cics
programming?
Answer Posted / vinay sonar
CICS statements starts with
EXEC CICS
and end with
END-EXEC.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the different rules for performing sort operation?
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?
What is the difference between external and global variables in COBOL?
Name the sections present in data division.
What are the pertinent COBOL
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How do we get current date from system with century in COBOL?
What is a scope terminator give example?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Describe the cobol database components?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is a SSRANGE and NOSSRANGE?
Explain about different table spaces.