AS/400 Questions and Answers
61 - 80 of 4756

Record Locking

I'm using embeded SQL to delete (clear) all records in a file. I do not want more than 1 person in this file. So whe the user executes the program it runs the SQL and clears the records in the file. Now I want to do some file/record checking logic to see if the file is locked to another job. THen...

View Answer   |  Nov 12 2009  6:59 PM GMT
RPG Record Locks, RPGLE, AS/400
asked by RonKoontz

  1355 pts.

Holding and restarting the job scheduler

We have A LOT of jobs scheduled through the Advanced Job Scheduler (wrkjobjs).   We have to do some system maintenance and need to prevent the scheduled jobs from starting while we perform the maintenance.  In the past, the operator has gone through the entire list of jobs on the scheduler...

View Answer   |  Nov 12 2009  3:32 PM GMT
AS/400 job scheduler, Advanced Job Scheduler
asked by ElTerrifico

  60 pts.

Debugging RPGLE Program

I have compiled the RPGLE source with DBGVIEW Option as *STMT. How to debug this program?

View Answer   |  Nov 12 2009  10:37 AM GMT
RPGLE, RPG debugging, DBGVIEW
asked by Rajeshece

  525 pts.

AS400 - File

I wanted change a flat file as a keyed file. What are all the ways there?

View Answer   |  Nov 12 2009  10:24 AM GMT
AS/400 flat file, AS/400 keyed file
asked by Rajeshece

  525 pts.

Input or Update Primary files and (shudder) the RPG cycle ...

First, I'd like to say that obviously there are some very knowledgeable midrange people here ... lots of good tips to pick up ...  I've been programming RPG since the early 80's ... and I notice that   very few people ever use or even refer to the RPG cycle any more ...  nor do I ever see IP...

View Answer   |  Nov 11 2009  9:47 PM GMT
RPG cycle, Primary file processing, RPG
asked by ASWDEVELOPER

  205 pts.

Good replacement for Xtermin8 debugger?

We have had to eliminate Xtermin8 on our 400 due to an upgrade. Several of us will miss it! We are not fond of ISdebug.  Does anyone know of a good replacement for this debugger? Similiar? We use Cobol and Cobol generating software. Software/Hardware used: AS400, Cobol, Synon/CA

View Answer   |  Nov 11 2009  7:16 PM GMT
Xtermin8, Debugger, AS/400 debugging
asked by Lilarose

  70 pts.

STRSRVJOB not working for a batch job.

Hi there, -  I submitted a job with HOLD(*YES) - I did STRSRVJOB for the held job. - I released the job with option '6' on the 'Work with Submitted Jobs' screen. Job did not stop to press F10 and enter STRDBG!!! - I tried to do STRDBG right after the STRSRVJOB, I got error "Command is not allowed...

View Answer   |  Nov 11 2009  5:40 PM GMT
STRSRVJOB, Batch Debug
asked by Adassaad

  25 pts.

iseries print screen problem

my iseries runs on OS/400 5.4 Most of my PC's have iseries access 5.4 installed and the users can use the print screen function with no problems. I have 2 PCs (running XP) that will not load 5.4. I keep getting a runtime 106 error. I've loaded iseries access 5.3 on both machines and they can access...

View Answer   |  Nov 11 2009  3:38 PM GMT
iSeries Access, Print screen
asked by KasMcc

  120 pts.

as400 architecture/framework

Can Somebody give me links to the reference material for v5r3 i series server framework or architecture as that of .net framework were we understand the entire process happening like compilation ,the assemblies etc. Software/Hardware used: v5r3 iseries

View Answer   |  Nov 11 2009  1:44 PM GMT
AS/400 architecture, V5R3, AS/400 framework
asked by Peraj

  10 pts.

online course material for as400

I am a beginner in RPGILE can somebody give me some online links to study  materials ,which covers  programming with sda ,rlu,seu tools of as400 Software/Hardware used: v5r3 iseries

asked by Peraj

  10 pts.

Primary groups

Hi, can anybody help me about how a primary group works in an organization and how it eases the user profile management. How does it differ with a group profile and how to create it as well? thanks Software/Hardware used: AS/400,V6R1

View Answer   |  Nov 11 2009  11:08 AM GMT
AS/400 administration, AS/400 Primary Group, V6R1
asked by Ten2008

  730 pts.

Queue Depth

How to clear the queue depth in queue? Software/Hardware used: AS400

View Answer   |  Nov 11 2009  8:06 AM GMT
AS/400 queue, Queue Depth
asked by Ckishorekumarr

  25 pts.

Showcase Query 8.0 CDs or DVDs

I did an upgrade to V6R1 before I did an update to our Showcase Query Suite.  I am looking for a copy of the Showcase Query CD or DVD for Showcase Query Suite 8.0 released after September 2008. If anyone has this and would be willing to send me a copy please let me know. SPSS cannot ship any...

Answer Question   |  Nov 11 2009  6:06 AM GMT
SPSS, Showcase, OS/400
asked by MNBV

  15 pts.

How can I tell if I have SQL loaded.

I am an old as/400 hack.  I used to be able to start a SQL session by typing in the STRSQL command.  This is not working for me.  Is this the wrong comand or is SQL not loaded on this machine?  How do I validate? Software/Hardware used: os/400 v4r5

View Answer   |  Nov 10 2009  6:29 PM GMT
STRSQL, V4R5, AS/400 SQL
asked by BreisJ

  10 pts.

How to see/check other person's JOBLOG to analyze the problem?

Dear all, How to see/check other person's JOBLOG to analyze the problem?( i.e. to check what has gone wrong.) Is there a way to check the JOBLOG of a JOB which is not active currently? I would be more than Happy; if you can explain me with an example. Thanks in Advance, Svanky Software/Hardware...

View Answer   |  Nov 10 2009  2:34 PM GMT
AS/400, Joblog, WRKJOB QYIVRIPS
asked by Svankipu

  55 pts.

AS/400 Job Status

One job is getting submitted from Web to AS400 Server. I am getting TIMW Status. What is the reason for this status? How to solve this issue

View Answer   |  Nov 10 2009  1:49 PM GMT
AS400 Job Status, AS/400 jobs
asked by Rajeshece

  525 pts.

AS400 J1 Back Up Help

Our AS400 usually does the day end routine automatically in the evening after the office is closed. We had an issue which we thought might me solved by setting off the back up manually. How long does this take? We set it off an hour ago and still cannot get back on. If we try opening a session it...

View Answer   |  Nov 10 2009  1:21 PM GMT
AS/400 backup, AS/400 backup and recovery, AS/400 jobs
asked by Lyndsayloo

  5 pts.

BUILTIN FUNCTION..

HOW CAN WE CHECK THE EXISTANCE OF ANY RECORD IN ANY PF WITHOUT READING THE FILE IN RPGILE . . IS THERE ANY BUILT IN FUNCTION  THANKS/

View Answer   |  Nov 10 2009  12:47 AM GMT
RPGLE, RPG ILE, RPG Functions
asked by Ambrish 82

  275 pts.

Communication to iSeries

I get this message alot on my system, it seems to come everytime someone signs on and when my server downloads information to a database using ODBC. Is there a way to stop logging this message? Message . . . . :   User XXXXXXXX from client 192.168.X.XX connected to job  ...

View Answer   |  Nov 9 2009  8:59 PM GMT
iSeries communication
asked by Plaporte

  40 pts.

how to use a printer file in a program cobol

hi, how to use a printer file in a program cobol. i have the following: (I wanna know if the write part is correct)  MOVE M1DESC TO M1DESC-DSP.            MOVE M1DESC-DSP TO R1DESC-PRT.        MOVE PRINTER-LINE TO HIPR01R-RECORD.  WRITE HIPR01R-RECORD FROM PRINTER-LINE. ...

View Answer   |  Nov 9 2009  5:50 PM GMT
COBOL, Printer File, AS/400 printing
asked by Sylvana

  180 pts.

61 - 80 of 4756