Answer Posted / varun v
Correct..It occupies one additional byte..
But with one correction to Ans #1.
Here output of "sign trailing separate" is 1234+ and
output of "SIGN LEADING SEPARATE" is +1234.
Thanks
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
Define static linking and dynamic linking.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
explain sorting techniques in cobol program?
What is static and dynamic call in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
i want a program using by if, evaluate , string, unstring, perform, occurs?
how do you reference the printer file formats from cobol programs
What is rmode(any) ?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how do you reference the esds vsam file formats from cobol programs
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the different types of condition in cobol and write their forms.
how do you reference the ksds vsam file formats from cobol programs