Latest Answer: Move replaces values one by one, depending on the data type move is from left-right/right-left.Compute on the other hand completely deletes the previous value in the variable and writes the new value to. ...
How to pass values from one jcl to another jcl, if how ? How to pass data from cobol to jcl? How to access jcl from cobol? How to display comp fields?
Latest Answer: IBM-MQseries are used for communication purpose from cobol to no cobol prog... Using this you can pass the value. ...
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: (1) WORKING STORAGE SECTION is used to declare internal data items that is used in the same program.(2) LINKAGE SECTION is used to declare data items that we want to share with other program. ...
Latest Answer: In C/C++ you can define the function by the arguments taken and arguments returned and request an execution of function any neccessary number of times.In COBOL you simply use a PERFORM Paragraph-Name (TIMES, UNTIL, THRU, WHILE whichever applies) statement ...
Latest Answer: the hari prasad answer is very good and intersting answer.thank u hari prasad. ...
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: The max size a table space can take is 64 GB. ...
Latest Answer: 01 SALES-TABLE. 02 SALES-DETAIL OCCURS 100 TIMES. COPY DDS-ALL-FORMAT OF EMPPF.If a group data is using database reference, where emppf is logical file name. ...
View page << Previous 8 9 10 11 [12] 13 14 15 16 17 Next >>

Go Top