01 a pic x(6) value is abcdef
01 b pic x(3)
move a to b wht will be the value in b ?
Answers were Sorted based on User's Feedback
consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.
What are different data types in cobol?
In the JCL, how do you define the files referred to in a subroutine ?
what happens if we dont close cursor in db2-cobol pgm?
Explain what you understand by passing by value.
explain sorting techniques in cobol program?
How can we know that cobol program is using report file or simple file....?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is search and searchall?what is the diffrence between them?give an best example?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
diffrence between renames and redifnes with examples