what is file identifier wher we can use
Answer / sudha
system will genaret the uniqe file identifier for every
file.system identifies file thourh that identifier.supose u
can call a file throuh an other program but u do any
change after that file identifier will change.u got error
on that time level check error cause u r file identifier
was changed.
| Is This Answer Correct ? | 3 Yes | 0 No |
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
Interviewer asked me write down DDS for load all subfile .can anybody write dds
i want to retrieve record b/w 2 dates in as400
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
in which journalling which attributes are necessary
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
How to identify the object has compiled with the debug view as *source without using STRDBG?
I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?