01 a pic s9(5) occupies how many bytes ?
Answers were Sorted based on User's Feedback
Answer / nag(igate)
hello to all guys,
display is default
so, it will take 5 bytes
| Is This Answer Correct ? | 11 Yes | 7 No |
Answer / kishore sangu
Sorry For the Last Anwer Of Kishore Sangu
I Reffered books for this Quetion
The Answer is 4 Bytes
S9(1) to S9(4) - 2 bytes
S9(5) to S9(9) - 4 bytes
S9(10) to S9(18)- 8 bytes
| Is This Answer Correct ? | 7 Yes | 10 No |
Answer / kishore sangu
S9(5) occupies 3 bytes of memory.
Because This Goes To Comp3 (5+1)/2=3
Comp1 And Comp2 Don't have the PIC (Picture) Clause.
| Is This Answer Correct ? | 0 Yes | 23 No |
What is inspect in cobol ?
can any one help -s806
File status must be checked both while opening and reading the file or only while reading the file?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
What are the pertinent COBOL commands?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
Can we put move statement in COBOL copybook
level number 77 is used to define a)group data b)elementary data c)redefine d)none
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
can i use multiple when statements in search & search all ? justify ur answer?