How to declare the length of emp no in the physilcal file
and the mandatory length is 6 i.e. Emp No should be
numeric, mandatory and fill all the 6 places
Answers were Sorted based on User's Feedback
Answer / pallavi
Syam is partly correct, but it will allow eventhough we
didn't specify any value for that field.
So we have to use mandatory entry along with mandatory field
Use CHECK(MF ME)
Hope this works fine.
| Is This Answer Correct ? | 1 Yes | 1 No |
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
what are the two record formats a subfile contain ?
What is difference between CAT, TCAT, BCAT?
What is the purpose of 'CPYTOIMPF' command?
6 Answers Aditya Birla, Redington,
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
what is the purpose of indicators in rpg?
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... I want to transfer files(using GET COMMAND) that are retrieved by LS command ...FROM 1 SYSTEM TO ANOTHER... STEP 1:LS-list all files...from remote system STEP 2:GET-actually transfer the files(listed in step 1) from remote system to local system & get stored in some Physical file....Plz reply in detail...Thanx
what is sessional error or divice error in rpg IV?..when will it happens...Give few examples?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
what does the ovrdbf command do?
Hi, can you plz tell me ...syntax for GET command in FTP & SFTP is same or different???
Which is better LF or OPNQRYF ? When should we use LF and when should we use OPNQRYF ?