in the case of static call the mainprogram and subpgms r loaded into the mainmemory initially.in the case of dynamic call only the mainpgm is loaded first and the subpgm is loaded only when a call to it
Latest Answer: [See Question #3] ...
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?
Latest Answer: If we do any chnages to sub-pgm need to compile both main and sub pgms in STATIC call where as in DYNAMIC call need to compile sub-pgm ALONECheersHema ...
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 ...
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. ...
Latest Answer: value--- value is used to initialize data item in working storage sectionwhere as intialize----is used to initialize data item in procedure division ...
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 ...
Latest Answer: Use XPEDITER ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top