I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
IBM,
2538What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
8 36815How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
1 6479I have a sequential file. How do I access a record in this sequential file randomly in my program ?
8 21431I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
3 22267Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
7 21277
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
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 ......
Give some examples of command terminators?
What is cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is amode(31)
How do we get current date from system with century in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How do you reference the following file formats from cobol programs?
Name the divisions, which are available in a cobol program?
What guidelines should be followed to write a structured cobol prgm?
how do you reference the rrds file formats from cobol programs
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do you reference the fixed block file formats from cobol programs