when SE37 SB37 and sd37 occurs how to increase the volume ,
primary quantity and secondary quantity?
Answer / sunil
By compressing the data set i.e type Z in front of Member and hit enter.
| Is This Answer Correct ? | 0 Yes | 1 No |
i want to enter the name 'pandu' into ur table how?
What is static and dynamic call in cobol?
can we redefine 77 level item is it possible
is it possible to rename 01 level?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
why we are using set in searchall?
Can we redefine the field of x(200) to less than 200?
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
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.
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.