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
Answer Posted / shriram
syam vijay is right..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How to handle duplicate error handling in RPG?
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
is this a rpg channel?
what is *place and *auto keyword in prtf ?plz explain
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
How Chain operation copies the record's data to the input buffer for the program?
Explain mdt?
what do you mean by an input subfile, what are the keywords required?
What are the types of identifiers?
what is kids-rpg?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
can I touch the array during treatments?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...