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

How to transfer savf from as400 to pc?

I have created a savf on the as400 system and saved some objects in the save file now I require ...

as400ftp
  • 0
  • 2
  • 7
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
  • 4
Admin
Asked: October 13, 2024In: IBM i

How to copy file from pc to IFS?

I have received a save file from the customer and I have downloaded the save file on ...

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

How do I copy data from AS400 to excel?

I have a table that exists in my library on the AS400 system and has 1000+ records. I want to ...

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

How to download spool file from AS400?

One of my RPG programs generates some spool files in the AS400 machine. I want to download these spool files ...

as400ftp
  • 0
  • 1
  • 4
Admin
Asked: October 13, 2024In: IBM i

What are the menus available in AS400?

What is a Menu in AS400? What are the various main menus and their functions on the AS400 system? Any ...

as400
  • 0
  • 1
  • 11
Admin
Asked: October 5, 2024In: Wordpress

what is the difference between the two files ?robots=1 and robots.txt?

Suppose, On a WordPress site example.com, I can see these two URLs https://example.com/robots.txt and https://example.com/?robots=1 exist and they both are ...

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

Is there any JAR file for viewing IBM i save files on your PC?

I have downloaded a save file from the IBM i to the Windows PC and I want to be sure ...

as400jar
  • 0
  • 1
  • 2
Admin
Asked: October 5, 2024In: SEO

How Google interprets the default rules generated by Yoast plugin in the robots.txt file?

Suppose, here are the default rules generated by the Yoast plugin installed on the WordPress site for the robots.txt file ...

robots.txtyoast
  • 0
  • 1
  • 13
Admin
Asked: October 13, 2024In: IBM i

What are the data types supported by physical files in AS400?

Please explain in detail about the data types that can be defined in the physical file (PF) in as400. Please ...

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

How to copy ifs file to physical file?

I have received the physical file at the IFS location and now I am required to copy the IFS file ...

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

how to change record length of source physical file in as400?

I thought the CHGSRCPF command would do what is needed, but this command does not show the RCDLEN parameter that ...

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

How to move JAR file to IBM i?

I have a Java JAR available on my Windows PC and I have been asked to move this JAR (Java ...

as400ifsjar
  • 0
  • 1
  • 3
Admin
Asked: October 13, 2024In: Windows

How to find the IP address of a website?

Every website has at least one IP address to communicate with other network devices. This IP address is difficult for ...

ip-address
  • 0
  • 1
  • 7
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 13, 2024In: IBM i

How to create binding directory in as400?

How can we create the binding directory in as400? What do they store, and why do we use them in ...

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

Why do we use CHGPF command in AS400?

What is the CHGPF (Change Physical file) command and Why do we use this command in the AS400 system? What changes ...

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

How to find all libraries in AS400?

I want to find the list of all the libraries available in the AS400 system. Is there any command that ...

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

What is an array in AS400?

What is an array in AS400? Why we use it. Please explain the different types of arrays in RPG programming ...

as400rpg
  • 0
  • 1
  • 4
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: IBM i

How do i find the database name on the IBM i?

I am just curious to know what is the database name of my IBM i machine on which I started ...

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

How to find all the source physical file available in AS400?

I want to identify all the available source physical files (SRC-PF) in the IBM i (AS400) system. Is there any ...

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

What is subsystem in AS400?

What is a subsystem and why do we use it or why it’s so important? What is the main role ...

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

What is library in AS400?

Please explain about libraries in the AS400 system and why they are used. What are the naming conventions that we ...

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

What is PSDS in AS400?

Why do we use the program status data structure (PSDS) in the RPG program? How do we declare it in ...

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

How to find damaged objects in AS400?

I was trying to correct the state of objects in my library and I guess some damaged objects exist in ...

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

What is the difference between PF and LF in as400?

What is the difference between the Physical file (PF) and the Logical file (LF) in AS400? How do these files ...

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

How to identify the files that have the value for a field automatically generated by an identity?

I have to reset the identity column value for the field automatically generated by an identity in all the files ...

as400db2
  • 0
  • 1
  • 7
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 13, 2024In: IBM i

How to resolve session and device error in AS400?

Sometimes we observe session and device errors when working with display files in the RPG program. How can we resolve ...

as400rpg
  • 0
  • 1
  • 7
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: 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 13, 2024In: IBM i

What is access path in AS400?

Explain the access path in AS400. Are they important? Why are they used in the application? What are the different types ...

as400db2
  • 0
  • 1
  • 4
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 5, 2024In: Wordpress

Robots.txt file not getting updated in WordPress site using Advanced Crawl optimization setting in Yoast premium

I have enabled the Yoast premium plugin setting to Prevent crawling of internal site search URLs i.e. Add a disallow ...

robots.txtyoast
  • 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
  • 5
Admin
Asked: October 5, 2024In: IBM i

How to enable the CTRL+C and CTRL+V key for copy and paste on IBM i green screen?

I logged in to the IBM i machine green screen using my user profile and password,, and there I ran ...

as400
  • 0
  • 1
  • 9
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 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 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 13, 2024In: IBM i

How do I delete a library in AS400?

I have created a dummy library on the as400 system and I want to delete it. Please help me delete ...

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

how to create physical file in as400?

How can I create a physical file in AS400? What are the steps involved in this? What command is associated with ...

as400db2
  • 0
  • 1
  • 7
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
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.