Answer Posted / dev
the most significant bit is used as a sign bit if it is set
then the field is negetive if not than positive
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What type of SDLC u followed? Why?
how to refer the data field?
What do you understand by psb and acb?
How do you get the data to code the BMS macro?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
In COBOL programming, what is PERFORM? What is VARYING?
A table has two indexes defined. Which one will be used by the SEARCH?
IF I mention stop run in CICS what happens?
Write the code implementing the perform … varying.
What is the difference between next sentence and continue in cobol programing language?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how do you reference the variable unblock file formats from cobol programs
What is inspect in cobol ?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?