What are the access modes of START statement?
No Answer is Posted For this Question
Be the First to Post Answer
How to read the last 100 records from a COBOL file. The file contains N number of records.
Give some examples of command terminators?
How do u write test cases?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
IF I mention stop run in CICS what happens?
Can we change the password using ALTER? anyone tried and changed?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
can we use variable picture clause as xx.99 in cobol.
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
What is the difference between Global and External Variables?
how to convert the recors form vsam file to db2 table tru file aid