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 SFLFOLD and SFLDROP keywords?
how can see logical file based on which physical file and vice versa
What is field reference file?
what is library?
what does opcode post do ?
Diff B/w ref and reffld?
what are different types of substems?
How can the user implicitly open and close the files in RPG program ?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
records can be read/update/deleted with which file?
how many printer files can be defined in f specs ?
Please give me the code for A=A+1 in cl program?