![]() 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 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. ... Latest Answer : Hi,The XSUM parameter cannot be given with the sort card. It should be given in the SUM FIELDS card. You should write as follows://SYSIN DD * SORT FIELDS=(40,6,PD,A) SUM FIELDS=NONE,XSUM/* ... Read Answers (4) | Asked by : Radha 1) Without execution cobol program how to see output?2) how to rename input filename and outputfile name?3) what is flag?4) what is impact analysis what basis how will you write test cases?5) how you sea output of cics command?6) how are datasets concatenated explain with example? i don't know please give me answer Read Answers (6) | Asked by : mohansharma What is the difference between write & move in COBOL.? What is the meaning of 'TALLING' verb in cobol? What is the meaning of 'Eject' verb in cobol? Read Answers (10) | Asked by : sanjib goswami 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? How to commit updated records in IMS as well as in DB2?Both in CICS and Batch. Is there any single command will do these? 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
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||