I'm wondering if I can set more than one SYSLIB in a property group or more than one property groups in a COBOL program. I'm using Rational Developer for System Z v9. My program requires copybooks that are from different sources and as far as I tried and googled, I can't seem to find any references to it. Any help would be much appreciated. Thanks in advance!
Multiple SYSLIB in a property group or multiple property groups in a COBOL program in Rational Developer for System Z
111 Views Asked by blazaphyrocqua At
1
There are 1 best solutions below
Related Questions in COBOL
- how to create an array of multiples of 5 and display it in reverse
- Z/OS Cobol 6.3 copy: how to include only a chunk?
- Trying to add gm and hm calculations to cobol program
- Cobol program wont read until end of file
- Cobol errors, cannot seem to figure it out
- Cobol file WRITE not allowed, file not open for output (status = 48) for file output-file
- Record grouping and aggregation
- open fetch and close cursor DB2
- How to create comments using only * in COBOL?
- DB2 contention issues
- Using the routine CSNBOWH on IBM I - MD5
- Addition of PIC 9 variable with space not causing ABEND S0C7
- FIlling a zone with S9(5)V9(8) COMP-3
- Microfocus COBOL - Remote debugging requires ALL programs to be compiled for debugging?
- VSCode snippet, how to force the starting column of a line?
Related Questions in COPYBOOK
- Z/OS Cobol 6.3 copy: how to include only a chunk?
- Reading/parsing a copybook in text format using JRecord, the builder seems to think it's an XML file
- Installation of [copybook] failed
- PowerShell: Code to extract data length and precision from Cobol Copybooks
- DFHJS2LS - generating Json structure from cobol copybook
- cobol : how to use a copy on linux?
- How to process mainframe numbers where "{" is the last character
- How to resolve these python copybook parser errors
- MQ Copybook libraries
- How to create a mule 4.3 copy book of flat file for complex data structure?
- PL/I copybook to COBOL copybook
- COBOL copybook blank fields
- How to decode Signed Display field in Cobol response to BigDecimal in Java
- How do I define the record structure of ebcdic file?
- mainframe copybook with redefines clause to load data in oracle external table
Related Questions in RATIONAL-DEVELOPER-FOR-I
- Github and RDi integration architecture
- IBM for i / RPG: How to compile a module and create a service program with one call in IBM Rational Developer for i (RDi)
- How to query a table in Fixed format RPG and check record with if-condition?
- Editing RPGLE-Code directly from the ifs?
- Memory Monitor using ':C XXXX' in RDi not Showing Variable Value
- How to EDTWRD on Rational Developer for IBM i
- IBM System i - Debug Server for RDi debugging doesn't work
- Error during installation of dark theme into IBMs RDi
- CSS/JavaScript breaks on Websphere 8.5 server
- RDi online help not working - does changing http to https fix it?
- Does RDi convert RPG fixed form code to free form?
- In RDi, how do I run a debug with UPDPROD(*YES)?
- Multiple SYSLIB in a property group or multiple property groups in a COBOL program in Rational Developer for System Z
- AS/400 Wont compile Printer File under RDP 8
- Setup/change RDP's default Output Queue?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Don't mind me, I noticed that we can put more than one path in SYSLIB by using a space in between. Just didn't read detailed enough.