There is a ProgramCall which when run writes a PF in the QTEMP file. I want to access that PF inside the QTEMP but it says CPF3012 FIle not found in QTEMP Library. Since each job has its own QTEMP. Is it possible to track down the PF created in the QTEMP of the ProgramCall job. If yes then please suggest how to do it using JTOPEN/Java.
How to read a PF in QTEMP file using Java API(JTOPEN)
576 Views Asked by Alok At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in IBM-MIDRANGE
- How can i use Java to call an existing RPG screen program?
- SQL access to RPG OPM database files
- PHP rollback on IBMi db2 doesn't work
- DB2 Concatenate rows
- How to configure IBM i Netserver share so that a new IFS file has its ccsid attribute set to a specified ccsid different from Netserver ccsid
- pyodbc rowcount return in negative
- Using a custom comparator for std::map on IBM i-Series
- IBM i (as400) CIM and ethernet interfaces
- Hikari connections and active AS400 jobs
- Syntax error in odbc.ini
- Create a IBM i Java Toolkit RecordFormat from an IBM i File
- CL: Path name contains embedded nulls (CPD018A)
- AS/400 End User - run keystrokes automatically
- Get Column Description from iSeries v7r1 export to Excel or Access
- Deploy IBM Client Access V7r1 Silently
Related Questions in DB2-400
- Can you check for a DB2 license in C#?
- How to use phpunit with DBUnit on IBM DB2?
- SQL access to RPG OPM database files
- PHP rollback on IBMi db2 doesn't work
- Conversion error using euro symbol (€) in IBM UDB .Net
- Need additional condition on getting data from join
- Create a IBM i Java Toolkit RecordFormat from an IBM i File
- DB2: How do I display all dates in a range
- Code works fine till COALESCE
- DB2 in AS400 date format configuration using spring
- Hybrid join in DB2 z/os sql
- Is it possible to select multiple tables to view as one big table in SQL?
- .Net To DB2: Attempted to read or write protected memory. This is often an indication that other memory is corrupt
- Db2 iseries INSERT ON DUPLICATE KEY
- ORDER BY column TIMEC or expression not in result table?
Related Questions in JTOPEN
- Calling i-series program from Java yields invalid output
- Risk of SQL injection when connection to AS/400 using JTOpen
- How to get PSF Settings in an AS400 Server using Java
- Upgrade of JTOpen throws an error (No suitable driver)
- Returning arbitrary binary data from RPG program
- IBM i RPG programs are referencing the wrong library after calling them using a JT400 connection pool
- Using JTOPEN to call a Stored proc
- using native jdbc driver on as400
- How to connect with SecureAS400 using SSL/SSH working example
- AS400/JDBC/SpringData: [SQL0204] SEQUENCES in SYSCAT type *FILE not found
- JTOpen - Set user password as expired
- How to use connectToPort api of AS400 class in jt400.jar api
- How to read a PF in QTEMP file using Java API(JTOPEN)
- JTOpen KeyedDataQueue read() timeout
- Question about a JDBC Connection Pool overhead which hangs iBMI server
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?
ProgramCall and jdbc access from Java use different jobs, even if you use the same jt400 connection. So you can't access to the same QTEMP if you want to use SQL. Perhaps if you use another ProgramCall to access your file ? The job will be the same.