![]() Related Questions The linkage section is part of a called program that 'links' or maps to data items in the calling program's working storage. It is the part of the called program where these share items Latest Answer : This section allows a COBOL program to receive values from JCL. Also, if you are calling a sub-program and you require some values to be passed between them, then this is the section that should be used.Thus in a short, this section allows a value to ... A subscript is a working storage data definition item, typically a PIC (999) where a value must be moved to the subscript and then incremented or decremented by ADD TO and SUBTRACT FROM statements. An Latest Answer : We can use up by 1/down by 1 in Index but in Subscript we should keeping adding 1. ... 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 Comp is a binary usage, while comp-3 indicates packed decimal. The other common usages are binary and display. Display is the default. 3/28/00 Dave Herrmann: 'I was reading your FAQ on Cobol, as Latest Answer : Binary representation of data item are called 'comp', while comp-3 is the packed decimal.comp-1 & comp-2 are another usage. ... In COBOL II the 88 levels can be set rather than moving their associated values to the related data item. (Web note: This change is not one of COBOL II's better specifications.) Latest Answer : Last answer is correct and below example also.e.g. 05 ACCOUNT-TYPE PIC X(01) VALUE 'N'. 88 PREPAID-ACCT ... In the example below 05 WS-VAR1 PIC X(5),05 WS-VAR2 REDEFINES WA-VAR1 PIC 9(5),PROCEDURE DIVISION MOVE 'ABCDE' TO WS-VAR1.Now what is the value of WS-VAR1 and WS-VAR2 ? no comments Latest Answer : There are a great many more than two: COPY and INCLUDE are two such. ... Read Answers (20) | Asked by : shahid 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. ... Read Answers (7) | Asked by : bhaskar singh 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? Read Answers (3) | Asked by : mohan Latest Answer : CONFIGURATION SECTION comes under ENVIRONMENT DIVISION ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||