How to covert given string into ASCII value in COBOL/MF
COBOL
Answer Posted / anu
please explained the answr for this question in detail.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain how you can characterize tables 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?
) what is the difference between AID and HANDLE AID?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Define static linking and dynamic linking.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How do get the result of your program directly on your pc?
What is the use of intialize verb?
What are the rules of the move verb?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
) how do u code after getting data?
What are the different types of condition in cobol and write their forms.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?