1.what are the ARITHMETIC EXPRESSIONS IN CL PGM?
2.How to PASSING PARAMETER TO CL PGM?

Answer Posted / syam

A1. +,-,*,/
A2.PGM
DCL &AAA TYPE(*CHAR) LEN(10)
CALL PRGNAME PARM(&AAA)
ENDPGM

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.

5423


What is the difference between copybooks and subprocedures in as400?

812


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2374


can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com

1971


What is ment by record level identifier?

657






What is the purpose of record level identifier?

730


How would display prime numbers using CL program?

5682


How to declare the pull button in AS/400..

1884


How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

549


what is an online rpg?

731


what is kids-rpg?

669


Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

1465


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2054


if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

2201


can you debug ile rpg program using isdb?

739