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 are the cobol coding sheets?
How to know whether the module is dynamical or statistical?
What are the different rules to perform a Search?
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.
Which mode is used to operate the sequential file?
) How do u handle errors in BMS macro?
What rules are followed by the search verb.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are declaratives and what are their uses in cobol?
How arrays can be defined in COBOL?
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?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Name some of the examples of COBOl 11?
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