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 13, 2024In: IBM i

What is SEU in AS400 and why do we use it?

What is the SEU (Source Entry Utility) development tool on IBM i? Why and how do we use SEU on ...

as400
  • 0
  • 1
  • 5
Admin
Asked: October 13, 2024In: IBM i

What is the multi-format logical file in AS400?

What is the multi-format logical file in AS400? How does it differ from a normal Logical file and where do we ...

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

what is PR and PI in rpgle?

Why do we use procedure prototype (PR) and procedure Interface (PI) in the RPGLE program? Is this the replacement of *ENTRY ...

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

what is message queue in as400 and why do we use it?

Explain the Message queue (MSGQ) and its use in AS400 applications. What are the different types of message queues available ...

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

What is data area in AS400 and why do we use it. What are its different types?

Explain the data area concept and its usage in the AS400 applications. Please also mention the different types of data ...

as400control-languagerpg
  • 0
  • 1
  • 6
Admin
Asked: October 10, 2024In: IBM i

what is data structure and what are the different types of DS in RPG program?

How do we define data structures? Why do we use it and what are the different types of data structures ...

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

How to create csv file in as400?

I have a physical file present in my development library on the IBM I box and I want to create ...

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

why do we use EXTPGM keyword in RPG program?

why do we use the EXTPGM keyword in the RPG program? Please provide the syntax of the EXTPGM keyword with ...

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

what is spool file and how to check spool files in AS400?

How do we define spool files and how can I check or view spool files in the as400 system that ...

as400operations
  • 0
  • 1
  • 7
Admin
Asked: October 10, 2024In: IBM i

how to check job log in as400?

I have run certain programs and commands on my interactive session and I want to check what all messages have ...

as400control-language
  • 0
  • 1
  • 4
Admin
Asked: October 10, 2024In: IBM i

how to submit a batch job in as400?

I don’t want to run a job interactively to engage my session, doing nothing and being stuck until the interactive ...

as400control-language
  • 0
  • 3
  • 2
Admin
Asked: October 10, 2024In: SEO

How to resolve page with redirect error in Google Search Console instead of correct .htaccess file

I have been struggling for a few weeks with an issue that I am unable to fix, and I am ...

.htaccessgoogle-search-consolehttps-redirect
  • 0
  • 1
  • 7
Admin
Asked: October 9, 2024In: SQL

How to call sql stored procedure with output parameter from within a cl program?

I have been looking for an answer to this for a long time, but I have not found a solution ...

as400control-languagedb2stroed procedure
  • 0
  • 6
  • 9
Admin
Asked: October 9, 2024In: IBM i

How to retrieve iSeries system name in CL program?

I want to know the name of the iSeries system. How can I retrieve the system name in the CL ...

as400control-language
  • 0
  • 1
  • 9
Admin
Asked: October 9, 2024In: Wordpress

How to resolve Ads.txt Status Not Found error reported by Google adsense for the wordpress site?

When I was adding  WordPress website to my existing Google AdSense account using the Site Kit plugin by Google. My ...

google-adsense
  • 0
  • 1
  • 1
Admin
Asked: October 9, 2024In: IBM i

How do we call qcmdexc api in rpg free format?

I came to know that QCMDEXC api is an IBM-supplied program for the IBM i system that can be either ...

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

What is qualified data structure in RPG AS400

What is a qualified data structure? How do we qualify the data structure subfields? Please explain its usage with an ...

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

How to retrieve call stack information in RPG program?

How do you retrieve the call stack information in the rpgle program? For example, if we call pgm1, we want ...

as400rpg
  • 0
  • 2
  • 5
Admin
Asked: October 7, 2024In: SQL

How to use declare global temporary table statement in RPGLE?

how to declare a global temporary table in the rpgle program. I was working on creating the temporary SQL file ...

as400db2rpg
  • 0
  • 5
  • 6
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
  • 29
Admin
Asked: October 6, 2024In: IBM i

Why do we use OVERLAY keyword in data structure subfields in RPGLE?

In some places, I saw the use of the OVERLAY keyword in the RPGLE program in data structure sub-fields. For ...

as400rpg
  • 0
  • 12
  • 10
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

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

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 %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: 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: 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: 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
  • 1
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: 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
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: 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

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: 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: 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

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

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
  • 3
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: 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
  • 7
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
  • 7
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 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 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 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 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: 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 can i FTP to an iASP on my IBM i?

I am working on an iASP machine where an *SYSBAS and an independent auxiliary storage pool (IASP) is installed and ...

as400ftpiasp
  • 0
  • 2
  • 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
  • 7
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
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.