how do u track msg in cl pgm???
Why did we give STRSRVJOB while debugging batch program
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is the use of sflnxtchg?
what will happen two jobs have same name are submitted
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
How can we make use of SETLL operation in CL?
what is the difference between the procedure and module in ILERPG?
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 I90(Insure 90)?
Can more than one subfile record be displayed on one line?
How do you know if a record exists without doing a READ and CHAIN?