is it possible to create a physical file without dds?

Answer Posted / rajat prakash singh

Yes. With the help of CRTPF we can achieve this.

But we have to give record length.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a CL program which will run a batch job at 1 am every night

681


Pose, 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?

606


how to define to define a hidden filed in dspf ?

790


What is a query can be displayed without saving it?

678


How do I remove a flag or check no. or name when a user opens too many sessions?

1779






Difference Between Skip Before & Space Before?

678


how to pick up the changed records every time in a subfile after the first change made ?

1028


in conjunction with what other keyword must ovrdta and ovrata be used?

928


what is the difference between seton lr and retrn?

1299


what keyword must be used with protect keyword ?

1135


what would be the effect on the field where reverse image, underline and highlight display attributes were active?

948


what is a query can be run in which mode?

868


records can be read/update/deleted with which file?

645


which are the relational operators in rpg?

681


Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP

1936