What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
No Answer is Posted For this Question
Be the First to Post Answer
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
What does the initialize statement do ?
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..?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
1)what is use of linkage section? 2)what is difference between comp and comp-3
How do we get current date from system with century?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
Hai friends why we need to read a file before re-write a record?
What is difference between comp & comp-4?