![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions The linkage section is part of a called program that 'links' or maps to data items in the calling program's working storage. It is the part of the called program where these share items Latest Answer : Each parameter to be accepted or passed by a procedure must be declared in the LINKAGE SECTION.This section lists buffers for data are common to calling and called programs. Calling parameters are set in the Linkage Section of the called programs and ... A subscript is a working storage data definition item, typically a PIC (999) where a value must be moved to the subscript and then incremented or decremented by ADD TO and SUBTRACT FROM statements. An Latest Answer : subscript tells the occurance of a table.where as index tells the displacement of the table. subscript is a working storage variale where as index is not a working storage variable. never use both index and subscript combinely ... Wake up - you haven't been paying attention! It's not possible to pass an index via linkage. The index is not part of the calling programs working storage. Those of us who've made this Latest Answer : We can pass subscript by linkage section. index cant. ... Latest Answer : (1) WORKING STORAGE SECTION is used to declare internal data items that is used in the same program.(2) LINKAGE SECTION is used to declare data items that we want to share with other program. ... Can we fetch select in working storage section variables directly without using the host variables? Read Answers (5) | Asked by : Abhishek mangal A place to reserve storage for data that is not part of the program's input or output. This area contains fields that are used as temporary storage while the program is executing. Some temporary storage Latest Answer : you need the section to define all your variables.But you don´t have to hardcode. You can copy a copybook, where you´re variables are inside. let me know, if you need more details. ... Latest Answer : Yes, by using INSPECT eg., INSPECT variable REPLACING LEADING ZEROS BY SPACES. ... Read Answers (1) | Asked by : v.Bharathi dasan Consider the follwing snippet:01 WS-VAR USAGE IS INDEXIs this a valid working storage definition?Justify your answer Latest Answer : Hi, This is not a Valid definition bcz the USAGE IS INDEX clause is used to provide an optimized table subscript. When a table is the target of a SEARCH statement it must have an associated index item. Any item declared ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||