how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
Answer Posted / raghunathareddy
3bytes
| Is This Answer Correct ? | 3 Yes | 28 No |
Post New Answer View All Answers
what is the use of outrecord?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Discuss about changing dataset name in proc.
i want a program using by if, evaluate , string, unstring, perform, occurs?
Which mode is used to operate the sequential file?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
i need a small 3d program using inline and outline.
What is the difference between structured cobol programming and object alternativelyiented cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how do you reference the variable block file formats from cobol programs
Write a program that uses move corresponding.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is length is cobol?