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 |
can you declare redefine in level 01?
2)Where the Plan is located in CICS-DB2?
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
if you give cylinder(1,1)how many cylinders it will be allocate?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do u know what version of cobol u are using?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
How may divisions are there in JCL-COBOL?
What are the rules of the move verb?
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
Write down the divisions of cobol program?