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 |
copy 100 records without using ibm utilities
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
What is Alternate Index ? How is it different from regular index ?
What COBOL construct is the COBOL II EVALUATE meant to replace?
) What is the use of IGNORE?
What is the difference between static call & Dynamic call?
can we write paragraph in area B .....
what is the difference between PA & PF keys?
What is IMPACT analysis?
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..