are there any useful c runtime apis that I can call from rpg iv?
Answer / Vaibhav Tripathi
Yes, you can call some C Runtime Libraries (CRT) functions from RPG IV using the %CHAR(C) data type. The CRT APIs are available through the QCCSCTL Library Service Program. Be aware of any limitations and compatibility issues.
| Is This Answer Correct ? | 0 Yes | 0 No |
WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
what is estimation? and what is the level identifier parameter in PF?
How do I link an existing logical file to it's Physical File without recompiling?
1.How to load Records of a Physical file(PF) in the reverse order, in CL program?
we are sending data of physical file to screen design and it is showing no record why?
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?
How do you find whether a record is locked or not?
how to retrieve RRN value in RPGLE program
what is the procedure and explain about real time scenario.
1 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
1. Which Built-In-Function will you use to achieve the following functionality? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2++÷ResultLenDHHiLoEq C QTY IFLT *ZERO C QTY MULT -1 QTY C ENDIF a) %ABS b) %TRIM c) %TRIMS d) %UNS