please..could u give an example about USAGE IS
POINTER ..and explain why and when we use it ?
What is the significance of 'above the line' and 'below the line'?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
how to run sub programs using static and dynamic call ...
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
01 b pic +9(4) How many bytes it will take for storage???
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
Without using move verb how to move one variable to another.
what is MSGLEVEL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is the diff b/w select stsmt and cursor ?