jagomart
digital resources
picture1_Cobol Pdf 187131 | Cobol Support In Pathfinder


 172x       Filetype PDF       File size 0.07 MB       Source: hawkinfo.com


File: Cobol Pdf 187131 | Cobol Support In Pathfinder
cobol support in pathfinder pathfinder provides a rich and diverse level of support for cobol programs due to the structure of cobol all cobol source statements must be parsed to ...

icon picture PDF Filetype PDF | Posted on 02 Feb 2023 | 2 years ago
Partial capture of text on file.
                                                                         COBOL SUPPORT IN PATHFINDER 
                                                                                                    
                                                                                                    
                                                                                                    
                                   PATHFINDER provides a rich and diverse level of support for COBOL programs. Due to 
                        the structure of COBOL, all COBOL source statements must be parsed to locate references to 
                        objects and fields 
                         
                                   The following provides a list of specialized features included in PATHFINDER for COBOL 
                        programs: 
                         
                        30 character field names 
                             The field names stored within PATHFINDER’s Field X-ref can be up to 30 characters. Support 
                             is provided to inquire on the 30 character field names. 
                         
                        Alias field names 
                             PATHFINDER’s Field X-ref supports COBOL alias field names. The “Field Where Used” data is 
                             determined, when appropriate, by analyzing either program references to the alias field 
                             name, or to the external field name, depending on the type of COPY statement (DD, DDR, 
                             DDS, or DDSR). 
                         
                        Program described fields 
                             PICTURE clauses located in the File Section are scanned to determine the usage of program 
                             described fields and are included in the Field X-ref. The from/to position, the size of field, 
                             and the field type are determined by analyzing all the various syntaxes of the PICTURE 
                             clause. 
                         
                        OCCURS clause 
                             OCCURS clauses are analyzed to determine the from/to positions for program described 
                             fields that occur in PICTURE clauses. 
                         
                        MOVE CORRESPONDING phrase 
                             The MOVE CORRESPONDING phrases are analyzed to determine field usage in both the 
                             moving “from” format and the moving “to” format. The I/O specified for each format is 
                             located and used to determine the type of field usage. 
                         
                        COPY statement 
                             The source member specified within a COPY statement is located. All statements within the 
                             copied member are parsed and all references to field and objects are included in the X-ref. 
                             The source member appearing in the COPY statement is also included in the Object X-ref. 
                             Any copied statements that specify a PICTURE clause will also be included in the field X-ref. 
                             The fields appearing in the copied member that are referenced by the program will be 
                             included in the “where used” information. Also, all PICTURE fields located in the copied 
                             member will be saved to allow PATHFINDER to provide a file layout on the fields defined in 
                        212                                                                                                                             Page                1 
                             a copied member. The REPLACING phrase is analyzed and each properly matched 
                             occurrence of operand-1 within the copied member is replaced by the associated operand-
                             2.  
                         
                        Qualified field names 
                             When a field name is qualified by a file’s format name, field usage for that field will be 
                             based on the qualified field name. 
                         
                        File usage 
                             For COBOL programs, PATHFINDER looks at the source statements for both the SELECT 
                             clause and the OPEN statement to determine the type of file, the file name, and the type of 
                             file access (INPUT, OUTPUT, I/O, and EXTEND phrases). All the source statements for the 
                             SELECT clause as well as the source statements for the OPEN statement are included in the 
                             X-ref for the file being referenced. PATHFINDER uses the 30 character “file-name” in the 
                             SELECT clause to locate the appropriate OPEN statement in the Procedure Division. 
                         
                        Additional object references 
                             PATHFINDER also searches for CALL, SORT, and MERGE statements. These statements are 
                             parsed and the objects that they reference are included in the Object X-ref. 
                         
                        Spacing charts for printer files 
                             PATHFINDER analyzes COBOL source programs and provides a diagram (spacing chart) for 
                             the report layout. 
                         
                                   For further information, please contact our Technical Services department. We can be 
                        reached by email at info.hawkinfo.com or call us Monday-Thursday, 7 a.m. to 5 p.m. (MST) and 
                        Friday 7 a.m. to 3 p.m., VOICE (970) 498-9000 or FAX (970) 498-9096. 
                         
                        212                                                                                                                             Page                2 
The words contained in this file might help you see if this file matches what you are looking for:

...Cobol support in pathfinder provides a rich and diverse level of for programs due to the structure all source statements must be parsed locate references objects fields following list specialized features included character field names stored within s x ref can up characters is provided inquire on alias supports where used data determined when appropriate by analyzing either program name or external depending type copy statement dd ddr dds ddsr described picture clauses located file section are scanned determine usage from position size various syntaxes clause occurs analyzed positions that occur move corresponding phrase phrases both moving format i o specified each member copied appearing also object any specify will referenced information saved allow provide layout defined page replacing properly matched occurrence operand replaced associated qualified based looks at select open access input output extend as well being uses procedure division additional searches call sort merge thes...

no reviews yet
Please Login to review.