How to declare if emp-name = AAAAA""BBB in working-storage
section. After display emp-name should print like AAAAA""BB
Answer Posted / jaanu
IDENTIFICATION DIVISION.
PROGRAM-ID. M3TUD.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 WS-VARS PIC X(9) VALUE 'AAAAA""BBB'.
PROCEDURE DIVISION.
0000-MAIN.
DISPLAY WS-VARS.
stop run.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do define dynamic array in cobol.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What rules are followed by the search verb.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
what is the difference between COBOL2 AND COBOL390?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How you can read the file from bottom?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How do get the result of your program directly on your pc?
What are 77 levels used for?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Write the code implementing the perform … varying.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
) how do u code after getting data?
what is amode(24), amode(31), rmode(24) and rmode(any)?