i was faced one question-
i have value
-00001234.56
Suppress the zeroes and the output should be -1234.56
But Not - 1234.56 spaces should not be available after suppressing the zeroes.
logic in jcl and cobol?
No Answer is Posted For this Question
Be the First to Post Answer
I have a occurs for 100 times but it has executed 101 time what could be the reason?
What is sqlca and why is it needed in any cobol-db2 program?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
How do you do in-line PERFORM?
What is the LINKAGE SECTION used in COBOL?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
What are declaratives and what are their uses in cobol?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
how to transfer the file from pc to mainframe??
Which mode is used to operate the sequential file?
01 b pic +9(4) How many bytes it will take for storage???