how many files can be defined in f specs?

Answer Posted / bipul kunal

A maximum of 50 files.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...

1923


what is procedure prototype and procedure interface.

627


what is the length of a variable in rpg?

986


what is the purpose of putovr (put with explicit override) keyword?

958


what is a join logical file?

768






what is the difference between sflclr and sflinz?

1058


list some of the commonly used commands for debugging?

911


if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?

1019


What are the different opcodes used for file operation on a subfile in a rpg pgm?

1125


What Is The Purpose Of The "n" In The Following Calculation Specification?

689


what is full form for dds?

757


how can u check no of records in a file?

693


what is the difference between seton lr and retrn?

1316


Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..

1795


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

1941