1 - 20 of 1730
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>

Problem with highlighting a program or JCL

I am a COBOL developer, and I've got a new terminal (Lenovo) yesterday. I have a problem: I cannot highlight a COBOL program or JCL in the TSO. I type command "HI" in the command line, but instead of getting the next screen with highlight options, I am getting the error message "Invalid terminal"...

Answer Question   |  May 16 2008   8:24 PM GMT   |  asked by Yuefmu
Lenovo terminal, COBOL, JCL


Timestamps

I wish to:1.) define a timestamp and initialize it to system date/time. What odes the D spec look like for this or can it not be done in the D spec?2.)Load a data structure whihc is formatted to match timestamp defaults with data by field (CCYY MM DD...etc,).I want to then 3.)Move this data to...

Answer Question   |  May 16 2008   7:47 PM GMT   |  asked by Bigdog55
RPG, Timestamp, D specs


Where do QPJOBLOGS printfiles go?

Over the last few days, our QPJOBLOG has been going to various user outqs. Where before, it had always gone to JOBLOGS outq. Something was changed or deleted, but of course, no one is admitting it. Can you give me any information of where the QPJOBLOGS printfile is told to go to which outq.

Answer Question   |  May 16 2008   5:37 PM GMT   |  asked by AS400 - Ask the Expert
AS/400, OUTQ management, QPJOBLOG


CPYTOIMPF

I am coping a PF from the iSeries (V5R3M0) using Cpytoimpf, within the file is an alpha field with leading zeros. when the file is opened in excel it drops the leading zeros, assuming it is a numberic field, anyway to retain leading zeros?

Answer Question   |  May 16 2008   12:58 AM GMT   |  asked by AmandaC
Data mining/analysis, CPYTOIMPF, V5R3


Line of code in a RPG400 and RPG ILE Program.

What is the size of RPG400 and RPG ILE program in the sence of Line of code? If my RPG400 program exceed the limited size then how can resolve this problem means i have to add more line of code to the program.

View Answer   |  May 16 2008   12:53 AM GMT   |  asked by Chandra93
RPG ILE, RPG/400, RPG


Spool Manager/400 and V5R4 - any issues?

We are about to upgrade to V5R4 on our iSeries. We run a utility called Spool Manager/400 (obtained in Europe) which is at version 310. Can anyone advise if there are any issues with this verion of Spool Manager/400 at V5R4. We have been trying to get some support from the company we pay for...

View Answer   |  May 16 2008   10:39 AM GMT   |  asked by Djac
iSeries printing, V5R4


Create and FTP a PDF

create and ftp a pdf file from spooled file that has more than 132 columns

Answer Question   |  May 15 2008   9:05 PM GMT   |  asked by Jwwillis
PDF, FTP, Spool files


AS400 Backup to Flatfiles

I am totally unfamilar with AS400 backup, so please forgive this basic question.Can an AS400 create a backup flat-file that could be stored on an NFS mounted drive location? The idea would be to create this flat-file backup, and then use a backup agent running on a Unix host to backup the flat...

View Answer   |  May 15 2008   4:50 PM GMT   |  asked by Longcut1
AS/400 backup


Telnet Exit Format INIT0100

Hello I have a simple RPGLE program witht the following parms. &Usr_Info *Char Lent(44) &Dev_Info *Char Len(28) &Conn_Info *Char Len(76) &Env_Opts *Char Len(1) &Len_Env Type(*int) &Alw_Conn *Char Len(1) &Alw_Auto *char...

View Answer   |  May 15 2008   2:20 PM GMT   |  asked by Piano
TELNET exit programs, RPGLE


Personalize Commands how can I personalize commands like WRKUSRPRF, WRKCFGSTS or CHGUSRPRF

Hi, friends !, today I have another question, how can I personalize commands like WRKUSRPRF, WRKCFGSTS or CHGUSRPRF. this commands have many options but I need show only one or another to a user (a comun user, I don't have a operator).

View Answer   |  May 15 2008   1:47 PM GMT   |  asked by SILVARB
OS/400 and iSeries, CHGUSRPRF, WRKCFGSTS


as/400 tool what is the function of DFU?

what is the function of DFU?

View Answer   |  May 15 2008   10:21 AM GMT   |  asked by Cyjil
AS/400, Data File Utility, DFU


Date Validation How to validate date as per ISO and USA format in CBLLE?

How to validate date as per ISO and USA format in CBLLE?

View Answer   |  May 15 2008   5:24 AM GMT   |  asked by Vids
CBLLE, ISO, COBOL


How to change name of file to include date in the name of the file

I want to FTP from mainframe to PC. We run the JCL to do that and this JOB should run every day. Is it possible to change the name of the file that I want to send to the PC everytime? For instance, I'd like to put the month/date/year in the file name. ...

Answer Question   |  May 15 2008   4:30 AM GMT   |  asked by Newcoboluser
Job Control Language, JCL, FTP


cl which command do we use to update a physical file in CL program?

which command we use to update a physical file in CL pgm?

View Answer   |  May 15 2008   3:38 AM GMT   |  asked by Cyjil
AS/400, CL, CL programs


Force user signoff after a time limt (AS/400)

Is there some way to force users to signoff (endjob) after a specified time limit has expired. For example if I have been signed on for more than 8 hours this interactive job should end.

View Answer   |  May 15 2008   2:07 AM GMT   |  asked by Fujino
AS/400 security


Complete backup via CLP

Isn't it possible to wrap the commands issued via GO SAVE option 21 in a CLP and run it via job scheduled entry, assuming proper authority, etc.?

View Answer   |  May 14 2008   10:58 PM GMT   |  asked by GLinds01
AS/400 backup, CLP, Command Line Processor


Device Printers

Hi friends, How can I create a CL to Start or End a printer device ?A command or CL like this:Start or End Printer Y or E ____ Option Name of the device printer ____ *devdThanks for all.

View Answer   |  May 14 2008   8:38 PM GMT   |  asked by SILVARB
AS/400 printing, CL


“.” in file name in COBOL

I have a file "P.FILE". I want to define it in COBOL, eg, SELECT PFILE ASSIGN TO P.FILE, but the compiler won't accept it as it uses the period to mark the end-of-statement. I can't rename or override the file name, it has to be P.FILE.Any solutions would be greatly appreciated.

View Answer   |  May 14 2008   7:37 PM GMT   |  asked by Ghhh
AS/400, COBOL


can a module have the PEP in a service program

RPG ILE

View Answer   |  May 14 2008   11:34 AM GMT   |  asked by Chandra93
PEP, Program Entry Procedure, RPG ILE


Unloading specific records in a foreign key, cascade format.

Hi,We have DB2 version 8, os/390. I know how to use QMF and JCL.I would like to unload, to files, specific records that I would enter, by the key, in a where clause. The record would then cascade down to unload ALL tables, with a specified TBCREATOR name based on foreign keys. I would like the...

Answer Question   |  May 13 2008   6:33 PM GMT   |  asked by Donnaw
DB2 Administration, OS/390, DB2


1 - 20 of 1730
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>