![]() Related Questions Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc? An external sort is not COBOL; it is performed through JCL and PGM=SORT. It is understandable without any code reference. An internal sort can use two different syntaxes: 1.) USING, GIVING sorts are What is the difference between a binary search and a sequential search? What are the pertinent COBOL What is the difference between a binary search and a sequential search? What are the pertinent COBOL commands? In a binary search the table element key values must be in ascending or descending sequence. The table is 'halved' to search for equal to, greater than or less than conditions until the element Latest Answer : An explicit redefines can be used at any level number except 01. An implicit redefines can occur if multiple 01s are coded for the same file. ... In file section of a COBOL program, I have the following line.Record varying from 122 to 160 depending on WS00_RECORD_LENGTH. How would the value of WS00_RECORD_LENGTH found out? Where will it be? Latest Answer : Hi, It is possible through jcl. For example if the input file contains 80 record length thenIn sort, INREC=(1:1,80,81:SEQNUM,6,ZD),SORT FIELDS=(81,6,ZD,D),OUTREC=(1:1,80) 1) Using inrec we need to generate the sequential number starts from ... Read Answers (9) | Asked by : javid Latest Answer : Hi, It is possible through jcl. For example if the input file contains 80 record length thenIn sort, INREC=(1:1,80,81:SEQNUM,6,ZD),SORT FIELDS=(81,6,ZD,D),OUTREC=(1:1,80) 1) Using inrec we need to generate the sequential number starts from ... Read Answers (3) | Asked by : ashish surkar Latest Answer : It is very much possible to store and read images in COBOL files, using binary format. However for displaying the image, one needs to use third-party tools. ... Read Answers (2) | Asked by : Mandeep Latest Answer : hi friend i have a solution for ur pbmplz go trg the jclfirst count the no of records for example if u have 1000 records and first u split those reccords form the input file 1)which contains the first record 2)contains the last record and concadinate ... Read Answers (7) | Asked by : Harry I am trying to create a line sequential file with record length 150 bytes (fixed format). The requirement is that the last 50 bytes of the record should be blanks. Finally, when I am opening the file the actual record length is 100 bytes. That means that the last 50 bytes are truncated. solve this problem? Read Answers (1) | Asked by : vagoro Latest Answer : There are two ways to delete records in a sequential file1. To move spaces to the records.2. To rewrite the file with out moving the records which we want to delete from the file. ... Read Answers (6) | Asked by : Gilbat
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||