how many variables can we declare in cl pgm?
Answers were Sorted based on User's Feedback
Answer / riyaz
AS per my knowledge we can declare 11 variables in CL
including '&'.
| Is This Answer Correct ? | 0 Yes | 10 No |
Answer / naveen
In the older versions we can declare only one variables, but
in the case of V5R4 we can declare three variables.
| Is This Answer Correct ? | 1 Yes | 12 No |
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
Why did we give STRSRVJOB while debugging batch program
am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me
1.The questions have given an array declaration and move operation then this statement is correct or not?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
can we perform CHAIN operation on Subfile record format....?
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.