Q. 1.What are the in build functions in CL program and what
are uses of thes in build functions?
2.How we can create own command in CL program?
3.What is use of STRSRVJOB?
Answers were Sorted based on User's Feedback
Answer / syam
1.%BINARY, %SUBSTRING, %SWITCH Built in Functions in CL
2.CRTCMD to create a CL command ( Write a CL program and
Compile first)
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / reena
STRSRVJOB is used to dump, debug and trace commands in a
Job.
| Is This Answer Correct ? | 2 Yes | 2 No |
what is the purpose of the indara keyword?
List the steps/commands necessary to accomplish the following: a. Copy data from the file ORDHDR into file ORDHIST b. The file ORDHIST may or may not exist c. If the file ORDHDR does exist, it may or may not contain data d. The file ORDHIST may or may not contain data, if the file does contain data the old data should be erased
when would you prefer logical file than opnqryf?
What Is The Difference Between Goto & Exsr?
How many record formats can you have in a Physical file and in a Logical file ?
what are the different types of arrays available in rpg ?
How to know the number of records in a pf through clp program?
How many types of jobs?what is difference between interactive and batch and submited jobs?
how do you pass parameters in cl?
In RPG How to read a records from a file without using read opcodes?
What is access path in as400?
what is a keyed physical file?