where do u use low-value and high value in cobol
Answer Posted / mahesh
when we a small integer then we have to use low value
otherwise go for high-value
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
what are decleratives in cobol?
What is the difference between external and global variables in COBOL?
How do you get the data to code the BMS macro?
How you can read the file from bottom?
Write some characteristics of cobol as means of business language.
Write the code implementing the perform … varying.
What is the difference between Call and a Link?
What is link edit in cobol?
What is the difference between goback, stop run and exit program in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
i want a program using by if, evaluate , string, unstring, perform, occurs?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..