it is possible declare variable values as variable using cl ?
any cl command is there to declare values as variable

Answers were Sorted based on User's Feedback



it is possible declare variable values as variable using cl ? any cl command is there to declare va..

Answer / svankipu

It is not possible to declare the values itself as variables
in CL.

There's an option in RPG/400 & RPGLE to declare a value as
variable.

Use "Named Constant" to do this. Refer to RPG-Manual for this.

Is This Answer Correct ?    1 Yes 0 No

it is possible declare variable values as variable using cl ? any cl command is there to declare va..

Answer / svankipu

It is not possible to declare the values itself as variables
in CL.

There's an option in RPG/400 & RPGLE to declare a value as
variable.

Use "Named Constant" to do this. Refer to RPG-Manual for this.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More IBM AS400 AllOther Interview Questions

How can we update a specific field in RPG?

0 Answers  


How can we create subsystem in as400?

1 Answers  


Define each of the following operation codes a, b, c, d, e

1 Answers  


how a varible can be passed to a subfile...accnt1 contain data in a data area..ie Daccnt1 uds,Daccnt2 3 overlay(accnt1:1), DNo 4 overlay(accnt1:4)..we want to transfer this dataarea value from acnt0001 to a subfile..that means to enter each record we have to incriment account no,, i normal window we can do move accnt1 account_no eval account_no=accnt1 eval no=no+1 exfmt usr_account how it possible with Subfile????????.Please do answer? (Thank you for all your answers dear friends!!)

1 Answers   CTS,


Feedback about ELI Faridabad.

3 Answers   Eli India,






list some of the commonly used commands for debugging?

1 Answers   IBM,


how will you search an array?

0 Answers   IBM,


where exactly we can use OPNQRYF ?

3 Answers   TCS,


What is purpose of declarative statement DEFN?

1 Answers  


What is the difference between regular logical file and join logical file?

1 Answers  


What is the purpose of USROPN keyword?

1 Answers   CTS,


Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?

0 Answers  


Categories