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


Please Help Members By Posting Answers For Below Questions

What are the cobol coding sheets?

870


How to know whether the module is dynamical or statistical?

866


What are the different rules to perform a Search?

815


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1350


Which mode is used to operate the sequential file?

928


) How do u handle errors in BMS macro?

1620


What rules are followed by the search verb.

829


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

853


What are declaratives and what are their uses in cobol?

934


How arrays can be defined in COBOL?

832


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

1079


how can i see junk values in dclgen or in hostvariable of comp ?

2752


What is the difference between PIC 9.99 and 9v99 in COBOL?

972


Name some of the examples of COBOl 11?

2883


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2879