What is the figurative constant in cobol?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
What does MAXCC 3 means? It is used in one my codes.
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
I got user abend U4038 while compiling my runjcl.. can anyone help me?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
how to pass 100 to s9(4) how r they inserted ?