) what is the difference between AID and HANDLE AID?
No Answer is Posted For this Question
Be the First to Post Answer
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
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.
How do you define a sort file in JCL that runs the COBOL program?
why do u need inspect verb?
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
how can i see junk values in dclgen or in hostvariable of comp ?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
how to move the records from file to array table. give with code example
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
hw to create 3 dimensional array & hw to access it?
Why there is no questions in this column?