what is the use of keep and pass in disp
KEEP - Keep the data set even though the job terminates abnormally
PASS - pass the data set to further steps in the job
| Is This Answer Correct ? | 0 Yes | 0 No |
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
What is ASKTIME, SUSPEND
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
If I want to increase the Limit in GDG. What should I do?
what happens if we wont give timestamp in precompilation process ?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Why occurs can not be used in 01 level ?
Can we change the password using ALTER? anyone tried and changed?
How to covert given string into ASCII value in COBOL/MF COBOL
A table has two indexes defined. Which one will be used by the SEARCH?
How many maximum number of procedures can we write in one COBOL program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?