Which of the following EDITind and PICTURE symbols is to be
used if a
minus(-) is to appear before the value if the value is
-ve and a plus(+)
is to appear before the value if the value is +ve?
(a) +
(b) -
(c) + OR
(d) It is not possible
Answer Posted / islam
correct answer is (b) -
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
In COBOL programming, what is PERFORM? What is VARYING?
what is the use of outrecord?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the various section in data division and briefly explain them.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write a program that uses move corresponding.
What is the difference between next sentence and continue in cobol programing language?
What is the difference between goback, stop run and exit program in cobol?
what is the difference between COBOL2 AND COBOL390?
what is search and searchall?what is the diffrence between them?give an best example?
Write the code to count the sum of n natural numbers.
What is the difference between comp and comp-3 usage?
What is difference between static and dynamic call in cobol?