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 |
how to pass 100 to s9(4) how r they inserted ?
What is Static and Dynamic linking ?
How do you set a return code to the JCL from a COBOL program?
how to resolve the file status 47.......
Can you please let me know the centre name of INS certification in Kolkata.
what is meant by binary search?
How do get the result of your program directly on your pc?
how will u pass dadta to cobol+db2 program...?
How can you get the ksds file records into your cobol program?
can we use variable picture clause as xx.99 in cobol.
What is the local-storage section?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?