How to open and see copy book ?
Answers were Sorted based on User's Feedback
Answer / sudha
IF the copy book has the file stucture then we can open the
copy book thru FILEAID in option 8(view) and give the
location of the copybook and open it.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / pavan,ap
if want see the copybook ,go to 3.4 option and give the
copybook name,,and open it in view or edit mode
| Is This Answer Correct ? | 8 Yes | 5 No |
in our shop we are using Insync , From main menu type Ins;1
and enter provide the filename , in addition you need enable
copy book layout option as cob or Y and provide the copy
book of giving pds name also , so that we can map the file
with that copy book to view it in readable format.
| Is This Answer Correct ? | 1 Yes | 4 No |
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
Give some advantages of REDEFINES clause?
What is the difference between next sentence and continue in cobol programing language?
where will we code call by content and call by reference dude pls reply soon ?
what is the diff b/w select stsmt and cursor ?
how you read control card into array?
how to change picture class of copy book variable inside program?
Which mode is used to operate the sequential file?
Can we use goto statement in inline_perform ?
What are ISOLATION LEVELS? Where do we need to specify them?