Can 88 level variable be declared in FD section..?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
what is a load module ?
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 sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
What is different between variable length and fixed length?
) what is the difference between AID and HANDLE AID?
give the examples of strings in cobol
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How do u know what version of cobol u are using?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
) how do u code after getting data?
How does IDMS communicate with CICS?