Explain how to differentiate call by context by comparing it to other calls?
No Answer is Posted For this Question
Be the First to Post Answer
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Can anybody give me example of subscript and index
how can we find total no of records in a file ....is there any utility......?
What is the default value of DISP parameter?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
What is level 66 used for ?
What is LENGTH in COBOL II?
what is the difference between start and startbr?
what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.
How does IDMS communicate with CICS?
) how do u code after getting data?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?