what is level 66 means??

Answer Posted / yogendra singh

working-storage section.
01 A1.
02 A pic x(5) value "seeta".
02 B pic x(5) value "geeta".
02 C pic x(5) value "neeta".
01 A2 RENAMES A THROUGH C.
PROCEDURE DIVISION.
DISPLAY A2.
STOP RUN.

Is This Answer Correct ?    3 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to move the records from file to array table. give with code example

2219


Why did you choose to work with ibm mainframe cobol programming?

631


how to convert the recors form vsam file to db2 table tru file aid

2763


How to know whether the module is dynamical or statistical?

652


How are the next sentence and continue different from each other?

766






i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1769


What is a SSRANGE and NOSSRANGE?

820


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8160


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

996


What is the difference between PIC 9.99 and 9v99 in COBOL?

732


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1804


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661


How do you get the data to code the BMS macro?

1476