Sorry, you do not have permission to ask a question, You must login to ask a question.

Sorry, you do not have permission to ask a question.

brainchime.com

brainchime.com

brainchime.com Navigation

  • Home
  • About Us
  • Contact Us

Mobile menu

Close
  • Home
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Recent Questions
  • Most Answered
  • Answers
  • Most Visited
  • Most Voted
  • No Answers
  • Random
  • New Questions

brainchime.com Latest Questions

Admin
Asked: October 5, 2024In: IBM i

How to save JAR file to Save file?

I have been asked to create a PTF and ship the JAR file stored in the IFS folder in the ...

as400ifsjar
  • 0
  • 1
  • 1
Admin
Asked: October 5, 2024In: SQL

Can we provide spaces between colon and host variable in embedded SQL in IBM i?

I have gone across many example program’s source code and I observed that there is no space between the colon ...

db2embedded-sqlrpg
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: SQL

How to find the library list of my IBM i session using SQL?

I can display my IBM i session library list by running the DSPLIBL command from the command line. However, I ...

as400db2
  • 0
  • 1
  • 1
Admin
Asked: October 6, 2024In: IBM i

Gettiing error character conversion between CCSID 65535 and CCSID 1208 not valid

I am getting the following error character conversion between CCSID 65535 and CCSID 1208 not valid while running one of ...

as400
  • 0
  • 1
  • 3
Admin
Asked: October 6, 2024In: IBM i

how to check if the given source member is present in library src-pfs?

I want to find that a given source member exists in any source physical file (SRC-PF) of a provided library. ...

as400qshell
  • 0
  • 1
  • 4
Admin
Asked: October 6, 2024In: IBM i

How to copy Job log into a flat file?

I have run a batch job on the IBM i machine and generated the Job log for the Job so ...

as400
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: IBM i

how to get the number of records and file size for all the files in a given IBM i library?

I want to get some general information about the files present in a library to get some insight. I ...

as400db2
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: IBM i

Why am I getting error ASP device *SAVASPDEV not correct when running RSTLIB comamnd?

I am getting an error in the RSTLIB command. ASP device *SAVASPDEV was not correct. FYI, I am using an ...

as400iasp
  • 0
  • 1
  • 3
Admin
Asked: October 6, 2024In: IBM i

How to use OPNQRYF to perform a substring on a date field?

I have a file with having date field and I want to apply a substring on the date field. I ...

control-language
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: IBM i

What are the characters that are supported by 128 bar codes?

I have seen an RPG program to print the 128 bar codes in the spool file. They used 128 ...

as400db2
  • 0
  • 1
  • 7
Admin
Asked: October 6, 2024In: IBM i

RPGLE program compile severity 30 error *RNF7416. How to resolve it?

I tried to evaluate the timestamp value 2023-02-01-12.09.24.125874 to a timestamp, a variable declared in the RPGLE program and got ...

as400rpg
  • 0
  • 1
  • 5
Admin
Asked: October 6, 2024In: IBM i

Date, Time or Timestamp value is not valid (C G D F)

I was converting the timestamp to date in the RPGLE program and was getting the run time error Date, Time ...

as400rpg
  • 0
  • 1
  • 3
Admin
Asked: October 6, 2024In: IBM i

Can VARCHAR sub-fields be used with DS OVERLAY?

I have written this RPGLE code having a DS defined with overlay keyword and some of its subfields are varchar ...

as400rpg
  • 0
  • 1
  • 9
Admin
Asked: October 6, 2024In: SQL

What are the equivalent SQL data types to ile rpg data types?

I was writing a sqlrpgle program since I had to write an SQL query to fetch data from a ...

as400db2rpg
  • 0
  • 1
  • 4
Admin
Asked: October 6, 2024In: SQL

SQL0469 on calling a SQL procedure containing an INOUT parameter

I have created a SQL stored procedure that takes 2 input parameters and 1 output parameter means a return value. ...

as400db2stored-procedure
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: SQL

How to call sql stored procedure in cl program?

I have written a SQL stored procedure and I have to call that SQL stored procedure in the CL program. ...

as400control-languagedb2stored-procedure
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: SEO

Missing field 'mainEntity' error in Google Search Console for QA page schema

I have one critical issue Missing field ‘mainEntity’ in the Q&A Google search console for the QA page schema. ...

google-search-console
  • 0
  • 1
  • 13
Admin
Asked: October 6, 2024In: SEO

how can i do seo using Yoast Premium for Q&A website

I have created a Question and Answer website, but the Yoast options are not shown on the pages. Let’s get ...

yoast
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: SEO

Missing field 'name' (in 'mainEntity.suggestedAnswer.author') in google search console for Q&A pages

On one of my Question and answer pages, I received a Missing field ‘name’ (in ‘mainEntity.suggestedAnswer.author’) error in the Google ...

google-search-console
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: Wordpress

How do I disallow specific page from robots.txt

I am getting the Soft 404 error on Google Search Console which means when a URL returns a 200 (success) ...

robots.txt
  • 0
  • 1
  • 3
Admin
Asked: October 6, 2024In: IBM i

Why do we use %xlate in RPG program?

I was trying to replace some characters in my working string in the rpgle program but was not getting it. ...

as400rpg
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: IBM i

Why do we use operation extender Half adjust with z-add opcode in rpgle?

I was looking into the Z-ADD opcode and building an understanding of it. Suddenly I noticed that an operation extended ...

as400rpg
  • 0
  • 1
  • 1
Admin
Asked: October 6, 2024In: IBM i

Why do we use Z-ADD opcode in RPGLE

I was looking into RPGLE opcode for numeric operations and stuck in z-add and need an example of the z-add ...

as400rpg
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: IBM i

What are the available data types in RPGLE program. Please list them out.

Make a list of data types supported in the RPGLE programming language. Data types can be declared in Fixed format ...

as400rpg
  • 0
  • 1
  • 16
Admin
Asked: October 6, 2024In: IBM i

How to increase logging level of a job?

I am running a job on IBM i and I want to capture the maximum amount of information that ...

as400operations
  • 0
  • 1
  • 4
Admin
Asked: October 6, 2024In: SQL

How to check for locks on a file or table using SQL?

I have a requirement where I have to restore files from a save file to one of the libraries where ...

as400db2
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: IBM i

How to check if a PTF is applied on an IBM I machine?

I have been struggling to find a way to check whether a PTF is applied on my IBM i machine ...

as400ptf
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: IBM i

Why am I getting error CPF2407 when running IBM i code coverage command CODECOV?

When I am trying to run the code coverage command CODECOV from the IBM i command line I get the ...

as400code-coverage
  • 0
  • 1
  • 3
Admin
Asked: October 6, 2024In: IBM i

How to download a zip file from IFS to desktop using the command prompt?

I have created a zip file on the IFS by zipping an IFS folder by running the Jar command ...

as400command-lineftpifs
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: IBM i

What is Authorization list. What are the command of authorization list?

I want to implement authority with the objects present on my IBM i system and I came to know ...

as400control-language
  • 0
  • 1
  • 2
Admin
Asked: October 6, 2024In: SQL

How can i derive the week from a YYYYMMDD formatted date?

I have a date field in one of my files and the date is formatted in the YYYYMMDD format. I ...

as400db2
  • 0
  • 1
  • 3
Admin
Asked: October 6, 2024In: IBM i

How to transfer save file from desktop to an IBM i system?

I have got a save file from the client that has the requested data and I placed that on ...

as400ftp
  • 0
  • 1
  • 7
Admin
Asked: October 6, 2024In: IBM i

How can i find programs compiled using debug turned on?

I want to find the programs compiled using the debug view turned on. I have a requirement where I have ...

as400
  • 0
  • 1
  • 8
Admin
Asked: October 6, 2024In: SQL

Can i download the results as a file using the run sql script option on the ACS software?

I am using the Access client solution (ACS) software and opened up the Run SQL script option, ran the simple ...

as400db2
  • 0
  • 1
  • 1
Admin
Asked: October 6, 2024In: IBM i

How to restrict users to limited number of sessions?

I am new to the administration of the IBM i system and learning things step by step and now I ...

as400as400-administration
  • 0
  • 1
  • 3
Admin
Asked: October 6, 2024In: IBM i

how can i change IFS object ownership from a command line?

I have a program that generates files in the IFS folder and I want to change the ownership of that ...

as400ifs
  • 0
  • 1
  • 1
Admin
Asked: October 6, 2024In: IBM i

how can i copy a CSV file into an IBM i physical file?

I have a requirement to receive the CSV file in the IFS folder and then copy that CSV file into ...

as400ifs
  • 0
  • 1
  • 3
Admin
Asked: October 6, 2024In: IBM i

how can i find the ip address of my IBM i?

I am not sure what is the IP address of my IBM i machine, I know its domain name. What ...

as400
  • 0
  • 1
  • 3
Admin
Asked: October 6, 2024In: IBM i

how to zip IFS folder from the green screen?

I have an ifs folder that has multiple files stored within it and I want them to be sent to ...

as400ifsqshell
  • 0
  • 1
  • 1
Admin
Asked: October 6, 2024In: IBM i

How to create an IFS file with a specific ccsid?

I am trying to create a file in IFS (Integrated File System) on AS400 with a utf-8 ccsid 1208. What ...

as400ifs
  • 0
  • 1
  • 8
Admin
Asked: October 6, 2024In: SQL

how to replace hex values in a file field using SQL?

I was getting an issue where I tried copying data from a text file in IFS to the DB2-based DDS ...

as400db2
  • 0
  • 1
  • 8
Admin
Asked: October 7, 2024In: IBM i

How to convert timestamp to date in RPGLE?

I want to use the date instead of the timestamp value. How can I convert the timestamp type value to ...

as400rpg
  • 0
  • 1
  • 30
Admin
Asked: October 6, 2024In: Wordpress

Should I no index category and tag pages wordpress?

I have a question-and-answer-based website https://example.com built on WordPress using the Discy theme, and I have a lot of ...

yoast
  • 0
  • 0
  • 1
1 2 3

Sidebar

Statistics

  • Questions 143
  • Answers 177
  • Comments 0
  • Popular
  • Answers
  • Admin

    Why do we use OVERLAY keyword in data structure subfields ...

    • 12 Answers
  • Admin

    How to call sql stored procedure with output parameter from ...

    • 6 Answers
  • Admin

    How to use declare global temporary table statement in RPGLE?

    • 5 Answers
  • Admin
    Admin added an answer CPF4131 is a record format level check error. This indicates… October 18, 2024 at 1:58 am
  • Admin
    Admin added an answer To open the command prompt with administrator rights you can… October 17, 2024 at 12:27 am
  • Admin
    Admin added an answer In AS400, "AS" stands for Application system. This article discusses… October 13, 2024 at 12:49 pm

Trending Tags

.htaccess (1) as400 (123) bing-webmaster (2) control-language (12) db2 (33) ftp (8) google-adsense (1) google-search-console (3) https-redirect (1) iasp (4) ifs (22) jar (4) operations (3) php-my-admin (1) qshell (3) robots.txt (4) rpg (26) stored-procedure (3) stroed procedure (1) triggers (1) yoast (4)

Explore

  • Home
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags

Footer

BrainChime

BrainChime is a blog that posts question-and-answer-based format articles on diverse topics and engages in discussions by allowing people to provide answers/comments without the need to register and log in.

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Terms of Use
  • Privacy Policy
  • Cookie Policy

Help

  • FAQs
  • Categories
  • Tags

© 2024 BrainChime. All Rights Reserved
by BrainChime.