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 to read a record from file where there is multiple record occurrence is available?
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
What is file identifier where we can use?
What you have to do in the display file when you are using message subfile?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How can we receive values from a called procedure in CL?
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
what is flat file?
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
When it is desirable to describe files Internally?
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2