how do u list the abended jobs?
Answer / raghu
all the abended jobs will come to abend aid tool ,if we have that tool.
| Is This Answer Correct ? | 0 Yes | 0 No |
subscript and index r not coded in u r application program what will happen?
What is the point of the REPLACING option of a copy statement?
if you give cylinder(1,1)how many cylinders it will be allocate?
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
what is MSGLEVEL?
Explain the configuration section of a cobol program with examples of syntax.
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
Under which scenario you would go for a static call as opposed to dynamic call?
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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 is the Purpose of POINTER Phrase in STRING command