What is the length of Signature?
Answers were Sorted based on User's Feedback
the length of the signature is 16 bit like g2g4h5v3f3v4546k
| Is This Answer Correct ? | 8 Yes | 1 No |
How do I link an existing logical file to it's Physical File without recompiling?
what is the necessary keyword needed to scroll subfile records?
what is a rpg?
what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
what is the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C MOVE CHR1 CHR4
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
how do u find whether a record is locked or not??/
How can we search particular records from the database file in RPG. For example, 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?
suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?