What is the default value(s) for an initialize? What keyword will allow for an override of the default?
No Answer is Posted For this Question
Be the First to Post Answer
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
What is difference between comp & comp-4?
how do u list the abended jobs?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
What is a scope terminator give example?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
what is soc7 abend?how u can trace it?
Should I use STOP RUN in the sub program??why?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
Can 88 level variable be declared in FD section..?
how would you resolve sb37 and SE37?