CL Questions and Answers

Recent IT Questions

141 - 160 of 199

%SST

Hi, Im traying to get out put of this below mention simple logic code.But im geting out of different.(im trying with my laptop trhough my company server. DCL &FIELD1 *CHAR 10 VALUE('TCS AS/400') DCL &FIELD2 *CHAR 10 CHGVAR(%SST(&FIELD2 1 10))(%SST(&FIELD1 10 1) Can you tell me the...

View Answer   |  Jul 30 2008  10:06 AM GMT
RPG, AS/400 Client Access, CL
asked by Ibmi5

  125 pts.

version

HI, This is ibmi5 fresher team.Please tell me what is difference between cl and rpg

View Answer   |  Jul 30 2008  4:57 AM GMT
RPG, CL, CL/400
asked by Ibmi5

  125 pts.

RPG/400 ,CL/400 lifecycle

Hi, Very good morning my friends.Can any body tell me rpg/400 and cl/400 life cycle.please

View Answer   |  Jul 30 2008  4:54 AM GMT
RPG, SDLC, CL
asked by Ibmi5

  125 pts.

Performance tunning in iseries

Hi everyboby, How to do performance tunning in iseries ?Corrently we are using V5R3.Now a days system is going slow.anybody have CL program to do performance tunning.Or give same easy steps to do this. "Thanks in advance" Regards,...

View Answer   |  Jul 28 2008  10:45 AM GMT
V5R3, CL, iSeries performance
asked by MQ admin

  110 pts.

Selecting a UserProfile

Friends, I have this CL and this CL select all users on this command: WRKSPLF SELECT(*ALL) OUTPUT(*PRINT) In a parameter (30 days) I retain all spooled files that users. I have a unique User to and this needs reatins Your spooled file by 90 dias. How can I select this condition on my...

View Answer   |  Jul 24 2008  2:34 PM GMT
CL, WRKSPLF
asked by SILVARB

  420 pts.

delete records from a directory with IFS root using CL

How to delete records from a directory with IFS root using CL based on the timestamp of the records.

View Answer   |  Jul 24 2008  6:55 AM GMT
IFS, CL, Timestamp
asked by Manish846

  5 pts.

can Synon create a CL code

How CL code is implemented in Synon

View Answer   |  Jul 22 2008  8:49 PM GMT
CL, Synon
asked by Devanand0510

  15 pts.

how to Move one file(flat file or PF) which is created in a batch job, to the systems C: drive.

how to Move one file(flat file or PF) which is created in a batch job, to the systems C: drive. sing CL

View Answer   |  Jul 22 2008  6:09 AM GMT
CL, PF/LF, Flat files
asked by It doubts

  85 pts.

What is the best way to execute SQL statements in a CL program.

What is the best way to execute SQL statements in a CL program. We can run sql statements in a RPG program. I want to delete some records from a file using the sql delete statement then organize it.

View Answer   |  Jul 17 2008  5:24 PM GMT
CLP, CL, SQL statements
asked by SHhand

  15 pts.

RTVDSKINF

Hi Friends, I have a Cl and this CL contains this lines: PGM PARM(&RTV) DCL VAR(&SISTEMA) TYPE(*CHAR) LEN(10) DCL VAR(&PFILE) TYPE(*CHAR) LEN(10) DCL VAR(&LFILE) TYPE(*CHAR) LEN(10) DCL ...

View Answer   |  Jul 16 2008  1:22 PM GMT
CL, RTVDSKINF, CHGDFTCMD
asked by SILVARB

  420 pts.

how to pass DATA AREA to RPGLE PROGRAM

hi, I have one data area called ABC of type *CHAR length is 10 in that i have some data i want pass that data area to RPGLE program as parameter, with in RPGLE program how can i receive that data area values in my program as PLIST and i am just calling this program from command line not from CL...

View Answer   |  Jul 15 2008  1:05 PM GMT
RPGLE, CL, CLPROGRAM
asked by Mohan K

  470 pts.

Generic rename object

Hi, I'm trying to work out a way of generically renaming objects (files in specific) on an iseries. I have a large number of files which have names that begin with a letter which needs to be changed and end in a number which also needs to be changed, for example :- Axxxxx01 Ayyyyy01 Azzzz01 ...

View Answer   |  Jul 15 2008  1:02 PM GMT
iSeries, RPG, CL
asked by Gilly400

  23625 pts.

results of CL commands

how can i see the result of a cl command which i execute. For example, if i executing a command runsqlstm and it says command failed. how do i see the detailed description for the same result like why the command failed

View Answer   |  Jul 10 2008  7:09 AM GMT
CL, AS/400 errors, RUNSQLSTM
asked by Jacky

  160 pts.

Job Information

I want to retrieve Job number & user name for a particular job name. I come to know that through 'QUSLJOB'or 'QUSRJOBI' we can retrieve Job number & user name for a given job name.Is it possible ? I tried doing in the system through CL but it retrieves the current job name info running in the...

View Answer   |  Jul 9 2008  6:52 AM GMT
CL, QUSRJOBI, QUSLJOB
asked by Sundaras400

  5 pts.

EDTOBJAUT

I am no expert, but I would like to try and make my life easier. I need to find out if there is a way for me to add/edit/delete these authorities per user in a CL program for instance. I am sitting with the problem that multiple files need to be created in multiple libraries, and the authorities...

View Answer   |  Jul 1 2008  9:19 AM GMT
CL, EDTOBJAUT, Edit Object Authority
asked by Steyn

  15 pts.

Display from CL command?

What is the command to display something from CL?

View Answer   |  Jun 26 2008  6:56 PM GMT
CL, CL/400
asked by AS400 - Ask the Expert

  395 pts.

Calling non-as/400 programs via an RPGLE or CL program

Can it be done? If so, how would I go about doing this? Let's say I just have a small VB program I wrote that displays a picture. Can I let's say somehow link the VB program call to a CF key, like CF08?

View Answer   |  Jun 24 2008  3:44 PM GMT
RPG, RPGLE, VB
asked by ShatteredRaven77

  390 pts.

CPF1236

What would cause CPF1236 to be issued for an overnight job we submit via a CL program? CPF1236 is "Subsystem &1 cannot start prestart job &2."

View Answer   |  Jun 20 2008  1:24 PM GMT
CL, CL programs, CPF errors
asked by Doe Reeves

  55 pts.

Rename the uploaded file....

hi all i want to rename the just uploaded file to a PC from AS400. Like what happening is that i have used some commands to upload a PF to a .txt file to a PC that are written in CLLE. now i just want to rename the file name with a longer name that is not supported in that CLLE commands..... How...

View Answer   |  Jun 11 2008  6:30 AM GMT
AS/400, RPGLE, CLLE
asked by Karank

  55 pts.

CL/400 - I want to know about QRYSLT(Please see below explanation)

Hi, I am not well versed with code in CL/400, i know the concepts. I want to know what is he doing in the below code. e.g usibng the symbols '|>' and '||' and '<|' IF COND(&TODUE7 *NE '0000000') THEN(DO) CHGVAR VAR(&QRYSL) VALUE(&QRYSL |> ' *AND (ODUDT *GE + ...

View Answer   |  Jun 5 2008  3:45 PM GMT
OPNQRYF, QRYSLT, CL
asked by Svankipu

  55 pts.

141 - 160 of 199