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)
577 views Asked by Alok At
1
There are 1 answers
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in IBM-MIDRANGE
- Restoring a WRKLNK file
- DB2/400 SQL subqueries
- SQL - Select only records where field contains either a given string explicitly OR or a range of strings within which given string falls
- Using SQL to view AS400 Journal data - Entry_Data in particular
- IBM Rational - indentation available in Rational 9.6.0.6?
- How to get a list of programs that uses a particular command in AS400
- DB2: Query Memberfile of a Table with SQL
- Using the routine CSNBOWH on IBM I - MD5
- Doing an external webservice call from rpgle program
- Mandatory field even if not the first field
- Create command similar to WRKLIBPDM
- RPG - how do we return a parameter using C-style "Return <Value>" syntax
- Getting data from AS400/IBM i through ODBC to excel
- Unable to monitor message inside SELECT statement
- Error java.net.SocketException: Socket is closed when closing AS400 Secure RPC session
Related Questions in DB2-400
- DB2 and JSON, inconsistent quotation of integers
- DB2/400 SQL subqueries
- MERGE INTO triggering duplicate key value specified
- How to check active IDs from six months ago
- Using SQL to view AS400 Journal data - Entry_Data in particular
- IBM.EntityFrameworkCore Error - [42815] [IBM][AS] SQL0451N
- DB2 encrypt() problem with PHP and parameterised query
- How to get a list of programs that uses a particular command in AS400
- How to calculate churn Rate (Retention) in db2?
- Repeat the Max count of LEAST(DENSE_RANK() OVER (PARTITION BY))
- DB2 Distinct Count
- wait for few seconds or minutes logic in db2 native sp
- Object difference DSPFD vs qsys2.systables
- Calling RPG program from SQL with parameter
- ACS/RSS - How current SQL environment can be overridden to instead use current *LIBL of the job nnnnnn/QUSER/QZDASOINIT?
Related Questions in JTOPEN
- Question about a JDBC Connection Pool overhead which hangs iBMI server
- KRBError: KDC cannot accommodate requested option - when Constrained Delegation is Enabled
- Upgrade of JTOpen throws an error (No suitable driver)
- How to connect with SecureAS400 using SSL/SSH working example
- IBM i command prompting in JTOpen not working with Java 9 and above
- JTOpen IFS events
- Returning arbitrary binary data from RPG program
- AS400/JDBC/SpringData: [SQL0204] SEQUENCES in SYSCAT type *FILE not found
- IBM i RPG programs are referencing the wrong library after calling them using a JT400 connection pool
- java.util.date returns 502 from jtOpen ObjectDescription.RESTORE_DATE
- How to specify a local custom SSL truststore for JTOpen?
- How to read a PF in QTEMP file using Java API(JTOPEN)
- How to use connectToPort api of AS400 class in jt400.jar api
- AS400FileRecordDescription.retrieveRecordFormat error out on secured connection
- How to retrieve only AS400 Enabled Users using jt400 API
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?
Popular Tags
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)
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.